Errors when trying to execute batch using navicat

Post Reply
rstonemetz
Posts: 20
Joined: Mon Mar 03, 2014 2:51 am

Errors when trying to execute batch using navicat

Post by rstonemetz » Mon Mar 03, 2014 10:29 pm

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.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Errors when trying to execute batch sing navicat

Post by kjLotus » Mon Mar 03, 2014 10:58 pm

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

rstonemetz
Posts: 20
Joined: Mon Mar 03, 2014 2:51 am

Re: Errors when trying to execute batch using navicat

Post by rstonemetz » Mon Mar 03, 2014 11:17 pm

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

Post Reply