mqsc adapter

Viewing 1 reply thread
  • Author
    Posts
    • #18634

      i am establishing this type scenario

       i am receieve the queues from ibm webserver mq through mqsc adapter in biztalk. i am devlop a ochestration in that just only receive shape , send shape , receive port (specify later) and send prot(specifynow with transport type file). In this  i am creating host , hostinstance, sendhadler and receive port.

       In the receive port i am setting channel name,connection name,transposrt type,queuename, queue manager and transaction support. these are settings in receive port . build and deploy the applicaton ,next bind the orchestration with ports and start and enlist and also enable the receive port.

                         but application cant pick any queue from webserver . and this application cant display in HAT also.. what is the error.

       any one good knowledge ..in mqsc pls tell the error. and how to receive the queue data from webserver mq ..step by step.

      Thanks & regards

    • #18639

      When you your application is not picking up msg from q; are you able to peek at the queue and see that the message is sitting there?

      Couple of things to check

      – Are your host instances started?

      – Check event log for bad message errors

      – check biztalk admin console for suspended messages.

      – what is you receive location handler ; is it xml? if so is your xml well formed?

      – in the receive location what is the transport type selected (should be MQSC)

       Hema

      • #18643

        hi hema,

        thankx for ur reply.

        –  yes i am start the host instance

        – in event log check the bad errors(error code 5740)

        The adapter “MQSC” raised an error message. Details “Failure encountered while attempting to open queue. queue = LMR.EMS.CRM.REQUEST.RQ, queueManager = QLMRIMQ1, reasonCode = 2059”.

        -in suspended messages suspended(resumable)

        – and receieve location handler i am set the mqsc receive hadler.

        transport type – mqsc

        pls check these…where i am exatcly doing wrong.

        thank u

         

        • #18646

          The adapter “MQSC” raised an error message. Details “Failure encountered while attempting to open queue. queue = LMR.EMS.CRM.REQUEST.RQ, queueManager = QLMRIMQ1, reasonCode = 2059”.

           Looks like the queue name is invalid probably or q manager

          Verify that you are able to peek into the queue with any tool and actually see the message there..( of course you would see it only if the receive locations are disabled or else biztalk would pick it) 

           

          • #18651

            hi thanx for ur reply.

            i am passing correct queue name and queue manger. but i am getting same error. And also receive locatin also enabled. What is the error.

            thank u

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.