Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Pending \"Terminate\" in HAT?
- This topic has 6 replies, 1 voice, and was last updated 8 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
June 14, 2006 at 10:43 PM #13863
I’m creating a test orchestration for a class (it’s a backport of the Scatter/Gather example that Microsoft published for 2006).
I drop my file, the orchestration \”starts\”, but I never get my debug messages and if I try \”Orchestration Debugger\” in HAT it says:
\”Tracking Database doesn’t have any records about the selected service instance\”.I have not \”Terminated\” several of these orchestraitons, but they still show up in HAT. The \”Pending Job\” column has the value \”Terminate\”.
So apparently the \”Terminate\” has not started or has not finished???I cannot undeploy/redploy until it terminates.
Any ideas?
Thanks.
-
June 15, 2006 at 6:25 PM #13864
I rebooted, and they are still there.
If I try to terminate them again, it says:
One or more service instances could not be terminated. It is possible that the instance(s) has already completed or terminated, or it may have a pending control message.
I still don’t know what to do to kill it so I can redeploy my solution.
-
June 15, 2006 at 9:30 PM #13865
I had to add this to bottom of BTSNTSvc.exe.config
<startup>
<supportedRuntime version=\”v1.1.4322\” />
</startup>Apparently had some confusion of using some features of .NET 2.0 framework. Apparently is also related to the Listen Shape.
I also had lots of messages in the application event log which helped lead me to this.
-
June 15, 2006 at 10:06 PM #13866
Here’s more info to help anybody else find this problem in the future.
These were messages in Event Log:
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 6/15/2006
Time: 3:08:49 PM
User: N/A
Computer: USGDPWV81NB
Description:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Unable to open shim database version registry key – v2.0.50727.00000.Event Type: Warning
Event Source: BizTalk Server 2004
Event Category: BizTalk Server 2004
Event ID: 5410
Date: 6/15/2006
Time: 3:08:51 PM
User: N/A
Computer: USGDPWV81NB
Description:
An error has occurred that requires the BizTalk service to terminate. The most common causes are an unexpected out of memory error and an inability to connect or a loss of connectivity to one of the BizTalk databases. The service will shutdown and auto-restart in 1 minute. If the problematic database remains unavailable, this cycle will repeat.Error message: Object synchronization method was called from an unsynchronized block of code.
Error source: Microsoft.XLANGs.EngineBizTalk host name: BizTalkServerApplication
Windows service name: BTSSvc{6F61A33D-4419-43A2-853E-4EBEB35A7EE0}For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
-
August 10, 2006 at 1:50 PM #13867
Thank you for posting the fix to this. This helped out alot.
-
April 30, 2009 at 3:58 AM #22270
When I terminate active orchestration instances from HAT, the instances stay active with Terminate as the pending job. How can I force them to terminate immediately?
You can stop and unenlist the orchestration. Then you can terminate the orchestration in HAT.
-
-
-
-
-
-
June 15, 2006 at 6:37 PM #13862
Usually I get everything removed by stopping the host, re-terminating, and starting the host again. Sometimes it takes a few cycles.
I haven’t even seen anything I can’t eventually get terminated.
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.