The Servoy application Service

The Servoy application Service is running, but the Servoy repository is not available to client.
If I start the developer then the repository runs, but why? It appens every day, no message in the Events…
What can shut down the repository, but leave running the service?
Very strange!

lcr159:
The Servoy application Service is running, but the Servoy repository is not available to client.
If I start the developer then the repository runs, but why? It appens every day, no message in the Events…
What can shut down the repository, but leave running the service?
Very strange!

By default, the Application Server doesn’t bring Sybase with it, in the startup process (only the Developer does).
Did you set the auto-start of Sybase, before the Servoy Application Server service startup?

Probably not, how to do it?
But, anyway, the server is always on, for what reason the repository goes down every day?

To set the Windows Servoy Server dependency on a database open the service/wrapper.conf file and locate:

wrapper.ntservice.dependency.1=

To make dependent on Sybase (which will automatically start Sybase ASA as a Windows service when Servoy Application Server starts as a service) add ASANYe_ASASERVICE after the equal sign.