Forum Discussion
Thiru202470
Nov 19, 2021Copper Contributor
The BizTalk Service BizTalk Group : BizTalkServerApplication service terminated unexpectedly.
Hi Team,
I am getting below host instances error in BizTalk 2016 version. I have verified the logs but didn't find much information. Please help me to provide the cause on this issue.
The BizTalk Service BizTalk Group : BizTalkServerApplication service terminated unexpectedly. It has done this 7 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.
2 Replies
- NiklasE
Microsoft
Sometimes procdump exception log can help you understand what is happening. Stop all BizTalk processes and then monitor the next process to start (-w option waits for it to start and it can only handle one process so need to stop all other processes)
:: Download Procdump from Sysinternals and then do the following in admin cmd
procdump.exe -e 1 -f "" -w BTSNTSvc.exe >> C:\temp\%computername%-procdumplog.txt
:: or for 64-bit BizTalk host instance:
procdump.exe -e 1 -f "" -w BTSNTSvc64.exe >> C:\temp\%computername%-procdumplog.txt
if they crash is really too fast before the ProcDump debugger can attach to the process, e g if BTSNTSvc.exe does not exist, permissions etc, then the log may not be possible. - DijkgraafCCopper ContributorWhat Feature Pack / CU is installed? What version of .Net is installed? Are you seeing any other warnings or errors around the same time?