Error 403: ROUTEOPTIMIZATION_RESTRICTION_EXCEEDED
Posted: Fri Feb 09, 2024 12:16 pm
Here's some error footage I "found" these days:
Currently (9.2.2024) you can't trigger more than 1 optimization call via a specific token.
In other services you'd simply be queued - in PTV Optiflow Developer API you get immediately rejected with the code above.
Code: Select all
{"Message": "Error calling StartOptimization:
{"description":"A product-specific restriction is exceeded.",
"errorCode":"ROUTEOPTIMIZATION_RESTRICTION_EXCEEDED","causes":
[ {"description":"The maximum number of concurrent optimizations is exceeded.",
"errorCode":"ROUTEOPTIMIZATION_NUMBER_OF_OPTIMIZATIONS_EXCEEDED",
"details":{"limit":1}
} ] }"}
In other services you'd simply be queued - in PTV Optiflow Developer API you get immediately rejected with the code above.