Custom AI Agents not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi Fellow community members,
We have developed custom AI agents in DEV and it's working fine over there,but when we move the update sets in to TEST instnace we are getting below error and not able to active . anyone seen this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi,
In TEST mode, you need to verify or recreate the account used by the agent, restore the correct permissions, republish the agent, and, if it still doesn’t work, check the Update Set to resolve any dependencies before trying again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Jyo090
Cause
The OOTB AI user(sys_user table, sys_id=67d120fb2ba2621056c8f4cd6e91bfbb) used in the Define data access configuration lacked a valid user ID, which is a mandatory requirement for proper authentication and access if additional roles are granted to the OOTB AI user manually. This caused the access authentication error when the AI user was selected as the execution user.
Resolution
1. Create a new AI user with a valid user ID.
2. Assign the required roles (e.g., admin and sn_aia_admin) to the new AI user.
3. Configure the Define data access setting in the AI Agent to use the new AI user with the valid user ID and assigned roles.
4. Verify that the AI Agent operates successfully with the new configuration.