Error messages logged by ESB Pipelines
I am trying to debug an error with an ESB Toolkit based application. Error message is shown below.
Does it mean that Itinerary name was blank or does it mean that Itinerary was not found in the itinerary database but the error message failed to write the Itinerary name in the error message.
Thanks
Event Log Entry
Error 135008: The itinerary was not found in the repository.Source: Microsoft.Practices.ESB.Itinerary.PipelineComponents.ItinerarySelector
Method: Microsoft.BizTalk.Message.Interop.IBaseMessage Execute(Microsoft.BizTalk.Component.Interop.IPipelineContext, Microsoft.BizTalk.Message.Interop.IBaseMessage)
Error Source: Microsoft.Practices.ESB.Itinerary.PipelineComponents
Error TargetSite: Microsoft.BizTalk.Message.Interop.IBaseMessage Execute(Microsoft.BizTalk.Component.Interop.IPipelineContext, Microsoft.BizTalk.Message.Interop.IBaseMessage)
Error StackTrace: at Microsoft.Practices.ESB.Itinerary.PipelineComponents.ItinerarySelector.Execute(IPipelineContext context, IBaseMessage message)
Integration Architect
Answers
- Hi,
Error shows that your Itinerary is not found in the Itinerary Database. Please check the Itinerary database and if it is not there then deploy it to Itinerary data store.
Here is the steps to export/deploy the Itinerary to database....- In the Properties window, click Database Itinerary Exporter in the Model Exporter drop-down list.
- In the Properties window, set the Itinerary Database property connection string to point to the itinerary database.
- In the Properties window, set the Itinerary Status property to Deployed.
Regards,
Abhijit
Abhijit Mahato Please "Mark as Answer" if Post has Answered the Question- Marked As Answer byWen-Jun ZhangMSFT, ModeratorTuesday, October 27, 2009 8:45 AM
- Proposed As Answer byAmbar Ray Thursday, October 22, 2009 1:31 PM
All Replies
- Hi,
It mean that Itinerary was not found in the itinerary database, go n check that your itinerary name is avaiable in the Itinerary database, then check the value of the Status column in that table. Then Let me know. - Hi,
Error shows that your Itinerary is not found in the Itinerary Database. Please check the Itinerary database and if it is not there then deploy it to Itinerary data store.
Here is the steps to export/deploy the Itinerary to database....- In the Properties window, click Database Itinerary Exporter in the Model Exporter drop-down list.
- In the Properties window, set the Itinerary Database property connection string to point to the itinerary database.
- In the Properties window, set the Itinerary Status property to Deployed.
Regards,
Abhijit
Abhijit Mahato Please "Mark as Answer" if Post has Answered the Question- Marked As Answer byWen-Jun ZhangMSFT, ModeratorTuesday, October 27, 2009 8:45 AM
- Proposed As Answer byAmbar Ray Thursday, October 22, 2009 1:31 PM
- Rajinder,
The error simply means itinerary isn't found in the itinerary database. You can also open SQL profiler to create a trace to track down queries and results by reproducing the problem. This should show you all the details.
WenJun Zhang MSDN Subscriber Support in Forum If you have any feedback on our support, please contact msdnmg@microsoft.com

