Message
Invalid initialization vector.
Cause
The initialization vector that is set on the encryption connection used by this step is invalid.
Resolution
Check the encryption connection used by this step. Ensure that the "IV" field has a value. If it does have a value set, it is possible that the length of the value does not conform to the requirements of the selected algorithm and needs to be either longer or shorter.
Error Detail
{
"message": "Error encrypting",
"statusCode": 400,
"error": {
"code": "ERR_CRYPTO_INVALID_IV"
},
"errorMessage": "Invalid initialization vector",
"stepType": "Destination",
"stepName": "Buffer",
"stepId": "xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"mapStepId": "xxxxxxxxx",
"mapStepPath": "xxxxxxxxx",
"mapStepType": "Step",
"module": "Synatic",
"commandProcessingError": null
}