I can't Start the Account Server

02/02/2015 14:38 Burdenz2007#1
I'm having Problems in starting the AccountServer.exe, it say's "can't connect into blah blah blah"

I already did the steps properly, and redid all the steps for more than 8 times now.

I think the ODBC thing is the problem but im not sure. I need a little help.

My Laptop is running on Win7 Ultimate, 3gb Ram.
02/02/2015 18:12 Drabur#2
error loggs.....
02/03/2015 12:31 Burdenz2007#3
@Drabur - I don't get any Error logs.

I did Screen Shot it. Here.

[Only registered and activated users can see links. Click Here To Register...]

Im running on a x64 bit windows 7, and the SQL installed is a x64bit also.
02/03/2015 12:32 jeromerz#4
maybe you didn't configure the .ini files and write the password of the sql server
02/03/2015 12:40 Burdenz2007#5
@jeromerz - the .ini files are in all configured to "127.0.0.1". But still nothing.
02/03/2015 13:00 WurstbrotQT#6
It's unable to start the server, as the error message already says.
Check whether the ports the server uses are occupied, if so, either change the ports the account server is using or kill off the process which blocks the ports (don't know which ports it actually uses since many devs think that changing them is more secure)
If that does not work try turning off your firewall completely since that could cause such problems as well due to bad configuration (unlikely, I'd stick with the previous suggestion)

If you don't know the ports tell us which files you are using so that someone else may be able to sort that out for you
02/03/2015 19:22 xkilyx#7
hi, i had the same problem. the firewall off, had no team or any other soft to occupy ports and solve it well "temporarily" hopefully serve you.

this is what I had
// Port num
# define PN_PATCHSRVR 1100
# define PN_WORLDSRVR 2000
# define PN_CERTIFIER 23000
# define PN_CORESRVR 4000
# define PN_CACHESRVR 5400
# define PN_DBSRVR_0 7000 l
# define PN_DBSRVR_1 7100 // w
# define PN_DBSRVR_1 24000 // w
# define core PN_DBSRVR_2 7200
# define PN_LOGINSRVR 28000

and change these
#define PN_PATCHSRVR 1128
#define PN_WORLDSRVR 5358
#define PN_CERTIFIER 25185
#define PN_CORESRVR 1831
#define PN_CACHESRVR 18213
#define PN_DBSRVR_0 7300
#define PN_DBSRVR_1 8910 // w
#define PN_DBSRVR_2 9620
#define PN_LOGINSRVR 24891
#define PN_PATCH_DISTRIBUTOR_0 9000
#define PN_PATCH_DISTRIBUTOR_1 9100

for some reason it turned out I could do useful and run the server.
blessed source used v19

sorry, my language is Spanish XD
02/04/2015 11:27 Burdenz2007#8
@WurstbrotQT - I will try that. I disconnected my Internet and Turned of my Firewall. Maybe i will try to change the ports in the Source. I'm using the Source of Virtuos and recoded it to make it quite secure and stable.

@xkilyx - I will try to use your Configs.



-> Thank for responding guys.