Hello!
I created a MIGRATE_SOURCE_DATA Migration Job to modify a field on a Fixed Asset. The field is Estimated Life.

In the database the field is called estimated_life_cl and is a VARCHAR2(4000)
By using a trace and debugging code, I found that the API used when modifying that field is DEPR_DISTRIBUTION_API.MODIFY__. Here is the code.

The problem is: My migration job is doing nothing!
All I get in the “Last Info” value is this

Here is how it is configured





Any idea what could be wrong? Any suggestions on what to try to debug and fix this problem?
Feel free to request any additional information and I’ll provide gladly