App Connect

 View Only
Expand all | Collapse all

While Passing Large amount of JSON Payload getting an Error converting character string

  • 1.  While Passing Large amount of JSON Payload getting an Error converting character string

    Posted Fri August 19, 2022 07:59 AM
    Hi Team,

    I have already increase the size of Queue Message Length to 104857600 Bytes and when I am passing the large payload to the same MQ and getting Error converting character string, Please advice on the same.

    ------------------------------
    Kaustubh Sawant
    ------------------------------


  • 2.  RE: While Passing Large amount of JSON Payload getting an Error converting character string
    Best Answer

    Posted Thu August 25, 2022 02:31 PM
    There is insufficient information to assist.  A character conversion error has nothing to do with the queue message length property, so what is the relevance of that statement?  We need to see the data, preferably in hex, the exact error, and the expected result.

    This is usually fairly trivial.  The error occurs because the CCSID you are parsing/serializing with does not match the data encoding.  Common problems are using Windows characters on none Windows systems.  Telling ACE to use the Windows CCSID or converting to UTF-8 will fix this problem.  But without the data/error, we can't say for sure.

    ------------------------------
    MATTHEW SEGALL
    ------------------------------