Although generally Hyperview Services are managed with the Hyperview Service Controller, it is possible to start and stop Hyperview Services from the command line. This would be useful if you had a Hyperview Service configured to load and serve a "most recent" project file. If a new matching file appeared, the Hyperview Service would not notice. It would need to be stopped and restarted in order to load the updated build.
With the command line interface, you can include a script in your build routine that automatically restarts some or all of your Hyperview Services, causing them to load the most recent project file, if they were configured that way.
To start or stop Hyperview Services, use this command:
"C:\Program Files (x86)\GMCL\DBDOC\Programs\HyperviewServiceController.exe" /servicecmd=[cmd<:port>]
where cmd can have the following values:
You must run the script with Administrator privilege in order to be able to control Hyperview Services in this way.
For example, if you wanted to automatically stop and restart all your Hyperview Services, a sequence of commands like the following could be used.
"C:\Program Files (x86)\GMCL\DBDOC\Programs\HyperviewServiceController.exe" /servicecmd=stop [WAIT 30 SECONDS] "C:\Program Files (x86)\GMCL\DBDOC\Programs\HyperviewServiceController.exe" /servicecmd=start
Or perhaps only one service on a known port requires this treatment. If the service question was running on port 8001 (run the Hyperview Service Controller to find the port), these commands could be used.
"C:\Program Files (x86)\GMCL\DBDOC\Programs\HyperviewServiceController.exe" /servicecmd=stop:8001 [WAIT 30 SECONDS] "C:\Program Files (x86)\GMCL\DBDOC\Programs\HyperviewServiceController.exe" /servicecmd=start:8001
DBDOC ©1996 - 2024 G. Michaels Consulting Ltd., all rights reserved. All other trademarks and registered trademarks are the property of their respective holders. Website source largely available under the terms of the AGPLv3.