Bonjour tous,
J'ai besoin d'alimenter un fichier excel type xlxs, j'ai créer le méta data excel, j'arrive à me connecter vers le fichier, quand j'essaie de récupérer des données de DB2, au niveau de load, j'ai eu l'erreur suivante:
Creation of load table
com.stambia.jdbc.driver.xls.xls.XlsException
at com.stambia.jdbc.driver.xls.xls.XlsStatement.execute(Unknown Source)
at com.stambia.jdbc.driver.xls.xls.XlsStatement.executeUpdate(Unknown Source)
at org.apache.commons.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:228)
at org.apache.commons.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:228)
at com.indy.engine.actionCodes.JdbcActionCodeI.executeDDL_DML(SourceFile:914)
at com.indy.engine.actionCodes.JdbcActionCodeI.executeSimpleCode(SourceFile:1411)
at com.indy.engine.action.common.ActionCodeTypeI.executeCode(SourceFile:1693)
at com.indy.engine.action.common.ActionCodeTypeI.run(SourceFile:1852)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.UnsupportedOperationException
at com.stambia.jdbc.driver.a.b.a.createTable(Unknown Source)
... 9 more
Avez-vous une idée pourquoi?