You must Sign In to post a response.
  • Category: BizTalk

    Passing message from Biztalk send port to IBM Mq server..

    Hi,


    I am passing message from BizTalk to IBM MQ Server . When I try to send the message using send port I am getting following error.

    " A message sent to adapter "MQSeries" on send port "SendPort1" with URI "MQS://172.22.212.21/A4_SWIFT/A4_SWIFT.IN" is suspended.
    Error details: Error encountered on opening Queue Manager name = A4_SWIFT Reason code = 6124. "
    BizTalk server exists in one machine and IBM MQ Server in another machine. Please let me know how can I solve my problem.
  • #620635
    Dilip,

    As the error clearly says send port couldn't connect to the URI you are using, that means you may be sending message without opening the post.

    You cannot find much articles in this area, it is worth reading this article,
    http://geekswithblogs.net/13DaysaWeek/archive/2010/06/11/biztalk-and-ibm-websphere-mq-errors.aspx


    Regards,
    Asheej T K

  • #622500
    Dillip,

    Try by giving server name, instead of IP.

    172.22.212.21 - Server
    A4_SWIFT - Q Manager
    A4_SWIFT.IN - Queue

    MQS://172.22.212.21/A4_SWIFT/A4_SWIFT.IN

    Still it does work means just create sample File Receive and MQ send port. drop a file make sure it sends message sucessfully to Q. If does't work then there is some permission issue for the MQ Q manager.


  • This thread is locked for new responses. Please post your comments and questions as a separate thread.
    If required, refer to the URL of this page in your new post.