• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[HELP]Making The Server Conect To Database

Newbie Spellweaver
Joined
Aug 21, 2013
Messages
33
Reaction score
5
hi all guys how to make server connect to database?

on my logs is saying

[2013-08-23 02:35:30]Query(601:select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') from dual) Error:0
Param:
Error:0:1:SQLAllocHandle:[08003][Microsoft][ODBC Driver Manager] The connection is not open


help guys!

if you guys have an DriftHook.dll with redirector to localhost it will help very much!

EDIT:My GDBC.xlt

[DBCONN]
0 SKDBTW
1 SKID
2 ihax
 
Last edited:
Newbie Spellweaver
Joined
Feb 17, 2006
Messages
47
Reaction score
4
if use original setting get log same thread

but i fix USER PASS on MSSQL to user:SKID pass:SKID and ZoneServerConfig.ini get new error but sure connect to mssql

[2013-08-24 14:01:21]Query(400:insert into SKID_STLOG_TB(LOGNAME,LOGKEY,SERVERID,CID,CNAME,CREATEDATE,N1ARG,N2ARG,N3ARG,TXTCONTENT) values(?,?,?,?,?,SYSDATE,?,?,?,?)) Error:8180
Param:serverStart 0 29 0 admin 168 1 37 server started
Error:8180:2:SQLExecute:[42000][Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.

[2013-08-24 14:01:21]Query(601:select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') from dual) Error:8180
Param:
Error:8180:2:SQLExecute:[42000][Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.

[2013-08-24 14:01:21]Query(250:SELECT CID, CNAME, REGID,ITEMID,ITEMNUM,NRANDOM,NUPGRADE,INVENIDX,PRICE,STATE,ASSIST_A,ASSIST_B,BOX,CTIME,TO_CHAR(REGDATE, 'YYYY-MM-DD HH24:MI:SS') FROM SKID_AUCTION_TB WHERE SERVERID=? AND STATE=?) Error:8180
Param:29 1
Error:8180:2:SQLExecute:[42000][Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.


I need installed more than this
 
Newbie Spellweaver
Joined
Aug 21, 2013
Messages
33
Reaction score
5
i tried to change pass from ihax to SKID but same error on logs!
 
Last edited:
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
hi all guys how to make server connect to database?

on my logs is saying

[2013-08-23 02:35:30]Query(601:select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') from dual) Error:0
Param:
Error:0:1:SQLAllocHandle:[08003][Microsoft][ODBC Driver Manager] The connection is not open


help guys!

if you guys have an DriftHook.dll with redirector to localhost it will help very much!

EDIT:My GDBC.xlt

[DBCONN]
0 SKDBTW
1 SKID
2 ihax

Your config from server files can not connect to the databases because it's a problem in ODBC config. Check it again
 
Back
Top