Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Solved Charger des données vers un fichier Excel

More
11 May 2017 16:35 #1 by ENDY
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?
More
11 May 2017 17:17 #2 by ENDY
Résolu avec no_load creiteria
More
20 Jul 2017 09:22 #3 by Saidou
Replied by Saidou on topic Charger des données vers un fichier Excel
Bonjour,

J'ai le même problème, j'aimerai savoir comment avez-vous fait?
Merci
More
14 Aug 2017 17:39 - 21 Nov 2017 12:38 #4 by Thomas BLETON
Replied by Thomas BLETON on topic Charger des données vers un fichier Excel
Consultez cet article, il indique comment faire un mapping d'alimentation de fichier Excel, tout en évitant la création de table temporaire dans le fichier Excel (positionner le tag "NO_LOAD" sur la cible).
www.stambia.org/doc/92-technology-articl...-s-jdbc-excel-driver
Last edit: 21 Nov 2017 12:38 by Thomas BLETON.