Error when running Customer Interface
Hi guru,
I get error when I try to import customer with 2 site. the error messege is:
"Customer Record For Insert Must Have Validated Profile Record Defined in RA_CUSTOMER_PROFILES_INTERFACE table"
I found article in metalink (ID 577294.1) which is describe that problem. So I create two line in AR.RA_CUSTOMERS_INTERFACE_ALL :
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : 250
and,
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : 251
and I create three line in AR.RA_CUSTOMER_PROFILES_INT_ALL :
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : -
and
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : 250
I get error when I try to import customer with 2 site. the error messege is:
"Customer Record For Insert Must Have Validated Profile Record Defined in RA_CUSTOMER_PROFILES_INTERFACE table"
I found article in metalink (ID 577294.1) which is describe that problem. So I create two line in AR.RA_CUSTOMERS_INTERFACE_ALL :
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : 250
and,
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : 251
and I create three line in AR.RA_CUSTOMER_PROFILES_INT_ALL :
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : -
and
ORIG_SYSTEM_CUSTOMER_REF : 1000
ORIG_SYSTEM_ADDRESS_REF : 250
0