Pending \"Terminate\" in HAT?

Home Page Forums BizTalk 2004 – BizTalk 2010 Pending \"Terminate\" in HAT?

Viewing 1 reply thread
  • Author
    Posts
    • #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.

      • #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.

        • #13865

          I found this on Microsoft Forum:
          http://www.microsoft.com/technet/community/newsgroups/dgbrowser/en-us/default.mspx?query=Object%20synchronization%20method%20was%20called%20from%20an%20unsynchronized%20block%20of%20code&dg=&cat=en-us-technet-bizserver&lang=en&cr=US&pt=79424adc-939e-46da-a5c9-632226211c90&catlist=A8EA14B8-66CC-48DF-BE4E-C9A88CEAE316&dglist=&ptlist=

          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.

          • #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.Engine

            BizTalk 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.

    • #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.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.