Untill now I startup (and close) Developer to startup Sybase Database.
After that Servoy Server and Servoy Client can be started without problems.
I use the trick with Developer because I can not startup Sybase manually.
What Database, Server and options do I have put in (for use after a fresh install)?
What I really like to have however is a batfile to start up both Sybase and Application Server.
Does anyone have this code available?
what you have to do in order to get what you want is install both the application server and the database server as a windows service.
How this can be done is described in the Servoy Server Adminguide documentation, starting at page 45 and page 68. http://www.servoy.com/docs/servoy_4/ServoyServer4AdminGuide.pdf
Then you simply could start the services manually by opening the windows service manager.
If this is one step to far, you could manually create a batch-file to start both services.
I’m not familiar with the dos syntax to start a service, but if you’ve succeeded in installing the services, I think Google can do the rest
The databases that need to be started are specified in your servoy/application_server/sybase_db/sybase.config file, so you need to point to that when starting dbsrv10.exe.
Create a bat-file in your application_server folder containing: