- Check wether there are no parties yet saved on the target server (check bts_party)
- Temporarily disable the identity flag for the primary key columns n_id of the tables bts_party and bts_party_alias on the target database.
- Copy the table bts_party from the source system to the target database (you can't copy both tables in one step due to references' integrity).
- Enable the identity flag for column n_id in table bts_party on the target database.
- Copy the table bts_party_alias from the source system to the target database.
- Enable the identity flag for column n_id in table bts_party_alias on the target database.
If you also want to adapt more EDIFACT configurations, you have to migrate the tables that start with "EdiPartner", too!