Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm trying to make a INT identity field with autoincrement but I get this error :
Exception in component tCreateTable_1 (File_rotate) java.lang.RuntimeException: Creating table failed at swiss_project.file_rotate_0_1.File_rotate.tCreateTable_1Process(File_rotate.java:1215) at swiss_project.file_rotate_0_1.File_rotate.tFileInputXML_1Process(File_rotate.java:14346) at swiss_project.file_rotate_0_1.File_rotate.tFileList_1Process(File_rotate.java:15702) at swiss_project.file_rotate_0_1.File_rotate.runJobInTOS(File_rotate.java:19262) at swiss_project.file_rotate_0_1.File_rotate.main(File_rotate.java:18988) Caused by: java.sql.SQLException: Identity column 'AST00' contains invalid INCREMENT. at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:372) at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2988) at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2421) at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:671) at net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:613) at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:572) at net.sourceforge.jtds.jdbc.JtdsStatement.executeImpl(JtdsStatement.java:809) at net.sourceforge.jtds.jdbc.JtdsStatement.execute(JtdsStatement.java:1282) at swiss_project.file_rotate_0_1.File_rotate.tCreateTable_1Process(File_rotate.java:1203) ... 4 more
Thanks in advance