This isn't an area I know a lot about yet, but I suspect
something in the id-broker area is confused about what type
of database you're using.  I know you're supposed to be able
to tell the id-broker to use sequences to generate unique IDs
in Oracle; in MySQL you can tell it to use "auto_increment"
columns, where inserting a NULL causes MySQL to set that
column to one more than the highest value currently in the
column.

So it sounds like the id-broker may be trying to use the MySQL
method in an Oracle database!

Jeremy Leader

At 07:35 AM 6/11/01 , BERWART Thierry wrote:
>Hello,
>
>I have another problem :/
>When I try to create a new User, i have the following message :
>
>Exception: java.sql.SQLException: ORA-01400: cannot insert NULL into
>("SW1"."TURBINE_USER"."USER_ID")
>
>         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java)
>         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java)
>
>...
>I checked whether the sequence turbine_user_seq exists and it exists !
>I can loggin into the system with admin/jetspeed and it's working ..
>
>It seems that there is a problem with the ID of the table and the
>sequence number
>If ever you already had this problem, please help me !
>
>Thanks you in advance 
>
>Thierry
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to