Hi elitepvpers,
Well today i started to test something out by changing the Database.
Normaly we have
ACCOUNT_DBF
CHARACTER_01_DBF
LOGGING_01_DBF
RANKING_DBF
I changed it to
LoR_ACCOUNT_DBF
LoR_CHARACTER_01_DBF
LoR_LOGGING_01_DBF
LoR_RANKING_DBF
I also changed the ODBC Connections to match it.
Then i changed the .ini files to let it connect correctly.
However if i run Certifier.exe i am getting an error that it cant connect.
CQuery Log file
query:login
SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user '*****\*****'.
2013/09/29 09:36:16
query:login
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Cannot open database "ACCOUNT_DBF" requested by the login. The login failed.
2013/09/29 09:36:17
the wierd part is like i see that its willing to connect to ACCOUNT_DBF this aint going to work cause its has an different name now LoR_ACCOUNT_DBF
So i opend AIO from Sedrika and checked if there is still an ACCOUNT_DBF that i forgot to change. But no every ACCOUNT_DBF is Changed to LoR_ACCOUNT_DBF
So i checked the source to see if its something there. There are ony 2 lines with ACCOUNT_DBF and those are both inside the DatabaseServer.
The rest of the programs are running just fine. Its only the Certifier that is giving me the problems.
Any help and or tips are appreciated.
With kind regards
Edit:
Hmm it seems its still is trying to connect to the login odbc instead of lor_login odbc.
I removed the login odbc connection and now it cant find the Data Source.
So its something inside the source that is looking for the odbc data.






