Home Page › Forums › BizTalk 2004 – BizTalk 2010 › mqsc adapter
- This topic has 4 replies, 1 voice, and was last updated 9 years, 1 month ago by
community-content.
-
AuthorPosts
-
-
December 18, 2007 at 12:56 AM #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
-
December 18, 2007 at 5:18 AM #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
-
December 18, 2007 at 10:06 AM #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
-
December 18, 2007 at 11:57 AM #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)
-
December 19, 2007 at 2:34 AM #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
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.