Fix script run error Resource does not exist: /scs/snc_node_disable.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016 08:54 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016 09:19 AM
That is what i was afraid of - thanks for the confirmation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2017 08:29 AM
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