You can translate the question and the replies:

How to make ODATA service start Automatically

Hi Team, We want to start ODATA service to start automaticalaly when denodo start. what is the best way to do it?
user
27-07-2016 17:31:43 -0400
code

1 Answer

Hi, I would create a start script consisting on two consecutive steps, starting the VDP Server first, and then, the OData Service : *call vqlserver_startup.sh(.bat) script call odata_service_startup.sh(.bat) script* Also, you will need a new stop script which stops the Odata Service and the VDP Server: *call odata_service_shutdown.sh(.bat) script call vqlserver_shutdown.sh(.bat) script* You will need to use these new scripts to start and stop VDP instead the “vqlserver_startup” (“vqlserver_shutdown”) or the control center. A second option could be to register VDP Server and OData Service as windows (or linux) services and they will start automatically on boot. Hope this helps!
Denodo Team
28-07-2016 04:59:50 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here