I am starting to see what is going on : I see in the stacktrace I posted that a INSERT statement fails because the key (column log_id) already exists. Here is the statement : insert into NXP_LOGS (LOG_EVENT_COMMENT, LOG_EVENT_CATEGORY, LOG_DOC_TYPE, LOG_EVENT_ID, LOG_DOC_UUID, LOG_DOC_PATH, LOG_EVENT_DATE, LOG_PRINCIPAL_NAME, LOG_DOC_LIFE_CYCLE, LOG_ID) values (vdu successfully logged in using BASIC_AUTHAuthentication, NuxeoAuthentication, NULL, loginSuccess, NULL, NULL, 2009-07-22 14:26:29.976000 +01:00:00, vdu, NULL, 631); The supplied value for column log_id is 631, which already exists because of the import of the 5.1.6 nxp_logs table. As I am not a PostgreSQL expert, do you have any idea how to force a higher value for log_id ?
Kr. -- Posted by "vdu" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2682#7651> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
