PART MIGRATION

  • 5 March 2024
  • 6 replies
  • 53 views

Badge +1

Please any one can tell what this error mean is.

 

ORA-20110: InventoryPartUnitCost.N-0

 

 


6 replies

Userlevel 4
Badge +10

HI @dvidanage 
could you please give some more information what steps you are performing when you get the error. Is it related to a migration job or in a background job?
Thanks

Badge +1

Hi Makede

 

I'm going to migrate parts through CSV file. Actually, upload in no error. while migration I'm getting this error. I checked parts one by one. 

 

Thanks

Userlevel 4
Badge +10

Which migration method are you using (MIGRATE_SOURCE_DATA)?

Badge +1

 

Using these two jobs.

Userlevel 2
Badge +5

usually these errors are business errors. It can indicate that some parts you are trying to migrate giving validation errors during insert/update. First thing you have to look at is to check with business consultant for the reasons which will receive such error and then look at your loading csv data for any missing mandatory information (or incorrect data)

Userlevel 6
Badge +15

@dvidanage  I did a quick SQL to see if there’s a place in PL/SQL packages where N-0 error would be thrown. I couldn’t find any. Can you provide the full error message?

Reply