- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2024 08:08 AM
Hi,
I am migrating the update set to Test and I see this error 'Could not find a record in sys_user for column manager referenced in this update' What might be the issue please.
Regards
Suman P.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2024 08:12 AM
@Community Alums This issue is occurring because one of the updates refers to a user in the manager column which is no longer available in the sys_user table on the Test instance.
To fix this error, identify the record which is causing this error in the update set XML. Once identified remove it from your update set or update the manager field on the source record and make it empty and redeploy the changes on the Test intance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2024 10:48 AM
Hi @Community Alums Refer this KB Article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2024 11:16 AM
Hi @Community Alums ,
1. Missing User Record:The manager field in your update set refers to a user that does not exist in the sys_user table on the Test instance.
To resolve this, identify the record in the update set XML that references the missing user. You can either:
Remove this reference or record from the update set.
Update the manager field on the source record to be empty or set it to a valid user before redeploying the update set.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand