Hi All,
I am facing following issue regarding Receive location.
I am using 64-bit BizTalk server 2006 R2 and installed on 64-bit windows 2003 server.
I have an application in that I have configured one receive port it contains 70 receive location.
Once I start application It works fine for first 10 to 20 min after some time 21 location will be disabled out of 70. It shows following error in event log.
The receive location “RULInbound30” with URL “\\ABC\PQR$\AAAA\zzzz\*.*” is shutting down. Details:”The FILE receive location “\\ABC\PQR$\AAAA\zzzz\*.*” exhausted the network retry attempts. “.
I have tried following solution but problem is still persist
http://geekswithblogs.net/markw/archive/2006/09/14/91175.aspx
http://support.microsoft.com/kb/952556
Initially MaxCmds and MaxMpxCt key were not in my registry. So I created manually with REG_DWORD type. Then I have set their value as following00
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters
MaxCmds = 5000
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters
MaxMpxCt = 5000
But problem is still persist.
Appreciate your advice.
– Dhaval M.