Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Un able to access script - background

manureddy96
Mega Contributor

Hi Team ,

 

i am unable to access the script - background . its getting error like Not authorized . someone help me on this what i need to follow steps .

i have captured error via debugg .

 

 

08:18:31.763 Global TIME = 0:00:00.000 PATH = ui/scripts.background/read CONTEXT = null RC = false RULE =
 

 

ui/scripts.background/read
 

 

08:18:31.763 Global TIME = 0:00:00.000 PATH = ui/scripts.background/read CONTEXT = null RC = false RULE =
 

 

ui/scripts.background/read
2 REPLIES 2

M Iftikhar
Tera Sage

Hello @manureddy96,

 

Only admin users are allowed to run Background Scripts in ServiceNow. Please verify that your user has the admin role.

Also, check if there’s any ACL rule under Access Control [sys_security_acl_list] for ui/scripts.background/read that might be restricting access .You can review or temporarily disable it (if appropriate) to confirm.

If my response helped, please mark it as the accepted solution so others can benefit as well.    

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

Hi @M Iftikhar 

Thanks for the response . i can see script - background is read operation. i have updated and delete the ACL . But still i cant able to access the scripts-Backgrounds