Search

The "PipelineCompilerTask" task failed unexpectedly by skeltech

Active

1
0
Sign in
to vote
Type: Bug
ID: 668362
Opened: 5/13/2011 7:25:19 AM
Access Restriction: Public
2
Workaround(s)
0
User(s) can reproduce this bug
After installing Cumulative update package 1 for BizTalk Server 2009
to fix VSTS 510054 (leap year issue), project will not compile. The following error is returned:


Error    211    The "PipelineCompilerTask" task failed unexpectedly.
System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {DCB8C90C-B4B7-47A1-A080-5AA6DDDC2E44} failed due to the following error: 80070002.
at Microsoft.VisualStudio.BizTalkProject.Compiler.PipelineCompiler.Compile(BizTalkBuildSnapshot buildSnapshot, IEnumerable`1 pipelineFilesToCompile, String switches, List`1& generatedCodeFiles)
at Microsoft.VisualStudio.BizTalkProject.BuildTasks.PipelineCompilerTask.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)    OrderProcess


Looking further, when opening a pipeline in VS2008, the BTSTransmitPolicy.xml or the BTSReceivePolicy.xml could not be loaded.



Error    211    Pipeline file 'E:\VS2008_skelly\Biztalk2009\OrderProcess.root\OrderProcess\Pipelines\OrderFF_SendPipeline1.btp' could not be loaded. Policy File 'C:\Program Files (x86)\Microsoft BizTalk Server 2009\Developer Tools\Pipeline Policy Files\BTSTransmitPolicy.xml' could not be loaded. Could not find a part of the path 'C:\Program Files (x86)\Microsoft BizTalk Server 2009\Developer Tools\Pipeline Policy Files\BTSTransmitPolicy.xml'.    E:\VS2008_skelly\Biztalk2009\OrderProcess.root\OrderProcess\Pipelines\OrderFF_SendPipeline1.btp    1    1    



Error    212    Pipeline file 'E:\VS2008_skelly\Biztalk2009\OrderProcess.root\OrderProcess\Pipelines\OrderFF_ReceivePipeline1.btp' could not be loaded. Policy File 'C:\Program Files (x86)\Microsoft

BizTalk Server 2009\Developer Tools\Pipeline Policy Files\BTSReceivePolicy.xml' could not be loaded. Could not find a part of the path 'C:\Program Files (x86)\Microsoft BizTalk Server 2009\Developer

Tools\Pipeline Policy Files\BTSReceivePolicy.xml'.    E:\VS2008_skelly\Biztalk2009\OrderProcess.root\OrderProcess\Pipelines\OrderFF_ReceivePipeline1.btp    1    1    

Details (expand)

Product Language

English

Version

BizTalk 2009

Category

Visual Studio

Repro Steps

Build an existing project.
File Attachments
0 attachments
Sign in to post a comment.
Posted by skeltech on 5/24/2011 at 5:52 AM
This issue was cleared by installing cumulative update package 2.
Sign in to post a workaround.
Posted by skeltech on 5/16/2011 at 11:20 AM
After adding a new map, this is failing again.
Posted by skeltech on 5/13/2011 at 11:45 AM
Copied E:\ Program Files (x86)\Microsoft BizTalk Server 2009\Developer Tools to Program Files (x86)\Microsoft BizTalk Server 2009\Developer Tools.

Our dedicated BizTalk server has a small C_drive partition for the OS only. All subsequent installations were directed to the huge E_drive. Everything was fine until installing the cumulative update package 1 for BizTalk 2009.

I suspect somewhere in that update a drive reference was changed from “E” to “C”. With this workaround, the error is gone and I can build the project. However, it would be helpful to get a real fix for this.

Thanks for reading.