Problem with create a guild

12/20/2011 02:25 kalle8585#1
[Only registered and activated users can see links. Click Here To Register...]

how to fix it?:confused:
12/25/2011 14:20 dushtin06#2
sorry for bumping but i got the same problem too
12/25/2011 14:27 [DEV]DorianGray#3
Session Server Settings
12/25/2011 14:30 pimpmode#4
what exacly?
12/25/2011 16:22 dushtin06#5
My exact problem is ... In dbmon it says success .. But ingame when i try to make guild ... It
Says
Failed
To
Create a guild
12/25/2011 17:15 6shadow6#6
Three things may be the cause of this error

1) Poor database character
2) No Windows updates. (applies to Windows 2000, Windows Server 2003)
3) Lack of Updates for MSSQL (SP4. for MSSQL 2000)
12/25/2011 17:19 dushtin06#7
I use 1 click and
Kingtut files
12/25/2011 18:39 6shadow6#8
download other database and try
12/25/2011 18:59 [DEV]DorianGray#9
Quote:
Originally Posted by dushtin06 View Post
My exact problem is ... In dbmon it says success .. But ingame when i try to make guild ... It
Says
Failed
To
Create a guild
Did you gave your Database Account "Full Admin Rights" ???
12/25/2011 19:37 pimpmode#10
Quote:
Originally Posted by [DEV]DorianGray View Post
Did you gave your Database Account "Full Admin Rights" ???

how i do that?
12/25/2011 23:40 dushtin06#11
Quote:
Originally Posted by [DEV]DorianGray View Post
Did you gave your Database Account "Full Admin Rights" ???
yep... how do we do that???
12/27/2011 11:18 pimpmode#12
dorian can u explain it pls
11/07/2018 11:09 akihiR0#13
just reput this one

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'

in analyzer same problem here
11/07/2018 18:58 TheRealCataracts#14
Quote:
Originally Posted by akihiR0 View Post
just reput this one

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'

in analyzer same problem here
Cmon man...you just bumped a 7 year old topic.