How to change schema properties

I created a mapping rule between SQL DB > OIM DB. The value I'm mapping is "GENDER". When I run a simulation I get this error:

[1777018] Error running synchronization project (Test)'s workflow (Test).
[1777124] Error running synchronization step (Test) of synchronization configuration (Test (d9b20aca-9c47-4a09-859a-d9e9914b4a6a)).
[1777239] The mapping rule (GENDER) was unable to run synchronization between system objects (0001) and (0001) successfully.
[1777161] Property (Gender@Person) could not set the value (M) from system object (0001).
[1777023] Schema property (Gender@Person) only accepts data of type (System.Int64).
The value to write (M) is however type (System.String).

Is it possible to modify the data of type value, to accept the value (M)? from (System.Int64) to (System.String)

Parents Reply Children
No Data