9/30/16

How to Stop/Start All Services in IBM InfoSphere Information Server on Windows


+++  Stop DataStage services +++
Start > Control Panel
Double click on the DataStage icon to open it
Click Stop All Services
Stop the ASB Agent
Start > All Programs > IBM Information Server > Stop the agent
Stop the WebSphere Server
Start > All Programs > IBM WebSphere > Application Server v6 > Profiles > default > Stop the server
Or From Command Line:
cd C:\IBM\WebSphere\AppServer\profiles\InfoSphere\bin
stopServer.bat Server_name



+++   Starting the services   +++
Start the WebSphere Server
Start > All Programs > IBM WebSphere > Application Server v6 > Profiles > default > Start the server

Or From Command Line:
cd C:\IBM\WebSphere\AppServer\profiles\InfoSphere\bin
startServer.bat Server_name

Start the ASB Agent
Start > All Programs > IBM Information Server > Start the agent
Start DataStage services
Start > Control Panel
Double click on the DataStage icon to open it
Click Start All Services

9/14/16

How to get the Job Number or RT_LOG number of a DataStage Job


  •  cd to $DSHOME (/IBM/InformationServer/Server/DSEngine) on the server and source the dsenv file with:
  • sh
  • $ bin/uvsh
  • 3. At the UV prompt, log on to the project (the project name is case sensitive):
  • > LOGTO projectname
  • 4. To find out what the job description number:
  • > LIST DS_JOBS jobname
  •  This will give the Job Number