Posted: Thu Apr 06, 2006 4:29 pm Post subject: MQ Series and Navision
Newbie
Joined: 24 Feb 2006 Posts: 5 Location: Los Angeles, Ca
Has anyone successfully used MQ .NET or COM object within Navision?
I am using the .NET dll.
I can successfully send a message to a Queue. However, I am unable to populate the correllation ID field with a byte array. I keep getting dimension errors, or the Correlation Id sent is blank.
MQMessage.CorID := 'String';
(CorID remains blank)
OR
MQMessage.CorID := Array[24] (type char);
(Complains the dimensions of the Array's need to match)
Navision has a limited set of Variable Types.
I have tried using a BSTR converter but this does not seem to work either.[/list]
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