Hi *,
I`ve been running Jetspeed 1.4b and Oracle 8.1.7. After importing the sql-stats I can
log in as an existing user, but when trying to create a new user through the
web-interface following error occurred:
Exception: java.sql.SQLException: ORA-01400:
cannot insert NULL into ("DBSCHEMA"."TURBINE_USER"."USER_ID")
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
It seems like the TURBINE_USER_SEQ is not being used when trying to create the new
account, altough it is being applied within the sql-stats*.
*(CREATE SEQUENCE TURBINE_USER_SEQ INCREMENT BY 1 START WITH 1 NOMAXVALUE NOCYCLE
NOCACHE ORDER;)
Any help appreciated,
Markus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]