Forum OpenACS Q&A: Response to Database operation "1row" failed

Collapse
Posted by Dan Wickstrom on
database_to_tcl_string converts nextval statements to their correct form, so that's not the problem.  You can list all of the sequences using the ds command from psql.  Check and see if the user_id_sequence even exists in the db.  It sounds like, your data-model has not loaded correctly.