Configure automatic provisioning (Resource: DatabaseTable)...?
Hi friends,
At the time of the automatic provisioning, the account is not
provisioned on the table Oracle database. According to the log is
because my table does not support the insertion of blank data.
As I can solve this problem ....
Log
2011-03-29 18:09:54,089 ERROR [OIMCP.DATC] Class/Method: DBFacade/createParentRecord encounter some problems: ORA-01400: cannot insert NULL into ("JKL"."USERS"."USER_ID")
java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("JKL"."USERS"."USER_ID")
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
As I can solve this problem ....
Log
2011-03-29 18:09:54,089 ERROR [OIMCP.DATC] Class/Method: DBFacade/createParentRecord encounter some problems: ORA-01400: cannot insert NULL into ("JKL"."USERS"."USER_ID")
java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("JKL"."USERS"."USER_ID")
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
0