The CreatorCon Call for Content is officially open! Get started here.

Details of this Error - Error during update of sys_user

fred3d
Kilo Contributor

Error during update of sys_user Getting this error upon import. The record already exist but a new record is being created and should only update the existing record.

10 REPLIES 10

This error is due to having same user_names.If you are trying to insert a user with same user name it will throw an error.


user_name field is defined as unique in dictionary. if you are updating the same user name   ,it will give you error.


find_real_file.png


Now we are getting this error. "Unable to resolve target record, coalesce values not present: u_number"


Are you coalescing on employee number?


YES