IZPAN0187EInvalid numeric value or JSON format. Possible causes: Numeric values cannot start with
zeros; commas may be incorrectly placed in the JSON body; String length exceeds the maximum
length (20000000); or the JSON body is invalid or unreadable.
Error occurs if the requestBody has any of the
following:
Numeric values starting with a zero
Incorrect placement of commas in the JavaScript Object Notation (JSON) body
String length exceeding the maximum limit (that is, 20,000,000 characters)
Invalid or unreadable JSON body
System action
The API fails with a message.
User response
Review the requestBody of the API for format errors
or invalid numeric values, and correct any issue. If your DDL string exceeds the maximum
length of 20,000,000 characters, increase the limit by setting the maxRequestStringLength java argument. Retry the
action.