Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search BizTalk 2006
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
BizTalk Server
»
BizTalk 2006
»
BizTalk 2006 Forum
»
Failure executing the receive pipeline
Re: Failure executing the receive pipeline
BizTalk 2006
This group is for all content related to BizTalk Server 2006. This includes a forum, samples, videos, labs, and tools. Most of the content here also applies to other versions of BizTalk beyond 2006.
Get this RSS feed
Home
Forum
Files
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Details
4
Replies
0
Subscribers
Posted
over 7 years ago
Options
Subscribe via RSS
Share this
BizTalk 2006 Forum
Failure executing the receive pipeline
rated by 0 users
This post has
4 Replies |
0
Followers
Posted by
Anonymous
on
Sun, Aug 13 2006 11:23 PM
Failure executing the receive pipeline
I am building a BTS 2006 project that includes a custom pipeline (only needed to validate the incoming XML against a schema.) The schemas, orchestration, pipeline, etc are all in one project/assembly and deployed within the same application. The custom pipeline appears in the Pipelines folder under the app in the Admin console, and there is no problem with configuring the app (the receive location is bound to use the custom pipeline.)
However, at runtime I always get this error message:
There was a failure executing the receive pipeline: \"R3_DM_Movement.ReceivePipeline_XMLValidator, R3_DM_Movement, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7073308a899d0ce8\" Source: \"Unknown \" Receive Port: \"Receive_Movement\" URI: \"C:\\R3_DataMigration\\Movement\\*.xml\" Reason: Failed to get pipeline: R3_DM_Movement.ReceivePipeline_XMLValidator, R3_DM_Movement, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7073308a899d0ce8. Please verify that the pipeline strong name is correct and that the pipeline assembly is in the GAC.
If I reconfigure the port to use the XML receive pipeline, everything works fine (except the XML validation, of course) which proves that the assembly is indeed installed in the GAC.
Is there a requirement to deploy custom pipelines is their own assembly?
Any help with this would be much appreciated. :-)
Edit tags
Edit
Reply
Posted by
myPFerreira
on
Mon, Aug 14 2006 8:53 AM
Failure executing the receive pipeline
Is this custom pipleline on your project, or on an external project?
I've never heard of strong naming pipelines! :? (maybe I could be missing something)
You can try and delete all DLL files rebuilding and deploying the project with a new assembly version!
Reply
Posted by
Anonymous
on
Mon, Aug 14 2006 8:18 PM
Failure executing the receive pipeline
You should put the custom pipeline in a seperate project, such as C# Library project. And create a strong name .snk file in the project, build it. Put the generated .dll file to GAC, can use command line or .NET Framework Configuration Tool.
And then copy the .dll file to \"your_biztalk_installation_folder\\Pipeline Component\".
Add the custom pipeline to tool box. Then you can use it freely in your biztalk project.
Edit tags
Edit
Reply
Posted by
Anonymous
on
Wed, Aug 8 2012 2:31 AM
Re: Failure executing the receive pipeline
Just restart your host instance.
Edit tags
Edit
Reply
Posted by
Anonymous
on
Wed, Jan 2 2013 4:28 AM
Re: Failure executing the receive pipeline
That did the trick for me! Thanks!
Edit tags
Edit
Reply
Page 1 of 1 (5 items)