Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Cause

This article explains how to fix the issue with the bank file header.

...

serverJira
serverId6689512e-5a69-3478-a52d-daa293724a60
keyAPM-4809

Problem

The bank file is rejected because of the wrong syntax in the file header.

...

Contents

Table of Contents
minLevel1
maxLevel7
excludeContents

Solution

What do you need to do to solve the problem:

  1. Open the bank file via Notepad.

...

  1. Image Added

  2. On the second row find the text that looks like this below and delete it.
    <Document xmlns="http://www.six-interbank-clearing.com/de/pain.001.001.03.ch.02.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.six-interbank-clearing.com/de/pain.001.001.03.ch.02.xsd pain.001.001.03.ch.02.xsd">

...

  1. Image Added
  2. Insert the below text into the same place and save the file
    <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

...

  1. Image Added

How the end file looks when opened via browser

If you open the file before any changes, you'll see that it has a wrong header

<Document xmlns="http://www.six-interbank-clearing.com/de/pain.001.001.03.ch.02.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.six-interbank-clearing.com/de/pain.001.001.03.ch.02.xsd pain.001.001.03.ch.02.xsd">

...

Image Added


After you've updated the file, the file will have the correct header

<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

...

Image Added


Warning

If you have any questions of doubts, please contact Adonis support and send us your bank file for fixing.