Posted: Sun Mar 17, 2013 3:24 am Post subject: MQRC_OD_ERROR 2044
Newbie
Joined: 17 Mar 2013 Posts: 1
Hi , I am trying go get a delphi program (delphi 10) to connect to MQ.
I rum MQCONN first, successfully , but when I try MQOPEN
I get MQRC_OD_ERROR 2044.
My record looks like this. The StrucID = 'OD ' and Version = 1
What am I doing wrong?
Best regards
Knut
TMQOD = record
StrucId : MQCHAR4; (* Structure identifier *)
Version : MQLONG; (* Structure version number *)
ObjectType : MQLONG; (* Object type *)
ObjectName : MQCHAR48; (* Object name *)
ObjectQMgrName : MQCHAR48; (* Object queue manager name *)
DynamicQName : MQCHAR48; (* Dynamic queue name *)
AlternateUserId : MQCHAR12; (* Alternate user identifier *)
RecsPresent : MQLONG; (* Number of object records
present *)
KnownDestCount : MQLONG; (* Number of local queues opened
successfully *)
UnknownDestCount : MQLONG; (* Number of remote queues opened
successfully *)
InvalidDestCount : MQLONG; (* Number of queues that failed to
open *)
ObjectRecOffset : MQLONG; (* Offset of first object record from
start of MQOD *)
ResponseRecOffset : MQLONG; (* Offset of first response record
from start of MQOD *)
ObjectRecPtr : MQPTR; (* Address of first object record *)
ResponseRecPtr : MQPTR; (* Address of first response
record *)
AlternateSecurityId : MQBYTE40; (* Alternate security identifier *)
ResolvedQName : MQCHAR48; (* Resolved queue name *)
ResolvedQMgrName : MQCHAR48; (* Resolved queue manager name *)
end;
PMQOD = ^TMQOD;
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