|
You last visited: Today at 10:22
Advertisement
[READ THIS]SessionServer
Discussion on [READ THIS]SessionServer within the Dekaron Private Server forum part of the Dekaron category.
05/17/2009, 15:24
|
#1
|
elite*gold: 0
Join Date: Dec 2008
Posts: 928
Received Thanks: 132
|
[READ THIS]SessionServer
heya
Since a virus ****** down my System yesterday and i had to make it new, my Sessionserver doesnt work anymore.
before my system got owned i had the same problem, but it disappeared from one day to the next - i dont know why. i think i was simply lucky. my server was running then for like 2 month. but since i made my system new, the sessionserver crashes again. i cleared the log and let it fail again and saw that error:
Quote:
|
>> CRITICAL ERROR : SP_LOGIN_FLAG_SET PROC CALL FAIL
|
can anyone tell me why?
wut is "SP_LOGIN_FLAG_SET PROC"? i searched for it but i didnt found it lol
|
|
|
05/17/2009, 16:56
|
#2
|
elite*gold: 0
Join Date: May 2008
Posts: 863
Received Thanks: 197
|
Go to Query Analizer and run SN if you did not do that yet
Code:
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={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRNUNVICE','','MSDASQL',NULL,NULL,'DRIVER={SQL 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={SQL 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=;'
And then this:
Code:
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'
|
|
|
05/17/2009, 17:23
|
#3
|
elite*gold: 0
Join Date: Dec 2008
Posts: 928
Received Thanks: 132
|
already did that. i dont want to be noobl1k3 now, but i made it two times: one time i saved the untitle1.sql somewhere and one time i didnt. is that important? does i have to do something with this file?
|
|
|
05/17/2009, 17:46
|
#4
|
elite*gold: 0
Join Date: Mar 2008
Posts: 8
Received Thanks: 1
|
did u add in "config" u DATABASE_ACCOUNT and DATABASE_PASSWORD,
DATABASE_ADDRESS = 5.220.229.96,1433
DATABASE_DATABASE = CHARACTER
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = 123456
SESSION_SERVER_ID = 1100
LOG_PATH = ..\LogFiles\
BILLING = 0
NO_CHARGE_CODE = NODATA
|
|
|
05/17/2009, 17:59
|
#5
|
elite*gold: 0
Join Date: Dec 2008
Posts: 928
Received Thanks: 132
|
no
is '123456' right?
edit: doesnt work lol
edit2: ok after the 2nd try it works
|
|
|
05/17/2009, 22:48
|
#6
|
elite*gold: 1300
Join Date: Sep 2008
Posts: 927
Received Thanks: 379
|
Quote:
Originally Posted by ex6tenCe
no
is '123456' right?
edit: doesnt work lol
edit2: ok after the 2nd try it works
|
yay and u called me a noob...
|
|
|
05/18/2009, 04:50
|
#7
|
elite*gold: 0
Join Date: Mar 2009
Posts: 26
Received Thanks: 5
|
Well, I'm having this same problem... I did run the query, and included all the passwords... I've also had a server previously with the latest server files. All the servers start fine except for Session. It crashes immediately after being started and I can't figure out why.
System has more then enough ram/cpu, so it's not that.. Also, running WinXP SP3 (same as I had it working on fine before)
Using MSSQL 2000 Developer Edition, since it's the only one I could get to work.
So any suggestions would be great, been at this for over 6 hours straight >_<
|
|
|
05/18/2009, 05:09
|
#8
|
elite*gold: 0
Join Date: Jul 2008
Posts: 6
Received Thanks: 0
|
I would love an answer also :P
|
|
|
05/18/2009, 06:59
|
#9
|
elite*gold: 0
Join Date: Apr 2009
Posts: 36
Received Thanks: 2
|
i think its sql problem i ahd the same prob long ago, i just reinstall all OS and dissaparear
|
|
|
05/18/2009, 13:30
|
#10
|
elite*gold: 0
Join Date: Dec 2008
Posts: 928
Received Thanks: 132
|
finally only the great ex6tenCe can help you.
while installing SQL 2000 or SP4, i forgott what, there is a field where you have to type in a password. remeber it lol
then look at the config.ini of session again.
database = Character
and then DB_user is nearly always = sa
DB_PASSWORD = <your password>
always ask the divine and great ex6tenCe if oyu need any help
|
|
|
05/18/2009, 14:34
|
#11
|
elite*gold: 0
Join Date: Jun 2008
Posts: 87
Received Thanks: 4
|
Man, I love your sig. 10 bucks said the second last 2 aren't true. >: )
|
|
|
05/18/2009, 15:35
|
#12
|
elite*gold: 0
Join Date: Dec 2008
Posts: 928
Received Thanks: 132
|
xD
|
|
|
05/18/2009, 15:38
|
#13
|
elite*gold: 0
Join Date: Mar 2009
Posts: 26
Received Thanks: 5
|
I fixed the problem ^_^
Apparently SP4 didn't install properly or something, did a clean reinstall of MSSQL and updated to SP4, and no problems at all. Working great again.
(amazing how something that small can drive a person nuts for 6 hours >_<)
|
|
|
 |
Similar Threads
|
Help!! SessionServer[1.22.0].exe
11/13/2009 - Dekaron Private Server - 5 Replies
Someone could help me with an error when running the strip SessionServer . Exe
http://img22.imageshack.us/i/dibujogz.jpg/
|
Need help sessionserver crash!!PLZ
06/22/2009 - Dekaron Private Server - 15 Replies
Helllo,
i searched 2 day in google...rg and elitepvpers forum and i didnt find any answer..=/.
My sessionserver load..and then like 30secs after it said it crash i must close..
here me sessionserver config.ini.
http://img23.imageshack.us/img23/2319/sanstitreht x.png
|
[Problem] with sessionserver.exe
06/02/2009 - Dekaron Private Server - 1 Replies
guys wtf i tried on 2 PCs and sessionserver.exe crashes always..
i cant open cast i try to run and after i run all sessionserver.exe crashes..
help me plz :>
|
Sessionserver crashes cuz of less than 2GB RAM?
04/27/2009 - Dekaron Private Server - 7 Replies
i heard that the sessionserver crashes cuz of too less RAM. if you have only 2 GB RAM, you cannot host a server.
any1 knows how to check how much RAM i have? i downloaded that
Send big files the easy way. Files too large for email attachments? No problem!
it says everything, really everything about your computer, but not the RAM
can someone tell me how to find out the RAM?
|
Sessionserver crashed
04/14/2009 - Dekaron Private Server - 35 Replies
Solutions for these sessionserver problem can differ for every user.
|
All times are GMT +1. The time now is 10:23.
|
|