How to restart host instance automatically in biztalk


in application..sometime biztalk host instance stoping automatically....so need script/code can schedule through schedular can restart it..

please provide me th code snipt same.

thanks

manoj

hi manoj,

did analyze root cause biztalk server host instance stops ? please have @ event logs find out what's causing behavior.

to start , stop host instance can use instance powershell script , set schedule it.

the mere ps scriptlet looks this:

start-service 'btssvc$biztalkserverapplication'

stop-service 'btssvc$biztalkserverapplication'

hth

paul endras

-----

please mark post answered question answer, , mark other helpful posts helpful.





BizTalk Server  >  BizTalk Server General



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to send non-standard Content-Type header ?