Symptom
Multiple Level of Hierarchy Cannot be Created at The Same Time During Migration of Installation Points.
Reproducing the Issue
- Go to Business Configuration Work center
- Select the Implementation Projects View
- Open Activity List
- Navigate to Integrate and Extend Tab
- Open the Actvity Migration of Installation Points
- Enter the details and Execute the Migration
- Go to Installed Base workcenter view
- Open the ID for which you performed Migration
- Go to Items Tab
- You can notice that the Child item gets created before Parent is created
Cause
Multiple levels of hierarchy cannot be created at the same time, which is an expected system behavior.
Resolution
Users have to create all the items of hierarchy level 1. Then create the level below it giving the IDs of hierarchy level 1 as parent and so on.This is because of parallelization i.e., the system creates multiple Installation Points at the same time . If the excel has installation points of multiple hierarchies then it’s possible that the child gets created before the parent and hence the relationship cannot be maintained.
In order to control this and reduce the number of times we execute migration template to create hierarchies (which might have more than 2 or 3 levels), we can follow the below approach.
- Create all installation points in the same level ( level 1 ) using the migration mode “Add new records”.
- Leave the parent installation point field in the template blank
- Depending on the installation point type, different data has to be maintained
- Execute migration
- All the installation points will be created in the same level in the Items tab in Installed Base
- Take the same file which has been used for upload, copy it to create a new file. Choose migration mode as “Replace already existing records”
- Keep all the data same as before, don’t modify any data. Add the data in the column “Parent Installation Point ID” as per hierarchy requirement.
- Execute migration. Migration will be completed successfully.
- Item hierarchy will be created as per the data maintained in the input file.
See Also
Keywords
KBA , AP-IBA-IBA , Installed Base , How To