{tocify} $title={Table of Contents}
Once you click to select map file, it explicitly looks for XSLT File.
BizTalk map gets compiled into xslt, and we can get that xslt by simply right clicking the map --> Validate Map.
You will see the path of the ouput XSLT file. Save the xslt and upload it to Integration Account
Problem
Schemas and Maps created in
BizTalk can be used in Logic apps with the help of Integration account, but got
below error while uploading map from my BizTalk VM (schemas were uploaded
successfully)
Why it happened
As error says Provided map definition is not valid , so
is something wrong in map? - No. Map
is perfectly valid and tested too. Although BizTalk Maps are compatible, the
extension is not i.e., .btm is not understood instead it accepts only xslt.
Once you click to select map file, it explicitly looks for XSLT File.
What to do
BizTalk map gets compiled into xslt, and we can get that xslt by simply right clicking the map --> Validate Map.
You will see the path of the ouput XSLT file. Save the xslt and upload it to Integration Account
If you have questions or suggestions, feel free to do in comments section below !!!
Do share if you find this helpful .......
Knowledge Sharing is Caring !!!!!!
Learn More about some more Logic App errors
- The request has both SAS authentication scheme and 'Bearer' authorization scheme. Only one scheme should be used
- Selected file must be between 1 and 2097152 bytes
- SplitOn property doesn't validate expression at design time
- The workflow with 'Response' action type should not have triggers with 'splitOn' property
- The template language function 'xpath' expects its first parameter to be an XML object
- The template language expression 'xxx' cannot be evaluated because property 'xxx' doesn't exist. Property selection is not supported on content of type 'application/xml'