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

Exception type: BTXEnlistmentException
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.

[3226 byte] By [Greyfox] at [2008-1-9]
# 1
Do any of the promoted property values exceed 256 characters? If yes, try changing the value to less than 256 characters and enlist after redeploying. Let me know if this fixes your issue.
SusmithaKothar-MSFT at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...