Caleb Evans
05/19/2021, 10:25 PMSSS_INSTRUCTION_COUNT_EXCEEDED
error when placing a web order in SCA (the error is from the LiveOrder response, and I’ve narrowed it down to the ModelsInit.order.submit()
call).
The error happens frequently enough to be disruptive to our users, but is not easily reproducible by our teams. When we do happen to encounter it, even after disabling all User Event scripts and workflows, the error still persists in that moment.
Is anyone familiar with this error? What could be the cause? Could a currently-executing Scheduled or MapReduce script impact SCA in this way? Any details or even ideas for troubleshooting would be immensely appreciated.
cc @adambaruhSteve Goldberg
05/20/2021, 9:25 AMNetSuite uses internal mechanisms to detect scripts that may include infinite loops when executing. When they occur, script execution is terminated and anerror message is thrown. If you receive this error, you should examine all of the execution loops in your script to ensure that they contain either a terminating condition or a condition that can be met.SSS_INSTRUCTION_COUNT_EXCEEDED
Steve Goldberg
05/20/2021, 9:26 AMadambaruh
05/20/2021, 4:09 PMadambaruh
05/20/2021, 4:10 PMFlo Meilan
05/25/2021, 1:17 AM