How do i create account using microsoft sql server 2005
i try to create an account and it doesnt work:
i use this:
exec dbo.cabal_tool_registerAccount 'yourusername' , 'yourpw'
The result:
Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount, Line 10
Cannot insert the value NULL into column 'Password', table 'ACCOUNT.dbo.cabal_auth_table'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Msg 515, Level 16, State 2, Procedure cabal_tool_registerAccount, Line 16
Cannot insert the value NULL into column 'UserNum', table 'ACCOUNT.dbo.cabal_charge_auth'; column does not allow nulls. INSERT fails.
The statement has been terminated.
(1 row(s) affected)
Plese help me :*:
Re: How do i create account using microsoft sql server 2005
use chumpy's GM tools or use his cash shop to make account rather messing with the DB.
Re: How do i create account using microsoft sql server 2005
i use GM Tool and its the same thing it won't let me create account.:(:
Re: How do i create account using microsoft sql server 2005
Yes same for me !!
Im tring make account for 3 hours and nothink works.
i tried this:
http://forum.ragezone.com/f459/playe...ersion-517871/
Then i tried chhumpies and its same.
Re: How do i create account using microsoft sql server 2005
Your xp_md5.dll ( something like this i dont remember the exact name ) command wasnt executed properly.. So u have to reinstall msql server.. and then use the command given in the notepad with was in urxp_md5.rar and run .. and try creating an account and it works fine :-)
Re: How do i create account using microsoft sql server 2005