Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

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

More
11 May 2017 16:35 #1 by ENDY
ENDY created the topic: Charger des données vers un fichier Excel
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
ENDY replied the topic: Charger des données vers un fichier Excel
Résolu avec no_load creiteria
More
20 Jul 2017 09:22 #3 by Saidou
Saidou replied the 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
Thomas BLETON replied the 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.