Register for your free account! | Forgot your password?

You last visited: Today at 12:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP]SQL

Discussion on [HELP]SQL within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2012
Posts: 21
Received Thanks: 2
Unhappy [HELP]SQL

someone could help me because it has this error not understand?

kaique21 is offline  
Old 10/16/2012, 20:37   #2
 
HellSpider's Avatar
 
elite*gold: 20
Join Date: Aug 2008
Posts: 2,763
Received Thanks: 4,397
Quote:
Originally Posted by kaique21 View Post
someone could help me because it has this error not understand?

Check all config files for right IP, right DB username and DB password.
HellSpider is offline  
Old 10/16/2012, 20:55   #3
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,227
Received Thanks: 568
The oledb errors are cus u did not add the query codes to your sql look at the dekaron ultimate tutorial it explains u ther how to add it
conquer93 is offline  
Old 10/16/2012, 20:57   #4
 
elite*gold: 0
Join Date: Nov 2011
Posts: 12
Received Thanks: 0
I have kind of the same problem
Schucodk is offline  
Old 10/16/2012, 21:00   #5
 
elite*gold: 0
Join Date: Aug 2011
Posts: 438
Received Thanks: 110
check the config on cast.exe
alexmak96 is offline  
Old 10/16/2012, 22:54   #6
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,227
Received Thanks: 568
U forgot this codes in ur sql query

code 1:



Use master;
Go
EXEC sp_addlinkedserver 'LSV_GHBILL','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRCASH','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRHELION','','MSDASQL',NULL,NULL,'DRIVER={SQ L Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRNUNVICE','','MSDASQL',NULL,NULL,'DRIVER={S QL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRQUNE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRRONDOW','','MSDASQL',NULL,NULL,'DRIVER={SQ L Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSIZ','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRTEST','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRZUTO','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSTA','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRACCOUNT01','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'Q-2

Code2 :

Use master;
Go
exec sp_serveroption 'LSV_GHBILL','rpc out','true'
exec sp_serveroption 'LSV_GHBILL','rpc','true'
exec sp_serveroption 'LSV_DKRACNT','rpc out','true'
exec sp_serveroption 'LSV_DKRACNT','rpc','true'
exec sp_serveroption 'DKRCASH','rpc out','true'
exec sp_serveroption 'DKRCASH','rpc','true'
exec sp_serveroption 'LSV_DKRHELION','rpc out','true'
exec sp_serveroption 'LSV_DKRHELION','rpc','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc out','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc out','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc out','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc out','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc','true'
exec sp_serveroption 'LSV_DKRTEST','rpc out','true'
exec sp_serveroption 'LSV_DKRTEST','rpc','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc out','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc','true'
exec sp_serveroption 'LSV_DKRSTA','rpc out','true'
exec sp_serveroption 'LSV_DKRSTA','rpc','true'
exec sp_serveroption 'DKRACCOUNT01','rpc out','true'
exec sp_serveroption 'DKRACCOUNT01','rpc','true'
conquer93 is offline  
Thanks
1 User
Old 10/17/2012, 01:34   #7
 
elite*gold: 0
Join Date: Nov 2011
Posts: 12
Received Thanks: 0
I still cant get it to run...

There is an image below:


Thank You.
Schucodk is offline  
Old 10/17/2012, 13:46   #8
 
elite*gold: 0
Join Date: Aug 2011
Posts: 438
Received Thanks: 110
lemme see your cast.exe config
alexmak96 is offline  
Old 10/17/2012, 20:46   #9
 
elite*gold: 0
Join Date: Nov 2011
Posts: 12
Received Thanks: 0
;
CAST_PORT = 7882
DATABASE_ADDRESS = 127.0.0.1,1433
DATABASE_DATABASE = CHARACTER
DATABASE_ACCOUNT = account
DATABASE_PASSWORD = account
CAST_SERVER_ID = 1101
LOG_PATH = ..\LogFiles\
Schucodk is offline  
Old 10/18/2012, 12:06   #10
 
elite*gold: 0
Join Date: Aug 2012
Posts: 121
Received Thanks: 49
at database address why do you have the ,1433?

Try removing that and start it again
Trac3r is offline  
Thanks
1 User
Old 10/18/2012, 13:47   #11
 
elite*gold: 0
Join Date: Nov 2011
Posts: 12
Received Thanks: 0
But now there is a other error, not in the server console, but in WebMan.
something about ELD Socket error in activate...

and when i try to login, I get a message about i need to check the network.

BTW thaks trac3r
Schucodk is offline  
Old 10/18/2012, 14:21   #12
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,227
Received Thanks: 568
Quote:
Originally Posted by Schucodk View Post
But now there is a other error, not in the server console, but in WebMan.
something about ELD Socket error in activate...

and when i try to login, I get a message about i need to check the network.

BTW thaks trac3r
The ,1433 is normal ... I also have it in my config files and doesn work without it ao put it back to normal ^.^
conquer93 is offline  
Old 10/18/2012, 14:27   #13
 
elite*gold: 0
Join Date: Nov 2011
Posts: 12
Received Thanks: 0
Ahhh... okay.

Anyone have any other advice with my error...?
Schucodk is offline  
Old 10/18/2012, 18:03   #14
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,227
Received Thanks: 568
arr u 100% sure u loged in ur account u use for dekaron at SQL and added the 2 query codes i posted ? without the codes it wont work and i think this is ur problem.
and if it aint the query then it is ur ODBC follow the tutorial of ultimate dekaron tut. its good tut to understand !
conquer93 is offline  
Old 10/18/2012, 18:04   #15
 
elite*gold: 0
Join Date: Nov 2011
Posts: 12
Received Thanks: 0
I think its the ODBC, but i dont understand it... can you help me with it?
Schucodk is offline  
Reply




All times are GMT +1. The time now is 12:21.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.