[330] in Project_DB
Re: Update Failed
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Fri Apr 24 16:52:35 1998
To: dbaron@MIT.EDU (Dennis Baron)
Cc: project-db@MIT.EDU
From: brlewis@MIT.EDU (Bruce R. Lewis)
Date: 24 Apr 1998 16:52:28 -0400
In-Reply-To: dbaron@MIT.EDU's message of Sat, 04 Apr 1998 06:52:16 EST
dbaron@MIT.EDU (Dennis Baron) writes:
> The object (error "ORA-02290: check constraint
> (PDB.SYS_C00435) violated\n (update pdb.my_project_data\n set
> current_q_ach='12/2/97 - submitted draft proposal to
> jdb.\r\n3Q98 - NONE?', next_q_goal='4Q98 - NONE?\r\n',
> commitment='()'\n where project_id = 921)\n"), passed as the
> first argument to integer-zero?, is not the correct type.
>
> Can somebody translate this? Dennis
An error object was compared to 0. The error object shouldn't have been
there.
The constraint violation was probably:
commitment='()'
This means the commitment level is bad data, probably left over from
very early in the project-db project. Modify it and everything else you
modify should work too.
--
Bruce R. Lewis <URL:http://web.mit.edu/brlewis/www/>