Page 1 of 1

Stop services by DOS command line

Posted: Fri Jul 28, 2006 11:22 am
by avidal18
I need to know the DOS command lines to stop and start the DataStage services through a batch in a Windows server (it should stop automatically for mainteinance purposes) .
I couldn't find this in the forum topics or documentation, only manual stop references.
Could you tell me where to find them or how will they be?

Thanks in advance

Posted: Fri Jul 28, 2006 11:58 am
by ArndW
The DataStage engine runs as services on Windows; so you can use the "net stop {service}" to stop DataStage.

net stop "DataStage Engine Resource Service"
net stop "DataStage Telnet Service"
net stop "DSRPC Service"

There might be a way to call the control panel applet directly as well, but I don't know enough about Windows to do that.