Hi,
informix gives you the answers :
# finderr -271
-271 Could not insert new row into the table.
This problem has many possible causes, including a locked table or a
full disk. Check the accompanying ISAM error code for more
information.
# finderr -772
-772 Record/key doesn't qualify for any table/index fragment.
This error can occur during a record insert or update. The most likely
cause is an incorrect fragmentation specification that did not specify
a REMAINDER. The easiest correction is to add a REMAINDER fragment to
your SQL statement. However, the best correction is probably to
reexamine the original fragmentation specification, figure out what is
wrong, and fix it with an ALTER FRAGMENT statement.
---------------
so, I think, check it with your DBA-responsable.
I can't guess what your script try to do i ?
when you add rows to a table with a unique key ! Of course you can run this only once. But this will give you another error message.
success,