Forum OpenACS Q&A: bug-tracker uninstall issues

Collapse
Posted by jeff wang on
Hi all,

I recently installed the new bug-tracker based on the new workflow pacakge and it works great.  However, when I tried to install it, I was getting integrity constraint errors and it doesn't uninstall.  Here are the errors:

ora8.c:3908:ora_tcl_command: error in `OCIStmtExecute ()': ORA-02292: integrity constraint (HEALTHCAREDEV.BT_PROJECTS_FOLDER_FK) violated - child record found
ORA-06512: at "HEALTHCAREDEV.ACS_OBJECT", line 114
ORA-06512: at "HEALTHCAREDEV.CONTENT_ITEM", line 589
ORA-06512: at "HEALTHCAREDEV.CONTENT_FOLDER", line 105
ORA-06512: at "HEALTHCAREDEV.BT_PROJECT", line 106
ORA-06512: at line 3

SQL:
        begin
            bt_project.delete(:project_id);
        end;

    while executing
"ns_ora dml nsdb1 {
        begin
            bt_project.delete(:project_id);
        end;
    }"

How do I get bug-tracker to uninstall cleanly??

Thanks,
Jeff