QualityStage running on server remote to DataStage

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
tkozlows
Premium Member
Premium Member
Posts: 13
Joined: Tue Dec 03, 2002 7:31 pm
Location: Melbourne, Australia

QualityStage running on server remote to DataStage

Post by tkozlows »

Does anyone know how to set up QualityStage / DataStage so that QS will be hosted on one physical server while DS will be hosted on another ?

We are getting the following message, although both DS and QS are up and running (and working OK):

Code: Select all

Failed to open QSRT connection: check qsrtmngr is running, job is deployed
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Have a look in the QualityStage server log file. It should have entries for failed connection requests. You can also increase the debug messaging on the QualityStage stage. I usually make the debug setting a job parameter so you can increase the debug level at run time.

If you get the server name and connection details right then it should be able to run QS jobs on another server.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You still need qsrtmngr to be running on the DataStage server. This is analogous to a run time interface, but specifically for QualityStage. Make sure the port number appears in the hosts file at both ends, too.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply