output data validation failure (308)

Clovertech Forums Cloverleaf output data validation failure (308)

Tagged: 

  • Creator
    Topic
  • #110520
    Shelbi Engle
    Participant

      Does anyone know WHY this happens?

      msgState          : output data validation failure (308)

       

      [msg :RecF:WARN/0:  adt_xlate:–/–/—- –:–:–]  ^

      [xpm :xlt :WARN/0:  adt_xlate:07/02/2019 19:26:49] Message encode warnings: Fatal Error generated during parsing. – Invalid byte ‘N’ at position 2 of a 2-byte sequence – Line 1, Col 1

      [xlt :xlat:ERR /0:  adt_xlate:07/02/2019 19:26:49] [0.0.8331808] Xlate ‘hl723adt_to_xml.xlt’ failed: Output validation errors: Fatal Error generated during parsing. – Invalid byte ‘N’ at position 2 of a 2-byte sequence – Line 1, Col 1

      [xlt :rout:ERR /0:  adt_xlate:07/02/2019 19:26:49] Xlate error in route detail ‘XLATE hl723adt_to_xml.xlt’ under Trxid ‘ADT_A(0[1-9]|1[1-3])’ to Dest ‘qs_xml_output’

    Viewing 0 reply threads
    • Author
      Replies
      • #110523
        Robert Kersemakers
        Participant

          Hi Shelbi,

          Yes, this looks like an encoding issue. Most likely the inbound message is ‘latin1’ or ‘ISO-8859-1’ but you have the inbound thread on encoding ‘UTF-8’. This way Cloverleaf will not do any encoding conversion, but will then receive a weird combination of bytes, which are illegal in UTF-8.

          Try changing the encoding on your inbound threat from ‘UTF-8’ to ‘ISO-8859-1’, or the correct encoding that your incoming message has.

          Zuyderland Medisch Centrum; Heerlen/Sittard; The Netherlands

      Viewing 0 reply threads
      • You must be logged in to reply to this topic.