Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk 2A1 MSG picked up but not processed by BizTalk Application1(Rosettanet) › Re: Biztalk 2A1 MSG picked up but not processed by BizTalk Application1(Rosettanet)
Hi,
If I read the error details, then I can cleary see the following:
Details:
Finding the document specification by message type “schemas.microsoft.com/…/Pip2A1ProductCatalogInformationNotification.dtd failed. Verify the schema deployed properly.
I’m not familiar with DTD schemas but it sounds like your DTD schema it not present in BizTalk server. Can you find it under All Artifcats/Schemas?
Why don’t you use an xsd schema? You can convert the DTD (depricated) to an xsd schema.
using Biztalk 2010 utilities to convert DTD files to XSD files
Regards