Open Source Software for
Extracting, Transforming and Loading
any kind of data

Configuration

Error logging

Error logging is independent of the data source to be supported by XDBC4ALL. The steps to be taken are:

  • Include ikanlib4j.jar in you CLASSPATH.
  • Include log4j.xml in your CLASSPATH and edit the filename used for logging.
  • Data dependent

    Most of the data sources that are supported by XDBC4ALL require the addition of one or more libraries to the CLASSPATH. In most cases, either these libraries, or XDBC4ALL itself, require some configuration parameters. For this purpose, the init() method is used.

    The following table groups XML schemes containing the configuration info for the different data sources, with an example, and the libraries required for the specific type of data access. Links are given to the origins for the different libraries, although they are alse include with the code.

    Data sourceConfiguration infoExample configurationLibraries
    Relational databaseRDB XML schema

    MySQL initialisation

    SQL Server initialisation

    JDBC driver

    DBConnectionBroker

    Microsoft ExcelNone-

    Latest POI jar

    jxl.jar

    CSV filesCSV file XML schemaCSV file initialisation-
    Xindice databaseXML schema for describing Xindice accessXindice initialisation

    xindice.jar

    xmldb.jar

    XML filesNone--