Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

The custom script is not allowed to access the NumberSequenceTable table

vukis Profile Picture vukis 947

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