Hi, I have a BizTalk Server 2009 Standard running on Windows Server 2008 R2 Standard with SQL Server 2008. The BizTalk application is configured to connect to a private Message Queue(RemoteServer\private$\AppName) on a remote server . One of the receive locations of the BizTalk Application is configured for authentication to the remote queue. From the command line I can connect successfully to any shares on the remote server :
C:\Users\Administrator>NET USE * \\RemoteServer\temp* /USER:RemoteServer\LocalUser
Type the password for \\RemoteServer\temp:
Drive Y: is now connected to \\RemoteServer\temp.
The command completed successfully.
However with the same LocalUser configured under Receive Locations(MSMQ transport type) I get the following error:
Event Type: Warning
Event Source: BizTalk Server 2009
Event Category: (1)
Event ID: 5740
Date: 25.06.2010
Time: 17:52:26
User: N/A
Computer: ServerName
Description:
The adapter "MSMQ" raised an error message. Details "The user does not have permissions to receive messages.
Please check the queue permissions. ".
LocalUser has Full access on the private message queue.
Background: We have migrated the application from a Windows Server 2003/BizTalk 2006 server to the current one(Export/Import Application + Bindings). If we test on the old system it works perfectly with the same user and same remote system.
Is there an issue with BizTalk 2009 in this regard?
Thanks.
- Changed type Steef-Jan WiggersMVP, Moderator Tuesday, August 30, 2011 9:24 AM No repsonse


