Error in migrating the update Set

Community Alums
Not applicable

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.

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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. 

View solution in original post

6 REPLIES 6

Anand Kumar P
Giga Patron
Giga Patron

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