problem running the DSJOB command from a remote server

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
JPalatianos
Premium Member
Premium Member
Posts: 306
Joined: Wed Jun 21, 2006 11:41 am

problem running the DSJOB command from a remote server

Post by JPalatianos »

Hi,
We are attempting to run the DSJOB command from one server kicking off
a job on another. For example I run this command from our QA server and we get to run a job as expected:
D:\IBM\InformationServer\Server\DSEngine\bin>dsJob.exe -domain
NJROS1BBLA0681:9080 -server NJROS1BBLA0681 -user PR-PPRISMS -password
######## -run -warn 10000 DBProject Seq_PRISMS_Main.testing
Status code = 0
We have a problem executing the same on the same server for our Contingency server and cannot figure out the difference We are running the DSJOB command from the same server and as you see the above command is pointing to our NJ (Prod server) and the one below is pointing to our PA (Contingency
Server)

D:\IBM\InformationServer\Server\DSEngine\bin>dsJob.exe -domain
PAERSCBBLA0681:9080 -server PAERSCBBLA0681 -user PR-PPRISMS -password
######## -run -warn 10000 DBProject Seq_PRISMS_Main.testing
ERROR: Failed to open project
Status code = -1002

Thanks - - John
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Start with something simple. Can you use -lprojects remotely?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
JPalatianos
Premium Member
Premium Member
Posts: 306
Joined: Wed Jun 21, 2006 11:41 am

Post by JPalatianos »

Hi Ray,
That command seems to work fine remotely:
dsJob.exe -domain PAERSCBBLA0681:9080 -server PAERSCBBLA0681 -user PR-PPRISMS -password ######### -lprojects
AAC
AB
ALM
BrokerageServices
CFF
CLR_ODS_DLY
CRM
CTR
CostFoundation
DBproject
ERF
FORM5500
GPVAL
Genio
GoalMaker
IDA
MyFirstProject
PPR
PRS
PR_DBgroup
RLDM_PSDW
TPODS
VOBA
iHub

Status code = 0
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Aha!

Project names are case sensitive. Your failed request specified DBProject when it should have specified DBproject.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
JPalatianos
Premium Member
Premium Member
Posts: 306
Joined: Wed Jun 21, 2006 11:41 am

Post by JPalatianos »

Thank You! Looks like the app team had the Prod project created as DBProject and in the DR box as DBproject

Thanks again!!
Post Reply