Hi Community,
Good Day! Hope everyone doing good.
We have encountering an issue in REST Automic jobs.
We scheduled the REST Jobs and triggering the Endpoint URL with below request.
Request
<Location>91</Location>
<BusinessDate>03-Sep-2024</BusinessDate>
Response - application/json
Start response pattern
{
"Status": "FAILURE",
"TransactionTypeCode": null,
"TransactionSequence": null,
"BusinessDate": null,
"CreateDate": null
}
End response pattern
When we getting the Status as "FAILURE", job need to auto restart until get the "SUCCESS" status. Once get the SUCCESS , then passing the below values to successor job.
Start response pattern
{
"Status": "SUCCESS",
"TransactionTypeCode": "CLOSING",
"TransactionSequence": "1234",
"BusinessDate": "2024-09-03 00:00:00",
"CreateDate": "2024-09-03 20:45:24.525"
}
End response pattern
When we are getting the Status as "FAILURE" , set up the Auto-restart at job level. But when it is auto-restarting getting the below error.
"FAULT_POST_PROCESSING - error in post processing".
Error message:
U00021719 Syntax error in object 'JOBS.PAS.I1410_STORE_1234', line '00000'. 'U01001307 A variable name with the length 0 is not allowed.'
Please advice me , how the error can be rectified.
Regards,
Srinivas.