RE: MSMQ adapter



This "Using Adapters" section may help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS06CoreDo
cs/html/afdfa70e-5929-4746-99b4-e76274aa5c88.asp

I would try to hit a private MSMQ queue on the local box and see if this
works. If so, you are probably experiencing a permissions issue. Make
sure the MSMQ receive handler is using a domain account that has full
permissions to that private remote queue.

HTH,
Doug Girard [MSFT]

Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
From: "mm" <mmoos@xxxxxxxxxxx>
Subject: MSMQ adapter
Date: Tue, 14 Mar 2006 15:30:07 +0100
Lines: 26
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
X-RFC2646: Format=Flowed; Original
Message-ID: <#mpoMP3RGHA.5108@xxxxxxxxxxxxxxxxxxxx>
Newsgroups: microsoft.public.biztalk.general
NNTP-Posting-Host: cpe.atm2-0-1021218.0x503ff9e2.arcnxx9.customer.tele.dk
80.63.249.226
Path: TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.biztalk.general:35651
X-Tomcat-NG: microsoft.public.biztalk.general

I am having trouble with authentication.
I receive the following error:

Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5743
Date: 3/14/2006
Time: 3:16:44 PM
User: N/A
Computer: Bizserver
Description:
The adapter failed to transmit message going to send port "SendToRemotePC"
with URL "FORMATNAME:DIRECT=TCP:10.10.10.121\PRIVATE$\STORE1". It will be
retransmitted after the retry interval specified for this Send Port.
Details:"Invalid Logon User. Failed to get the Logon User. Check if the
domain, username or password is valid. ".

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Does anyone know anywhere i can read about the MSMQ adapter for biztalk
2006
especially the syntax for Logon in msmq and syntax for queue.
I can ping the remote machine the queue exists...




.



Relevant Pages

  • Re: Cannot read from remote MSMQ queue
    ... After installing this fix and rebooting the machine, ... >> we have a problem reading from a remote MSMQ queue using BizTalk adapter ... >> adapter installed. ... >> queue that is hosted on a Windows Server 2003. ...
    (microsoft.public.biztalk.server)
  • Cannot read from remote MSMQ queue
    ... MSMQ. ... We have a BizTalk Server 2004 installation with the BizTalk MSMQ ... adapter installed. ... queue that is hosted on a Windows Server 2003. ...
    (microsoft.public.biztalk.server)
  • Re: Cannot read from remote MSMQ queue
    ... Remember to restart the Windows 2003 Box after changing this option. ... > we have a problem reading from a remote MSMQ queue using BizTalk adapter ... > queue that is hosted on a Windows Server 2003. ...
    (microsoft.public.biztalk.server)
  • Re: MSMQT pulling messages from MSMQ in DMZ?
    ... I understand where MSMQT differs from MSMQ. ... was able to read from a real MSMQ queue. ... > write a MSMQ Adapter, ...
    (microsoft.public.biztalk.general)
  • Re: DeliveryNotificationException for MSMQ Adapter
    ... > asking MSMQ to give you ACK messages that tell you that the message was ... > indeed sucessfully delivered to the destination queue before it expired. ... Does MSMQ Adapter allow me to set expiration time on message ... > AFAIK, if the adapter cannot do that, a delivery notification exception ...
    (microsoft.public.biztalk.general)

Loading