[Help] Database Probleme with Office Source Files

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 28, 2008
Messages
8
Reaction score
0
Hey,

I keep getting this error when i try to run the Database.exe

FAIL read ini - ..\scrpt\databaseserver.ini

I made a Script folder and placed it all around in different areas of the Files and still couldn't get it to work.

I'm using the Source Files spikensbror released

I got it to all compile and got the account server up and running just can't get past this error lol.

**Official Source Files wow i didn't realize i spelt the title wrong lol
 
Last edited:
the only problem is your IP in your databaseserver.ini

just check carefully your IP in your databaseserver.ini , mate.
 
You also need to specify and locate where the database.exe, then in the database.ini you need to add the location of it. Example:

C://Desktop/ServerFiles/Resource/

Have a nice day.
 
Re: [Help] Database Probleme with Offcial Source Files

I tried doing the different things you guys suggested but no luck lol

here are the screen shots






Thanks!
 
hellmater is right, although he's not being very specific
kisame0020, you have to COPY databaseserver.exe and PASTE it into C:/SRC/Resource and then open it

edit: I have no idea where you got that databaseserver.ini file, but here's what mine looks like:
Code:
ResourceFolder "E:\server\Resource"

Sys 1

Account "127.0.0.1"

DSN_NAME_CHARACTER "character01"
DB_ADMIN_ID_CHARACTER "character01"

DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "log01"

LANG 1

DB_PWD_LOG ""
DB_PWD_CHARACTER ""
DB_PWD_BACKEND ""
DB_PWD_ITEMUPDATE ""
 
Lol nope i still can't get it to work, I know its something so simply stupid ill feel like an idiot once i figure it out. I copied the database.exe into resource folder, i have a script folder with the ini in it and place it in different areas to see if it would work.. same result (changed the path back to "..\\script\databaseserver.ini" in the cpp)
 
Put DatabaseServer.exe on your Program/Resource folder.

Add @Script folder find DatabaseServer.ini

ResourceFolder "E:\server\Resource"

Put your resource path

Then Save.

Start the DatabaseServer.exe
 
The guy just compiled exes and tryed to run them from output folder . That's the reason he gets the errors. Exes are not in server files. Tyvm was it that hard to understand xP?
 
Put DatabaseServer.exe on your Program/Resource folder.

Add @Script folder find DatabaseServer.ini

ResourceFolder "E:\server\Resource"

Put your resource path

Then Save.

Start the DatabaseServer.exe

How do you do that, Sorry for being a noob and leech atm, but if i want to help dev i need to know how to get the server files to work and i feel like and idiot atm xD
 
Plox , get SERVER FILES . Atm you got SOURCE . After you compiled SOURCE, take .exes from the OUTPUTS and put them in to the SERVER FILES. Whats so fawking hard in it?
 
Sorry I've been away at college so I haven;t had time to look at my server and do anything yet. Are the servers files your talking about like the repacks or am I looking for something else?
 
If yhu have a window 7 then yhu should run it in administrator because my laptop says the same thing.. run the world server and every other server on administrator
 
Status
Not open for further replies.
Back