PDA

View Full Version : Service at startup


Yosemite Sam
03-14-2006, 12:17
How do I get a service to run when the server starts up?

jaya0313
03-14-2006, 12:46
In the developer select the package in which the service resides and go to the file menu and click open. It opens a window in that window click on the startup/shutdown/replication serices tab. It shows all the services that package contains.Select whatever service you want to start at serverstartup and add it..

Yosemite Sam
03-14-2006, 13:42
Thanks, I found it. I didnt expect to have to open a package when it looks open in the file view.

taurean
03-15-2006, 18:26
Sam,

Just a point of caution... the above procedure will make your service the startup service of the package... which means the service will be executed every time the package loads, which happens whenever you
1. Start the server
2. Enable the package
3. Reload the package.

Rohit

jaya0313
03-16-2006, 08:06
If packages are enabled at the server startup then these startup services also start to run.