We have moved to www.dataGenX.net, Keep Learning with us.

Monday, November 19, 2012

Starting DataStage from batch[bat] file in Windows

Hi there..
I am going to share a small bat[batch] script which can be used to start the DataStage server in
 windows environment,

put this bat file in DSHOME or u can add a line in script to cd to DSHOME..



code :


REM Regenerate and restart DataStage server engine
pushd C:\IBM\InformationServer\Server\DSEngine  #use the DSHOME path
bin\uvregen
popd
net start dsrpc
net start dsengine
net start dstelnet


Here you can find the Stop Script : ---------- here


till then.....
njoy the simplicity.......