Importing addresses with RecID compression enabled
Sometimes you need to import addresses into AX 2009 and enable RecID compression. This import might result in an error:
Update of RecID-key xxxxxxxx failed for the register DirPartyAddressRelationshipMapping.
To solve this you need to follow these steps:
- Restore the database
- Disable RecID unique index on the table affected by this issue
- Synchronize
- Import data
- Enable RecID unique index
- Synchronize
Martin F