I am frustrated with not being able to find much help regarding most of the BizTalk's bizarre errors, so I have decided to log the errors I get and the solutions, when I figure them out!
1. Error: you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port
Solution: Set the "Activate" property of the receive port to "true".
2. Error: assembler cannot retrieve document specification by using this type
Solution: This can be because of one of these scenarios:
1. Namespace of the request Xml does not match with the deployed schema.
2. Schema was not deployed.
3. Same schema was deployed more than once. (BizTalk assemblies get deployed automatically with the orchestrations)
I will add more soon...
No comments:
Post a Comment