The property "ActivationServiceID" has a value with length greater than 256 characters
I deployed several orchestrations in one application. They all use the call orchestration shape.
When I tried to enlist them, I got the following error.
COMException exception occurred while the XLANG/s runtime enlisted a service. Exception type: BTXEnlistmentException
Error message:The property "ActivationServiceID" has a value with length greater than 256 characters.
Call stack: at Microsoft.BizTalk.Agent.Interop.IBTPredicateGroup2.AddPredicate(String strName, String strNamespace, PredicateComparisonType eComp, Object var)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState._createGetObjectSubscription(IBTMessageAgentFactory factory, IBTMessageBatchEx batchEx, Guid serviceId, String serviceName)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState.PersistState(String mgmtDBServer, String mgmtDBName, String MsgBoxGroupName, String ApplicationName, String serviceAssembly, String serviceTypeName, Guid[] PortIDs, Guid[] LrpIDs, Delegate satAssemblyCacheCallback, 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, Delegate satAssemblyCacheCallback, ITransaction transaction)
Additional error information:
The property "ActivationServiceID" has a value with length greater than 256 characters. Exception type: COMException
Source:
Target Site: Void AddPredicate(System.String, System.String, Microsoft.BizTalk.Agent.Interop.PredicateComparisonType, System.Object)
The following is a stack trace that identifies the location where the exception occured
at Microsoft.BizTalk.Agent.Interop.IBTPredicateGroup2.AddPredicate(String strName, String strNamespace, PredicateComparisonType eComp, Object var)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState._createGetObjectSubscription(IBTMessageAgentFactory factory, IBTMessageBatchEx batchEx, Guid serviceId, String serviceName)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXServiceStaticState.PersistState(String mgmtDBServer, String mgmtDBName, String MsgBoxGroupName, String ApplicationName, String serviceAssembly, String serviceTypeName, Guid[] PortIDs, Guid[] LrpIDs, Delegate satAssemblyCacheCallback, 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, Delegate satAssemblyCacheCallback, ITransaction transaction)
For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp.
Anyone any idea what this could be?
I couldn't find much on the web about this.

