Hi,
Today I was trying to set up a server following this ->

tutorial.
Everything went fine till the end, exept for the fact that whenever I start the server, every service is stuck in pause (starts for a few seconds but quickly pauses again).
I did everything according to the guide, the server should be lan so everything is on 127.0.0.1
Looking in many threads I just found "check ini files for mistakes in user/password .." but rest assured they are correct, I checked so many times that I'm about to learn the encrypted password by memory.
Here are the logs that appear each time I start the services:
From
ShaiyaServer\PSM_Client\Bin\Log
2014-07-16 03:27:52 PS_USERLOG__system log start (UserLog)
2014-07-16 03:28:09 DB userlog connect error, Server=127.0.0.1, DBName=PS_UserData, User=Shaiya, Pass=Shaiya123
2014-07-16 03:28:09 3 1 SService::ServiceCtrlDispatcher(): m_pService->Init()
2014-07-16 03:28:09 PS_USERLOG__system log end (UserLog)
2014-07-16 03:28:09 3 1 SService::ServiceCtrlDispatcher(): service shutdown
Additional info : I created the user in SQL Server Management with all the correct permissions, the .ini files ARE CORRECT and match with the password
I enter in the main panel of the server (of course in the .ini it is encrypted).
I made 2 more users with 2 different passwords, always stuck at the same point.