|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
  |
|
Error: lrmq_open - MQOPEN FAILED: Reason Code 2035 |
View previous topic :: View next topic |
Author |
Message
|
basantbps |
Posted: Sat Jun 30, 2012 10:03 pm Post subject: Error: lrmq_open - MQOPEN FAILED: Reason Code 2035 |
|
|
Newbie
Joined: 30 Jun 2012 Posts: 4
|
Hi,
I have recorded MQ message put transaction using loadrunner via RFH utility version 4.0. While recording I was able to put message in the queue however when i am replaying the same script again it is throwing an error message as""Action.c(71): Error: lrmq_open - MQOPEN FAILED: CompCode [2], Reason Code [2035]"."
After googling through internet i found that its an authorization issue however if it is the case then i should get an error when i am put the message manually in a queue or recording the transaction using loadrunner howeevr i am only getting te error when i am replaying the recorded script.
Does anyone faced the same situation earlier. Request to please share your thoughts asap.
Thanks,
basant |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Jul 01, 2012 4:20 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Yes, its an authorization failure - the userid attempting to MQOPEN the object has insufficient authority to do so.
Look in the WMQ error logs to which userid made the unsuccessful attempt. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
basantbps |
Posted: Sun Jul 01, 2012 8:17 pm Post subject: |
|
|
Newbie
Joined: 30 Jun 2012 Posts: 4
|
Hi Bruce2359,
Thanks for your reply.
It's the same user for which I have actually recorded the script. I havent changed anything in the script and running for the same user.
Basant |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jul 02, 2012 4:27 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
So, you actually looked at the wmq error logs, and found the 2035 ReasonCode? Post the error here.
What platform? What o/s? What WMQ version? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
basantbps |
Posted: Mon Jul 02, 2012 7:32 pm Post subject: |
|
|
Newbie
Joined: 30 Jun 2012 Posts: 4
|
Hi,
I am using HP load runner to record and reply and i got the error message while replaying the script in load runner.
I am using Windows XP, WMQ client version 6.0.2 and RFH utility 4.0.4
Please find below the log information for your ref.
================================================================
===================================================================
================lrmq_open SENT ARGUMENT(S)===================
QueueMgrHandleName: [MQHCONN_E]
ObjectHandleName : [MQHOBJ_FSS.FLATOASM.IN]
Options : [8240]
=============================================================
=======================SENT MQSTRUCT MQOD========================
{
StrucId = "OD "
Version = "1"
ObjectType = "5"
ObjectName = "FSS.FLATOASM.IN "
ObjectQMgrName = " "
DynamicQName = "AMQ.* "
AlternateUserId = " "
RecsPresent = "0"
KnownDestCount = "0"
UnknownDestCount = "0"
InvalidDestCount = "0"
ObjectRecOffset = "0"
ResponseRecOffset = "0"
ObjectRecPtr = "0"
ResponseRecPtr = "0"
AlternateSecurityId = "1244012"
ResolvedQName = "1244052"
ResolvedQMgrName = "1244100"
}
=================================================================
=====================RETURNED MQSTRUCT MQOD======================
{
StrucId = "OD "
Version = "1"
ObjectType = "5"
ObjectName = "FSS.FLATOASM.IN "
ObjectQMgrName = " "
DynamicQName = "AMQ.* "
AlternateUserId = " "
RecsPresent = "0"
KnownDestCount = "0"
UnknownDestCount = "0"
InvalidDestCount = "0"
ObjectRecOffset = "0"
ResponseRecOffset = "0"
ObjectRecPtr = "0"
ResponseRecPtr = "0"
AlternateSecurityId = "1244012"
ResolvedQName = "1244052"
ResolvedQMgrName = "1244100"
}
=================================================================
Action.c(72): Error: lrmq_open - MQOPEN FAILED: CompCode [2], Reason Code [2045]
Ending action Action.
Ending iteration 1.
Ending Vuser...
Starting action vuser_end.
Ending action vuser_end.
Vuser Terminated. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jul 02, 2012 8:08 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
The reasocode was 2045. Did you research 2044? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
basantbps |
Posted: Mon Jul 02, 2012 8:22 pm Post subject: |
|
|
Newbie
Joined: 30 Jun 2012 Posts: 4
|
I am sorry, actually I changed my parameter in the script and provided the error code based on that. I have reset the parameter again(to the actual) and found 2035 error code.
=======================SENT MQSTRUCT MQOD========================
{
StrucId = “OD “
Version = “1”
ObjectType = “1”
ObjectName = "FSS.FLATOASM.IN "
ObjectQMgrName = " "
DynamicQName = "AMQ.* "
AlternateUserId = " "
RecsPresent = "0"
KnownDestCount = "0"
UnknownDestCount = "0"
InvalidDestCount = "0"
ObjectRecOffset = "0"
ResponseRecOffset = "0"
ObjectRecPtr = "0"
ResponseRecPtr = "0"
AlternateSecurityId = "1244020"
ResolvedQName = "1244060"
ResolvedQMgrName = "1244108"
}
=================================================================
=====================RETURNED MQSTRUCT MQOD======================
{
StrucId = "OD "
Version = "1"
ObjectType = "1"
ObjectName = "FSS.FLATOASM.IN "
ObjectQMgrName = " "
DynamicQName = "AMQ.* "
AlternateUserId = " "
RecsPresent = "0"
KnownDestCount = "0"
UnknownDestCount = "0"
InvalidDestCount = "0"
ObjectRecOffset = "0"
ResponseRecOffset = "0"
ObjectRecPtr = "0"
ResponseRecPtr = "0"
AlternateSecurityId = "1244020"
ResolvedQName = "1244060"
ResolvedQMgrName = "1244108"
}
=================================================================
Action.c(72): Error: lrmq_open - MQOPEN FAILED: CompCode [2], Reason Code [2035] |
|
Back to top |
|
 |
cicsprog |
Posted: Thu Jul 05, 2012 10:09 am Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
Don't understand why these values are in your output:
AlternateSecurityId = "1244020"
ResolvedQName = "1244060"
ResolvedQMgrName = "1244108"
Does this possibly apply?
http://www-01.ibm.com/support/docview.wss?uid=swg21420469
Even if this is NOT applicable, your output looks as if you have an overlay of some type caused by mismatch of versions or your program is messing up storage used by the API. |
|
Back to top |
|
 |
|
|
  |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|