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

now assist center error Security constraints prevent access to requested page. I have admin rights

IsaBena
Tera Contributor
 
2 REPLIES 2

Tanushree Maiti
Tera Patron

Hi @IsaBena 

 

Refer: https://www.servicenow.com/community/now-assist-for-creator-forum/access-denied-to-ai-agent-studio-a...

 

"

The Root Cause:

This has been identified as a known defect (PRB1965167).

 

The issue stems from recent changes to the Now Assist Admin (NAA) Fulfiller SKU entitlements. These changes cause the ACL now.agent-studio.*/ux_route to fail at the script level because the function new sn_aia.AiAgentRuntimeUtil().hasValidLicense() incorrectly returns false.

 

The Solution:

To restore access, we applied the following workaround by updating a system property to bypass this specific fulfiller check.

 

Steps to resolve:

  1. Change your application scope to Now Assist Admin Console.

  2. Navigate to System Properties (sys_properties.list).

  3. Search for the property: sn_nowassist_admin.ignoreFulfillerSubscriptionCheck

  4. Set the Value to true.

  5. Save the record.

Once this was updated, access to the "Create and manage" page in AI Agent Studio was immediately restored.

"

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

yashkamde
Mega Sage

Hello @IsaBena ,

 

Plz check that the user has sn_skill_builder.admin role even if admin role is given!

I believe that its bcz of some missing role only.

 

Also Refer this article :

After login users get error: Security constraints prevent access to requested page message. 

 

If my response helped mark as helpful and accept the solution.