Fail read .ini

Joined
May 21, 2010
Messages
3
Reaction score
0
hello guys i have problem when i start my DatabaseServer.exe : fail to read .ini script\DatabaseServer.ini
i shearc every where
skizz096 - Fail read .ini - RaGEZONE Forums

my problem is this :
skizz096 - Fail read .ini - RaGEZONE Forums

this is my DatbaseServer.ini :
skizz096 - Fail read .ini - RaGEZONE Forums

Skype : sk1zz096
 
Check the last Line of your .ini file.

DB_PWD_ITEMUPDATE "xxxxx"|

just remove the | and you should be good to go.

Edit... Also, make sure that you either use \\ or / instead of \ in the first value of the ini
 
Code:
ResourceFolder    "C:/Users/Gianni/Desktop/New Repack/V15_FIles/Resource"

Sys    1
Account "25.3.29.232"

DSN_NAME_CHARACTER    "log01"
DB_ADMIN_ID_LOG    "log01"

LANG    1

// 6
DB_PWD_LOG    ""
DB_PWD_CHARACTER    ""
DB_PWD_BACKEND    ""
DB_PWD_ITEMUPDATE    ""

Try that as your .ini content... Just fill in the PWD's.
 
Back