Hi All, First time post.. be gentle !!!
I have the VB code below, (VB and VC examples behave the same)
Dim session As new MQSession
Dim queueManager as MQQueueManager
Set queueManager = session.AccessQueueManager(“TestQueue”)
‘ Return something
DeadLetter = queueManager.DeadLetterQueueName
Put this code into a COM component, If the component is ran outside COM+ it works fine, if placed inside COM+ application, I get.
ReasonCode = 2067
ReasonName = MQRC_SELECTOR_ERROR
Anyone help ?? Can anyone else confirm the same problem ?? I have tried different transaction and security options but I cannot find any help.
thanks
I have the VB code below, (VB and VC examples behave the same)
Dim session As new MQSession
Dim queueManager as MQQueueManager
Set queueManager = session.AccessQueueManager(“TestQueue”)
‘ Return something
DeadLetter = queueManager.DeadLetterQueueName
Put this code into a COM component, If the component is ran outside COM+ it works fine, if placed inside COM+ application, I get.
ReasonCode = 2067
ReasonName = MQRC_SELECTOR_ERROR
Anyone help ?? Can anyone else confirm the same problem ?? I have tried different transaction and security options but I cannot find any help.
thanks