Yesterday I posted a question about an Excel Add In Migration error. I was able to resolve that error. But the migration job isn’t inserting/modifying the data. Does anyone know what I’m missing? So far I haven’t been able to use the online documentation to resolve this problem.
This is my migration job (I’ve tried several variations - this is the latest) -
the Search function fetches the records from IFS
Validating the data returns Validate OK
Execute shows Updated in the Result Column
But when I query the results in IFS there has been no change in the Custom Field
Page 1 / 1
I finally was able to make this work. I realized I had a mismatch in the field name. The Method Attribute field was called xxx_DB but the Source Mapping didn’t. Operator error!