Hi,
Please help to fix the below error while instaling package to oracle based BPMonline instance. Installation fails and install log has below error and error screenshots. Please assist to fix the issue.
Oracle.DataAccess.Client.OracleException: ORA-02291: integrity constraint (DLD_CRM.FKiEw0PrrAuIapzcrL01PohOXeFM) violated - parent key not found
at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck)
ORA-02291: integrity constraint (DLD_CRM.FKiEw0PrrAuIapzcrL01PohOXeFM) violated - parent key not found
---> Oracle.DataAccess.Client.OracleException: ORA-02291: integrity constraint (DLD_CRM.FKiEw0PrrAuIapzcrL01PohOXeFM) violated - parent key not found
at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck)
Like
Dear Ganesh,
"parent key not found" message indicates that you are trying to insert a child without a matching parent, as defined by a foreign key constraint. I recommend checking data bindings for the objects that are installed with the package.
Best regards,
Angela