Question

Bad performance in data migration of handling units into inventory part in stock

  • 5 October 2022
  • 1 reply
  • 166 views

Badge +2

We are migrating inventory balances for a about 45000 records in an IFS 10 environment.

The majority of these uses  handling units. The creation of the records with handling units are extremely slow. It jeopardizes our go live.

 

Has anybody encountered the same issue? Did you find a way around it?

 

Any input is highly appreciated.

 

B.R

Per


1 reply

Userlevel 4
Badge +8

Hi,

one hint which will probably not solve the problem but always important to mention.

Have you added the rule COMMITSEQ with a value 50 (for example) to your migration job?

This rule must also be active otherwise the COMMIT statement will be done at the end of your executed migration job and not every 50 (for example) loops based on your content in the tab method list. I suppose you are using the method inventory_part_in_stock_api.receive_part_with_posting in your migration job.

/Jens

Reply