View Issue Details

IDProjectCategoryView StatusLast Update
0001324SymmetricDS ProBugpublic2013-08-27 21:05
Reporterabrougher Assigned Toabrougher  
Prioritynormal 
Status closedResolutionfixed 
Target Version3.5.5Fixed in Version3.5.5 
Summary0001324: Configure column transform screen does not check for null target column name.
DescriptionConfigure column transform screen does not check for null target column name.


Exception thrown...

Caused by: java.sql.SQLException: Cannot insert the value NULL into column 'target_column_name', table 'nlserver.dbo.sym_transform_column'; column does not allow nulls. INSERT fails.
    at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:368)
    at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2820)
    at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2258)
    at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:632)
    at net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:584)
    at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:546)
    at net.sourceforge.jtds.jdbc.JtdsPreparedStatement.execute(JtdsPreparedStatement.java:560)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172)
    at org.jumpmind.db.sql.JdbcSqlTransaction$5.execute(JdbcSqlTransaction.java:299)
    at org.jumpmind.db.sql.JdbcSqlTransaction$5.execute(JdbcSqlTransaction.java:1)
    at org.jumpmind.db.sql.JdbcSqlTransaction.executeCallback(JdbcSqlTransaction.java:316)
    ... 43 more
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-07-15 17:18 abrougher New Issue
2013-07-15 17:18 abrougher Status new => assigned
2013-07-15 17:18 abrougher Assigned To => abrougher
2013-08-27 20:49 abrougher Status assigned => resolved
2013-08-27 20:49 abrougher Fixed in Version => 3.5.5
2013-08-27 20:49 abrougher Resolution open => fixed
2013-08-27 21:05 chenson Status resolved => closed