Address insert and association with account using EAI Adapter fails with the error message SBL-DAT-0
Hi,
We are trying to insert some data into Siebel from external system through the campaign load process.
The data format looks like this:
---------------------------------------------------------------------------------
1. Account1 (Account Name, Location) | Account Address1 (City, State, Street Address, Country) | Contact1 (First Name, Last Name, Person UId)
2. Account1 (Account Name, Location) | Account Address1 (City, State, Street Address, Country) | Contact2 (First Name, Last Name, Person UId)
3. Account1 (Account Name, Location) | Account Address1 (City, State, Street Address, Country) | Contact3 (First Name, Last Name, Person UId)
4. ....
---------------------------------------------------------------------------------
During the first insert the new "account + acount address + contact" record is created, but when creating the next record with the same account and address the validation on account address uniqueness fails.