Anaplan Connect Batch Script Error: "Anaplan API: HTTP status 424: Failed Dependency"
Hi, we are currently on anaplan-connect-1-3-3-5 and have previously successfully using the same batch script to upload files. This error just popped up today and not sure what went wrong.
0
Best Answer
-
Anaplan's API will yield the following HTTP status if you can't do something because of model active status:
HTTP Status Model status 422 Archived 423 Locked 424 Offline 425 Production mode I think all but 423 are non-standard, hence the misleading message.
2
Answers
-
Thanks Sathya for looking into this.
I figured out what cause this error now. It is because the Model in question has been set to Offline.
0