I have compiled source 4.3
I have restore DB is ok but when I add user atum it's impossible to cheek the box's I receive one error
" this user already exists in the current database "
Thanks for help a strong newbie :/
Printable View
I have compiled source 4.3
I have restore DB is ok but when I add user atum it's impossible to cheek the box's I receive one error
" this user already exists in the current database "
Thanks for help a strong newbie :/
Maybe exist in database but as long as its new mssql server it does not exist there. Anyway even if you got error user was added to server users
Resolved whit this solution found on the web, but I post it
USE myDB EXEC sp_change_users_login 'Auto_Fix', 'myUser'
So I have again one problem
The server control panel make successful connection whit DB and not the server :/
I have rebuild projet for change IP xor and nothing
TCP IP Enabled?
Yes Eugenechavez
I have tested account atum whit SQL manager studio whit ID atum PSW callweb it work correctly
when I run preserver I have this error in the log :
[DB Error] fail to connect DBServer(CPreIOCP::IOCPInit_) !! 192.168.0.10,1433 atum2_db_account : Wrong DB Password
I think to have correctly make PSW & ID xored in the file
Sry I'm really newbies
But to create a server is really very interesting, I had to create a server 4.2 but I had an
unresolved bug so I wanted to try to make a server in 4.3
You might find some gems in here by using the search function on errors you're getting. For instance, the DB connection problems almost always come down to the same things.
For reference: http://forum.ragezone.com/f908/help-...1/#post8756656
- - - Updated - - -
As this seems to be happening very frequently to you guys, I just extended the updated FAQ with this problem / solutions. Have a read: http://forum.ragezone.com/f614/faq-u...2/#post8909512