Ok I think I resolved my problem!
In fact my adobe connect server is a Proliant DL380 G2, so a
bit under-sized for adobe connect.
At the server start, windows is unable to mount the
MSSQLSERVER service quickly enough to respond to the adobe
connect's request.
This leads to an authentication error since the database is
not mounted, Connect then refused to respond to web queries.
I created some dependencies between services to resolve this.
I created a REG_MULTI_SZ in the registry.
Name of the key : DependOnService
Value : MSSQLSERVER
in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BreezeApp
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FMS
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FMSAdmin
It's seems to work, i try 4-5 reboot and the adobe connect
service where available immediately without the start console
trick.
Thx for the help.