Problem: Unable to delete/start/stop BizTalk host instance that some time stuck state i.e its status showing either in start pending or in stop pending so we are not able to delete/start/stop this host instance. if it is your pc so you can easily restart your system after that it is in proper state but if it is a server and there are already many services running then its not possible to restart.
Below I am going to provide a how till kill this type hang biztalk running services (Host Instance)-
Solution:
1. Open Command Prompt with admin user or best way to open Command Prompt from same user that already used to open biztalk admin console
2. Type command: taskkill /PID 13337 /F
3. Find biztalk PID for stuck biztalk host instance service, type: sc queryex BTSSvc$BizTalkServerApplication
4. Now go to BizTalk admin console then click host instance tab and now you can delete/stop/start this host instance.
Note: After $ BizTalServerApplication is the name of host instance that already in hang mode. You can type your own hang mode biztalk host instance.
Below I am going to provide a how till kill this type hang biztalk running services (Host Instance)-
Solution:
1. Open Command Prompt with admin user or best way to open Command Prompt from same user that already used to open biztalk admin console
2. Type command: taskkill /PID 13337 /F
3. Find biztalk PID for stuck biztalk host instance service, type: sc queryex BTSSvc$BizTalkServerApplication
4. Now go to BizTalk admin console then click host instance tab and now you can delete/stop/start this host instance.
Note: After $ BizTalServerApplication is the name of host instance that already in hang mode. You can type your own hang mode biztalk host instance.
!! Keep visiting BizTalkLive !!
Thanks for sharing a very good solution that solve my two days problem.
ReplyDelete