We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Fix script run error Resource does not exist: /scs/snc_node_disable.html

sbolton
Mega Expert

I am receiving an error in my QA environment when running a fix script .   When running in DEV there isnt an issue.   Is there a setting thats disabled ?   Even running as a background script it wont run but there arent any errors in the log.

Resource does not exist: /scs/snc_node_disable.html

New transaction 11EBA1331333120023CE3D576144B0C4 #423610 /ecc_queue.do

Logging event: SNC.Auth.DB.Login.Success with parm1: user_name=MIDServer and parm2: remoteAddr=xx.xx.xx.123

[0:00:03.149] Total Time

6 REPLIES 6

That is what i was afraid of - thanks for the confirmation.


sandra_villarre
ServiceNow Employee

Thought I would post, incase it is helpful for anyone.   A similar issue was experienced when running a fix script. The fix was to enclose the script within a function.


Ref: Client Script Best Practices - ServiceNow Wiki



An example can be seen on Fix Scripts - ServiceNow Wiki