[CR #337866] If auditing is enabled, you must update the security.properties file after performing the upgrade so users can log in to Enterprise Portal.
Workaround: Follow these steps:
Updating the security.properties file
Go to %EAServer%\java\classes\com\sybase\ep\security and open the security.properties file with a text editor.
Locate the line:
INSERT Audit(recordType, subjectID, timeStamp, auditData) VALUES (?,?,?,?)
Change it to:
INSERT Audit(recordID, timeStamp, auditData) VALUES ({1}, {2}, {3})