Stopping the Service
You should have a batch file for stopping the services, which should look like this:
c:\Gtree\bin\GreentreeShutdown.exe path=d:\JadeServer5\system
ini=d:\jadeserver5\gtjade.ini
net stop GT development AppServer 6013
net stop GT_DEV_SERVER
The first line stops and closes all Greentree Desktop clients, and also stops and closes all running print and task queue processors.
The second line stops the application server service.
The third line stops the database server service.
If you have more than one application server defined on this workstation, you must add start and stop lines for each of them into the batch file.
Running the stop batch file is the only way you should bring down the system. This is because the print and task queues must be stopped properly. Stopping the database service does not stop the print and task queues properly.