Customer Support Language
 
Information
Article ID130
Created On8/18/2005
Modified9/11/2008
Share With Others
Merge failed
Merge was failing with ORA-02292 on campmgr.camcompanyappealsorgfk. This is an obsolete foreign key that ties to camcompanyappeals. It can be safely deleted with the following oracle command:

alter table camCompanyAppealsObsolete drop constraint camCompanyAppealsOrgFK;

Applies to CampaignMax v3.0, v3.1, v3.2
Fixed by DBUpdate in v3.3