locked
BizTalk 2016 - Issue with Microsoft BizTalk Accelerator for SWIFT RRS feed

  • Question


  • I have installed  Microsoft BizTalk Accelerator for SWIFT and BizTalk A4Swift Message Pack 2016 as per the documentation attaced in the installable. 
    I am have also deployed sample solution available in Installed folder. 
    C:\Program Files (x86)\Microsoft BizTalk Accelerator for SWIFT\SDK\Tutorial\SWIFTSolution\SWIFTSolution.sln

    After deployed when I am dropping sample message, I am getting below error. 

    <?xml version="1.0" encoding="Windows-1252"?>
    <SWIFT_ERROR MessageType="">
    <ParseError ExceptionType="" LineNumber="0" LinePosition="0" MultipleEmptyLines="False"
    SchemaName="http://schemas.microsoft.com/BizTalk/Solutions/FinancialServices/SWIFT/SWIFTHeader#SWIFTHeader">
    <Message>Finding the document specification by name failed. Verify the schema deployed properly. </Message>
    </ParseError>
    </SWIFT_ERROR>

    I have verified all the artifacts are correctly deployed as per sample solution. I have also verified that there is no duplicate schema in BizTalk Admin Console. In Receive pipeline I have tried to use all available options for SWIFTHeaderSchema like "Microsoft.Solutions.FinancialServices.SWIFT.RuntimeSchemas.HeaderSchema" etc. But none is working.

    Tuesday, August 18, 2020 9:36 PM

All replies

  • Did you add the Assemblies to the global assembly cache?

    Wednesday, September 2, 2020 3:54 PM
  • How you specify the schemas in a pipeline is very specific and has to include the DLL version and public key.

    Try creating a pipeline in a Visual Studio project and setting the schema there and deploying that and selecting that pipeline in the port.  


    Wednesday, September 2, 2020 8:45 PM