Has anyone ever seen the `Script Execution Instruc...
# suitecommerce
s
Has anyone ever seen the
Script Execution Instruction Count Exceeded.
error in SSP application logs? This is showing up even when we switch to the source SSP.
f
I´ve seen the
Script Execution Instruction Count Exceeded
error before, in which ssp are you seeing it? are you getting any error in the front-end?
SSP applications have a governance model based on usage units. Each SSP application script can execute a system-defined number of units, so if you are getting this error it is likely that your applications is exceeding that limit.
e
@Flo Meilan this is interesting, are you talking about the same rules governance from the suitescript/ERP side? or does the SSP applications have its own limit/rules?
t
SSP applications do not have governance rules. SuiteScript does but SSP’s can’t. That would limit the number of users to the site.
👍 1
f
SSP applications have a governance model in accordance with SuiteScript governance model, with the same goal of optimizing performance. SSP application governance is based on usage units. Each shopping method consumes a system-defined number of processing units, and each SSP application script can execute a system-defined number of units. If the number of allowable units is exceeded by an SSP application script, the script is terminated. The limit for SSP applications is 1000 units per script.
💯 1