Pipeline Warning

I am using XML disassembler pipeline component , when building am getting the below warning

warning BTP0008: Validate call on component 'XML disassembler' failed.

Please advice.

September 14th, 2015 1:40am

Hi Suresh,

You need access to write to the GAC.

Please open visual studio as an administrator then try to deploy again.

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 2:43am

Hi,

Are you building your solution with Visual Studio as Administrator. ?

Open visual studio as an administrator then try to deploy again or write post build event to add all all assembly into the GAC during build. You could write one line code something like: "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe" /i "$(TargetPath)" with Run the post-build event "On Successful build"

Thanks

Abhishek

September 14th, 2015 3:23am

This is warning means the Visual studio can not reach a correct schema for some reasons.

You can ignore this warning or you can remove your schema from Document Schemas property.

Then you can configure pipeline from BizTalk administration and if you don't have a specific limit requirement then  you can select XmlReceive without specifying DocumentSpecNames and BizTalk at runtime will match the incoming xml document with matched Document Type that registered in BizTalk and GACed  .

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 6:50am

I guess it is not finding the document schema.
September 14th, 2015 10:53pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics