Author |
Message |
Topic: MQ Security Exit for Svrconn Channels |
vignesh1988
Replies: 3 Views: 19434
|
Forum: User Exits Posted: Sun Jan 11, 2015 10:27 pm Subject: MQ Security Exit for Svrconn Channels |
Hello ,
I am developing MQ Security Exit for Svrconn channel. 90% of the servers are in Version 7.0.1
So i need advise on how does the svrconn channel security exit work? Since i am planning to set ... |
Topic: My MQGET Hanngs on Z/OS |
vignesh1988
Replies: 22 Views: 27966
|
Forum: IBM MQ API Support Posted: Thu May 08, 2014 11:34 pm Subject: My MQGET Hanngs on Z/OS |
Roger,
I can speak to my Manager for getting approval if you have a "WebEX" session for this attending from Chennai. Do you have this provision? |
Topic: My MQGET Hanngs on Z/OS |
vignesh1988
Replies: 22 Views: 27966
|
Forum: IBM MQ API Support Posted: Thu May 08, 2014 2:13 am Subject: My MQGET Hanngs on Z/OS |
Thanks alot Roger and Everyone
The Code which Roger gave me was very useful.
Yes, The code provided me above was a garbage because of the fact that i was trying something and thought of getting the ... |
Topic: My MQGET Hanngs on Z/OS |
vignesh1988
Replies: 22 Views: 27966
|
Forum: IBM MQ API Support Posted: Wed May 07, 2014 9:03 am Subject: My MQGET Hanngs on Z/OS |
Ok, Thanks.
What more information you need from me?? Advise.
Do you need the complete code? (But I posted above) |
Topic: My MQGET Hanngs on Z/OS |
vignesh1988
Replies: 22 Views: 27966
|
Forum: IBM MQ API Support Posted: Wed May 07, 2014 8:54 am Subject: My MQGET Hanngs on Z/OS |
That's what i posted before..
The Reply Messages are correctly coming to the Reply-To-Queue and staying.
But i couldn't MQGET that.
Please assist. |
Topic: My MQGET Hanngs on Z/OS |
vignesh1988
Replies: 22 Views: 27966
|
Forum: IBM MQ API Support Posted: Wed May 07, 2014 8:36 am Subject: My MQGET Hanngs on Z/OS |
As per IBM 7.0 Manual, SYSTEM.COMMAND.INPUT is specified as MQ Command Server
The below is the reply messages sitting under the Queue created by me (XBBJ605.MODEL.QUEUE1 - LocalQ)
,BROWSE QU Q ... |
Topic: My MQGET Hanngs on Z/OS |
vignesh1988
Replies: 22 Views: 27966
|
Forum: IBM MQ API Support Posted: Wed May 07, 2014 8:09 am Subject: My MQGET Hanngs on Z/OS |
Thanks for your Reply..
SYSTEM.COMMAND.INPUT is Command server for Z/OS. I am passing my MQ Commands to it and retrieving a reply to a "Reply To Queue".
I will use my own queue itself. S ... |
Topic: My MQGET Hanngs on Z/OS |
vignesh1988
Replies: 22 Views: 27966
|
Forum: IBM MQ API Support Posted: Wed May 07, 2014 7:33 am Subject: My MQGET Hanngs on Z/OS |
Hello Everyone,
Need a help. The below is my code where i use SYSTEM.COMMAND.INPUT to process MQSC type commands, It's Executing Successfully and replies are coming under the SYSTEM.DEFAULT.LOCAL.Q ... |
Topic: MQRC 3014 on MQCMD_SET_AUTH_REC |
vignesh1988
Replies: 93 Views: 63389
|
Forum: IBM MQ Security Posted: Wed Apr 16, 2014 2:33 am Subject: MQRC 3014 on MQCMD_SET_AUTH_REC |
JCV,
Thanks, But.... ...
I didnt get your code on Matching the MSGID and the Corelation ID. Can you please explain me.
I used your code , i see the messages are still not identified as per Msg ... |
Topic: MQRC 3014 on MQCMD_SET_AUTH_REC |
vignesh1988
Replies: 93 Views: 63389
|
Forum: IBM MQ Security Posted: Wed Apr 16, 2014 12:47 am Subject: MQRC 3014 on MQCMD_SET_AUTH_REC |
IBM hasen't replied yet for my question on response messages...
Also i applied the changes you posted on the GET/PUT routines.
What i did to check is:
I put 2 to 3 messages manually to the repl ... |
Topic: MQRC 3014 on MQCMD_SET_AUTH_REC |
vignesh1988
Replies: 93 Views: 63389
|
Forum: IBM MQ Security Posted: Mon Apr 14, 2014 8:02 am Subject: MQRC 3014 on MQCMD_SET_AUTH_REC |
Can you please advise how to modify it??
Can you add what needs to be done.. |
Topic: MQRC 3014 on MQCMD_SET_AUTH_REC |
vignesh1988
Replies: 93 Views: 63389
|
Forum: IBM MQ Security Posted: Mon Apr 14, 2014 7:56 am Subject: MQRC 3014 on MQCMD_SET_AUTH_REC |
But below isn't correct ones..
void GetMsg(MQHCONN hConn, MQLONG MQParm, MQHOBJ hQName,
MQBYTE *UserMsg, MQLONG ReadBufferLen)
{
MQLONG CompCode, Reason, msgl ... |
Topic: MQRC 3014 on MQCMD_SET_AUTH_REC |
vignesh1988
Replies: 93 Views: 63389
|
Forum: IBM MQ Security Posted: Mon Apr 14, 2014 7:40 am Subject: MQRC 3014 on MQCMD_SET_AUTH_REC |
So should i check
md.MsgId == md.CorrelId using if statements after get??? |
Topic: MQRC 3014 on MQCMD_SET_AUTH_REC |
vignesh1988
Replies: 93 Views: 63389
|
Forum: IBM MQ Security Posted: Mon Apr 14, 2014 5:03 am Subject: MQRC 3014 on MQCMD_SET_AUTH_REC |
I filtered the Response messages .. I see the 1st response is the Orginal Return Code of "WHY" the Command Failed.
2nd is usually 3008 for me.
So i show only 1st one for the users... |
Topic: MQRC 3014 on MQCMD_SET_AUTH_REC |
vignesh1988
Replies: 93 Views: 63389
|
Forum: IBM MQ Security Posted: Mon Apr 14, 2014 2:28 am Subject: MQRC 3014 on MQCMD_SET_AUTH_REC |
Thanks JCV,
I have modified the Code to accept the command line arguments and i receive 2292 (Unknown Entity) for incorrect group , 2085 (for Unknown Profile) etc.. I receiver min. of 2 responses ... |