Skip to main content

Notifications

The custom script is not allowed to access the NumberSequenceTable table

Issue

Getting this error on custom script Test phase:
The custom script is not allowed to access the NumberSequenceTable table.
 
 

Cause

Following debugging breadcrumbs:
 
 
 
 
 
Turns out, that AppConsistencyCustomScriptAllowNumberSequenceTable flag is needed, as NumberSequenceTable tablegroup is Framework
 
 

Solution

 
Now in Tier 1 environments execute following SQL and restart IIS:
INSERT INTO SYSFLIGHTING (FLIGHTNAME, ENABLED) VALUES('AppConsistencyCustomScriptAllowNumberSequenceTable', 1)
 
On Tier 2 and above - open MS ticket?
 
 

Comments

*This post is locked for comments