Re: [sqlite] Getting an error "table insert failed for eventLog" any idea what is the reason

2010-02-01 Thread Pavel Ivanov
No, we don't. We can help sometimes when script contains about 5 short lines of code, but not with some big complicated scripts. For help with those scripts you should go to script authors. This group is for problems with using SQLite - when you see that SQLite behaves not in a way you expect or

Re: [sqlite] Getting an error "table insert failed for eventLog" any idea what is the reason

2010-02-01 Thread Vasanta
Here the issue is comes when it imports configuration, the script throws an error, since this is users group, I thought some esprts who can figure out the issue from script, DON'T YOU? On Sat, Jan 30, 2010 at 11:42 AM, Simon Slavin wrote: > > On 30 Jan 2010, at

Re: [sqlite] Getting an error "table insert failed for eventLog" any idea what is the reason

2010-01-30 Thread Simon Slavin
On 30 Jan 2010, at 4:00pm, Vasanta wrote: > Thanks Simon. actually I have one sql file contains all tables info > (system.sql, then system.db file gets created using this command "sqlite3 > system.sb < system.sql), then lua script runs on this database file using > default configuration

Re: [sqlite] Getting an error "table insert failed for eventLog" any idea what is the reason

2010-01-30 Thread Vasanta
Thanks Simon. actually I have one sql file contains all tables info (system.sql, then system.db file gets created using this command "sqlite3 system.sb < system.sql), then lua script runs on this database file using default configuration (restoreDB.lua system.db def_config_ascii), then this

Re: [sqlite] Getting an error "table insert failed for eventLog" any idea what is the reason

2010-01-30 Thread Jean-Christophe Deschamps
>when Database tries to create tables, getting the below error: >"table insert failed for eventLog" any idea what is the reason, also I >have >these errors when I run manually, I gets these: Uh! To help you in an efficient manner, it's obvious we absolutely need an octal core dump of your

Re: [sqlite] Getting an error "table insert failed for eventLog" any idea what is the reason

2010-01-30 Thread Simon Slavin
On 29 Jan 2010, at 8:52pm, Vasanta wrote: > when Database tries to create tables, getting the below error: > "table insert failed for eventLog" any idea what is the reason, also I have > these errors when I run manually, I gets these: Everything apart from this line > sh: 1: unknown operand

[sqlite] Getting an error "table insert failed for eventLog" any idea what is the reason

2010-01-30 Thread Vasanta
when Database tries to create tables, getting the below error: "table insert failed for eventLog" any idea what is the reason, also I have these errors when I run manually, I gets these: SQL error near line 2: table dbUpdateRegisterTbl already exists SQL error near line 17: table sqliteLock