Search code examples
biztalkbiztalk-2010

BizTalk2010 restart Receive location every hour


BizTalk2010 restart Receive location every 3 hour

we have a issue with third party sftp codeplex adapter 1.4 (receive location 'freeze' issue). There may be a fix in version 1.5 but for a short term solution is there a way to schedule a restart of one Receive location (Disable\enable)


Solution

  • You can use Task Scheduler to schedule a PowerShell that enables/disables your Receive Location.

    Here https://biztalklive.blogspot.com.es/2017/10/powershell-script-to-enable-biztalk.html?m=1 you have a Script example and here how to schedule https://social.technet.microsoft.com/wiki/contents/articles/26747.windows-server-how-to-schedule-a-powershell-script-to-auto-run.aspx.