Microsoft Developer Network > Forums Home > BizTalk Server Forums > BizTalk ESB Toolkit > Error messages logged by ESB Pipelines
Ask a questionAsk a question
 

AnswerError messages logged by ESB Pipelines

  • Tuesday, October 20, 2009 8:45 PMRajinder Singh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    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

  • Thursday, October 22, 2009 8:36 AMAbhijit Mahato Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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....

    1. In the Properties window, click Database Itinerary Exporter in the Model Exporter drop-down list.
    2. In the Properties window, set the Itinerary Database property connection string to point to the itinerary database.
    3. In the Properties window, set the Itinerary Status property to Deployed.
    Now right click on the Itinerary designer and select export.......

    Regards,
    Abhijit

    Abhijit Mahato Please "Mark as Answer" if Post has Answered the Question

All Replies

  • Wednesday, October 21, 2009 8:56 AMshathishprabu Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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.
  • Thursday, October 22, 2009 8:36 AMAbhijit Mahato Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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....

    1. In the Properties window, click Database Itinerary Exporter in the Model Exporter drop-down list.
    2. In the Properties window, set the Itinerary Database property connection string to point to the itinerary database.
    3. In the Properties window, set the Itinerary Status property to Deployed.
    Now right click on the Itinerary designer and select export.......

    Regards,
    Abhijit

    Abhijit Mahato Please "Mark as Answer" if Post has Answered the Question
  • Tuesday, October 27, 2009 8:45 AMWen-Jun ZhangMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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