If auditing is enabled, you must update the security.properties file after performing the upgrade, or users are not able to log in to Enterprise Portal.
Go to $EAServer/java/classes/com/sybase/ep/security and open the security.properties file with a text editor.
Locate the “INSERT Audit(recordType, subjectID, timeStamp, auditData) VALUES (?,?,?,?)” line, and change it to:
INSERT Audit(recordID, timeStamp, auditData) VALUES ({1}, {2}, {3})