dscc.exe command line in datastage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
mvrkreddy
Participant
Posts: 12
Joined: Sun Apr 13, 2014 11:46 pm

dscc.exe command line in datastage

Post by mvrkreddy »

i ran the dscc.exe command line in my client machine ..but by default it is going for my dev environment ..when i give QA environment ..it is not working..so where can i check which environment it is connecting ???

working
------
cd C:\IBM\InformationServer\Clients\Classic
./dscc.exe /H DEV123 /U dsadm /P dsadm TestProject /J TestDSJob

Notworking
---------------
cd C:\IBM\InformationServer\Clients\Classic
./dscc.exe /H QA123 /U dsadm /P dsadm TestProject /J TestDSJob

working but connecting to DEV environment
------------------------------------------------
cd C:\IBM\InformationServer\Clients\Classic
./dscc.exe U dsadm /P dsadm TestProject /J TestDSJob


so could you pls help me to connect to my QA environment?
RAJESH
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Not working how? What error?

Did you try it without giving a job name? I thought /J meant ALL JOBS.
Choose a job you love, and you will never have to work a day in your life. - Confucius
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

did you check if the QA server is also installed on the default ports. If the ports were modified you need to specify the ports as well.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply