VSRO 188 PET SUMMON DC

12/04/2014 00:30 leandro5#1
This Message Error in GameServer:rtfm:

Code:
Query Error!!! Query Result : -1, Query : {?=CALL _AddNewCOS (0,9264,1,109,0,10000,1,3,28,1116190,7,'2014-12-31 21:29:33')}


SQL Error State:42000, Native Error Code: 1FB2, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Erro ao converter tipo de dados varchar em smalldatetime.

{?=CALL _AddNewCOS (0,9264,1,109,0,10000,1,3,28,1116190,7,'2014-12-31 21:29:33')}

AQ_COSManipulator::DB Query Error(-1): {?=CALL _AddNewCOS (0,9264,1,109,0,10000,1,3,28,1116190,7,'2014-12-31 21:29:33')}
12/05/2014 07:48 Syloxx#2
the stored procedure _AddNewCOS stuck on RETURN -1 check whats wrong

its probably because your language settings, the Database / GameServer cant convert your datatime version to (for example) 2010-01-01

set the default language of the sa user to "English"

Code:
ao converter tipo de dados varchar em smalldatetime.
i dont understand this but here u can read the error