Page 1 of 1

Errors when trying to execute batch using navicat

Posted: Mon Mar 03, 2014 10:29 pm
by rstonemetz
I have tried several attempts and redoing the entire thing but the file mob_spawn_points keeps running into an error when I try to execute it using navicat lite. I have also tried waiting and executing it as a final table but it all comes out the same.

when I execute batch file it will go and this is what it says

Queries: 37208
Processed: 37203
errors: 1
Time: 17.238s
[err] 1264 - out of range value for colums 'pos_rot' at row 1
[err] INSET INTO 'mob_spawn_points'VALUES ('17522796','anguis','9322','32','594','-0.5','326'):
[msg] finished - Unsuccessfuly

Black list and triggers does not show either. Is the above error normal or am I missing something.

Re: Errors when trying to execute batch sing navicat

Posted: Mon Mar 03, 2014 10:58 pm
by kjLotus
mob_spawn_points should work if you do a pull and try again, someone committed some bad numbers

triggers doesn't have a table, black list table is called char_blacklist

Re: Errors when trying to execute batch using navicat

Posted: Mon Mar 03, 2014 11:17 pm
by rstonemetz
I appreciate the assistance, that seemed to have resolved the issue.

I'll redo the whole thing because now the file has a red exclamation instead of a green check. It worked to execute it but it bugs me that it looks like that