SSL connection in MQ with datastage

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
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

SSL connection in MQ with datastage

Post by ag_ram »

Hi
Can we make Secured connection using SSL channels in MQ stage of datastage? Or datastage only supports normal connection with MQ.
In normal connection jobs are running fine and when we tried to use SSL connection we are getting this error.

Code: Select all

MQ_DeltaMsg: [IIS-CONN-WSMQ-000014] Connect to queue manager using channel failed with reason code: 2393 (MQRC_SSL_INITIALIZATION_ERROR) (CC_WSMQConnection::connect(), file CC_WSMQConnection.cpp, line 379)
Can anyone suggest?
MQ Admin suggested to set following variables during making connection

Code: Select all

MQSSLKEYR=/var/mqm/client/CODV05/key
MQCHLLIB=/var/mqm/client/CODV05
MQCHLTAB=AMQCLCHL.TAB
Is it possible to set these variables in the MQ stage?

Thanks
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Post by ag_ram »

Has anyone have any pointers?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If they do, they will respond next time they log in. Absence of a response may be taken to indicate that no-one who has thus far read this thread has anything concrete to contribute.

Please be patient.

If you can't be patient involve your support provider - whom you are paying to support you! DSXchange participants are all unpaid.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

...that may be the best bet here. I see a lot of MQ scenarios, and this is one that I haven't encountered.
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
akash9999
Participant
Posts: 2
Joined: Tue May 17, 2005 3:23 am

Re: SSL connection in MQ with datastage

Post by akash9999 »

Were you able to resolve this issue?
I need to implement the same thing for my project.
Please let me know.
deployDS
Premium Member
Premium Member
Posts: 45
Joined: Thu Mar 09, 2006 9:36 am

Re: SSL connection in MQ with datastage

Post by deployDS »

I do not see a resolution here, why is this topic is marked Resolved without an actual resolution?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That would be a question for the original poster and unfortunately they haven't posted here for almost 4 years. If you are having a similar issue, suggest you start a new post with your details.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply