You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Got error of duplicate TP_SITE_CODE during collection

Summary:

In MSC_ST_TRADING_PARTNER_SITES there are collection failed record with error:

"There's already a record with the same value for the TP_SITE_CODE attribute for another source system."

Seems it is because the MSC_CUSTOMER_SITES and MSC_ST_TRADING_PARTNER_SITES both have the same TP_SITE_CODE = 493679

select * from MSC_ST_TRADING_PARTNER_SITESwhere tp_site_code = '493679'

select * from MSC_CUSTOMER_SITES where tp_site_code = '493679'

Both records collect from OPS.

But in OPS, we only has one party site , why this duplicate error happen ?

select * from HZ_PARTY_SITES where party_site_number = '493679'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!