MQ connection problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
asaf_arbely
Premium Member
Premium Member
Posts: 87
Joined: Sat Jul 14, 2007 2:24 pm

MQ connection problem

Post by asaf_arbely »

Hi all,
When trying to read a message from mq (read from mq and writes into a flat file)
we get the following error:
"C Stage PlugIn function "Pet" required"

Few questions regarding MQ connection:
What kind of configuration should we do before trying to connect to mq?
We need to configure the websphere as well?
Is there a path that we need to add in the dsenv file?
we use the mq stage that came with the installation of DataStage' is there another stage needs to be installed ?
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

In 8.x you should see two options for MQ...the MQ Plugin and the MQ Connector..... it sounds like you may be trying the Plugin? Not sure exactly what your issue is, but it will be important to find out what choices were made at install time.

In 8.x there is a dialog during the install that asks if you want the MQ Plugin, and then further asks if you want it for MQ Server or MQ Client.

In the former, MQ Server must be installed co-resident with DataStage. In the latter, the MQ Client software must be installed co-resident with DataStage.

Your error sounds like it isn't even getting past the initial steps of finding and starting the plugin.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

You have to do a formal install of the MQPlugin and when you do, select that you want to use the MQ Client method of connectivity. I'll see if I can find a document that describes an after-initial-install of the Plugin....your support provider should know also.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Did it work when you tested the MQSERVER from the command line?
You need to specify the port number of your serverip, e.g serverip(1420).
asaf_arbely
Premium Member
Premium Member
Posts: 87
Joined: Sat Jul 14, 2007 2:24 pm

Post by asaf_arbely »

Ernie - can you find the document that describes an after-initial-install and send it to me ?
Post Reply