Stop services by DOS command line

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
avidal18
Participant
Posts: 10
Joined: Wed Apr 19, 2006 4:20 pm
Location: Mexico

Stop services by DOS command line

Post 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
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
Post Reply