I am working in an ATG application. Today, i got the below SQL Exception in /atg/userprofiling/ProfileAdapterRepository and this is because of the violation of unique constraint.
atg.repository.RepositoryException; SOURCE:java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DCS_USR_ACTVPROM_P) violated
Exception occurs when insert query for the user promotion table dcs_usr_actvpromo of ATG is executed. I searched for when and where this query is executed, what values are passed but i could not find till now.
handleLogin method of atg.scenario.userprofiling.ScenarioProfileFormHandler have been called from the custom FormHandler. I could not find the flow after this method call. After this method call, the exception occurs.
Could anyone let me know what happens inside this method and from where SQL queries are executed in ATG for the above table please?