Stopping the Service
You should have a batch file for stopping the Greentree 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 will stop and close all Greentree clients, and also stop and close all print and task queue processors that are running.
The second line will stop the application server service (using the net stop command).
The third line will stop the database server service (using the net stop command).
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 Greentree system. This is because the print and task queues must be stopped properly. Just stopping the Greentree database service will not stop the print and task queues properly.