Home Page › Forums › BizTalk 2004 – BizTalk 2010 › why my recieve location is getting disabled when iam refreshing . › Re: why my recieve location is getting disabled when iam refreshing .
I’ve seen this issue before with permission problems on the standard FILE adapter – when the user polling the directory for files doesn’t have the necessary permissions on that directory, the receive location shuts itself down.
I’ve done a quick check with the WCF net-MSMQ adapter that you are using and have managed to re-create the problem, receiving the error:
The receive location “Receive SuspOrchWsStub Location” with URL “net.msmq://localhost/private/biztalk.test.queue” is shutting down.
Details:” The Messaging Engine failed while notifying an adapter of its configuration. “.
However, the cause of the error is contained in the preceeding error (in the Event Log):
The Messaging Engine failed to add a receive location “Receive SuspOrchWsStub Location” with URL “net.msmq://localhost/private/biztalk.test.queue” to the adapter WCF-NetMsmq”. Reason: “System.InvalidOperationException: Binding validation failed because the binding’s MsmqAuthenticationMode property is set to WindowsDomain but MSMQ is installed with Active Directory integration disabled. The channel factory or service host cannot be opened.
Can you check whether you have another error which details the cause of the Receive Location shutdown? This should help you diagnose the cause of your problem.
Regards, Nick.