Integration News
Troubleshooting
IBM Sterling B2B Integrator
Failure uploading a system certificate using Rest API
PROBLEM
Cannot create system certificate using Rest Api when certData contains more than 10.000 characters.
SYMPTOM
The Rest API call to create a system certificate returns the error:
“errorCode”:400, “errorDescription”: “API000467: Length too long for \”certData\”; max length is 10,000 characters.”
CAUSE
This is working as designed, system certificates that have more than 10.000 characters when base64 encoded cannot be imported via Rest API.
You will need to use the dashboard UI to import those certificates.
