Page 1 of 1

game server error

Posted: Fri Feb 13, 2015 8:46 pm
by darthjohnboy
Hi new to these forums and to XI private servers.

seem to have everything up and running but for some reason when trying to connect to my server all I get is error 3305 on the client?
I did notice i have an error on the login server as well
dspdb.accounts_session does not exist.
I assume this is my issue since it seems to be the only error I've found. Double checked everything and i don't believe I'm missing anything.
Is this a table i need to create myself or have i missed a step in the configuration?
Help would be greatly appreciated if anyone might have an answer.

Re: game server error

Posted: Fri Feb 13, 2015 9:13 pm
by kjLotus
it means you didn't run accounts_sessions.sql, or it gave an error, or you named your database wrong...

you have an sql server (since it connected) but the table is missing (probably cause you accidentally skipped it)

Re: game server error

Posted: Fri Feb 13, 2015 11:16 pm
by darthjohnboy
ah ok i will try that maybe i missed it while running through. thanks for the help

EDIT: that was it, i missed the sql somehow, thanks again