|
Home > Archive > BizTalk Server Setup > February 2005 > Error while Enlisting Orchestrations
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Error while Enlisting Orchestrations
|
|
| TJ_tronics 2005-02-17, 7:47 am |
| While deploying the new release on Production environment, we recieved an
Error "<Orchestration_name> of <Assembly_name> <version> could not be
enlisted. External exception has occured"
We tried enlisting the orchestrations using BizTalk Console, still got the
same error. These orchestrations were in 'Bound' state.
The assemblies were deployed (in GAC as well) and some of the orchestrations
of this assembly were enlisted and started, except 3.
All the send/Receive ports were enabled/started.
We checked, the SQL Server services were running and no error was thrown by
ENTSSO.
But, we received error from Event XLANG /s in event viewer, please find
below the complete trace for the same.
Finally, we restarted the server, tried again to enlist the orchestrations
and this time it worked.
Any idea why this happened?
Is this specific to environment?
Is this because of memory issue?
Can the same problem occur again?
Is Fix for this problem available?
Let me know if more information is required.
In the Event Viewer, we got the following trace:
An SEHException exception occurred while the XLANG/s runtime enlisted a
service.
Error message: External component has thrown an exception.
Call stack: at
Microsoft.BizTalk.MetaDataOM.IBizTalkAssembly.GetBizTalkArtifact (ICLRType
clrType)
at
Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState.PersistState(String
mgmtDBServer, String mgmtDBName, String MsgBoxGroupName, String
ApplicationName, String serviceAssembly, String serviceTypeName, Guid[]
PortIDs, Guid[] LrpIDs, ITransaction transaction)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXService.GoLive(String
configDBServer, String configDBName, String msgBoxGroupName, String
applicationName, String servicePath, String serviceTypeName, Guid[] portIDs,
Guid[] lrpIDs, ITransaction transaction)
Exception type: BTXEnlistmentException
Source:
Target Site:
Help Link:
Additional error information:
External component has thrown an exception.
Exception type: SEHException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Microsoft.BizTalk.MetaDataOM.IBizTalkArtifact
GetBizTalkArtifact(Microsoft.BizTalk.MetaDataOM.ICLRType)
Help Link:
------------------------------------------------------------------------------------------------
| |
| Michael Elizarov [MSFT] 2005-02-24, 5:51 pm |
| The error is coming from:
Microsoft.BizTalk.MetaDataOM.IBizTalkAssembly.GetBizTalkArtifact (ICLRType
clrType)
The xlang engine has very little to do with enlistment.
Now valid enlistment errors usually deal with dependencies not enlisted
(like dependent orchs) or dlls not gac'd. Are you sure that all components
were deployed?
-- Michael
--------------------
While deploying the new release on Production environment, we recieved an
Error "<Orchestration_name> of <Assembly_name> <version> could not be
enlisted. External exception has occured"
We tried enlisting the orchestrations using BizTalk Console, still got the
same error. These orchestrations were in 'Bound' state.
The assemblies were deployed (in GAC as well) and some of the
orchestrations
of this assembly were enlisted and started, except 3.
All the send/Receive ports were enabled/started.
We checked, the SQL Server services were running and no error was thrown by
ENTSSO.
But, we received error from Event XLANG /s in event viewer, please find
below the complete trace for the same.
Finally, we restarted the server, tried again to enlist the orchestrations
and this time it worked.
Any idea why this happened?
Is this specific to environment?
Is this because of memory issue?
Can the same problem occur again?
Is Fix for this problem available?
Let me know if more information is required.
In the Event Viewer, we got the following trace:
An SEHException exception occurred while the XLANG/s runtime enlisted a
service.
Error message: External component has thrown an exception.
Call stack: at
Microsoft.BizTalk.MetaDataOM.IBizTalkAssembly.GetBizTalkArtifact (ICLRType
clrType)
at
Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState.PersistState(String
mgmtDBServer, String mgmtDBName, String MsgBoxGroupName, String
ApplicationName, String serviceAssembly, String serviceTypeName, Guid[]
PortIDs, Guid[] LrpIDs, ITransaction transaction)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXService.GoLive(String
configDBServer, String configDBName, String msgBoxGroupName, String
applicationName, String servicePath, String serviceTypeName, Guid[]
portIDs,
Guid[] lrpIDs, ITransaction transaction)
Exception type: BTXEnlistmentException
Source:
Target Site:
Help Link:
Additional error information:
External component has thrown an exception.
Exception type: SEHException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Microsoft.BizTalk.MetaDataOM.IBizTalkArtifact
GetBizTalkArtifact(Microsoft.BizTalk.MetaDataOM.ICLRType)
Help Link:
----------------------------------------------------------------------------
--------------------
|
|
|
|
|