Skip to main content

IBM Db2 for iSeries (DB2 for IBM i) support (Custom Connector)

Custom connector for IBM Db2 for iSeries utilizes an ODBC connection for executing custom queries and retrieves metadata using specific queries tailored to this data source.

ODBC Driver

Before importing, using the custom connector requires the installation and configuration of the ODBC driver.

We have tested the import using the official IBM i Access for Windows ODBC Driver available here https://www.ibm.com/support/pages/odbc-driver-ibm-i-access-client-solutions.

Image title

Connector features

Data Catalog

Dataedo will document the following objects from IBM Db2 for iSeries:

  • Tables
  • Views
  • Procedures
  • Functions

How to connect

To connect to IBM Db2 for iSeries, create new documentation by clicking Add and choosing New connection.

Image title

On the connection screen, choose IBM iSeries (Local Custom Connector) or IBM iSeries (Shared Custom Connector).

Image title

Choose the ODBC driver configured earlier.

Image title

Click Connect.

Connector specification

Imported objects

ObjectImported as
TableTable
ViewView
FunctionFunction
ProcedureProcedure

Tables metadata

MetadataImported as
SchemaSchema
NameName
CommentDescription
ColumnsTable columns
   NameName
   Data typeData type
   Null/Not nullNullable
   CommentDescription

Views metadata

MetadataImported as
SchemaSchema
NameName
CommentDescription
ScriptScript
ColumnsView columns
   NameName
   Data typeData type
   Null/Not nullNullable
   CommentDescription

Procedures metadata

MetadataImported as
SchemaSchema
NameName
CommentDescription
ScriptScript
ParametersFunction parameters
   NameName
   Data typeData type
   ModeMode

Functions metadata

MetadataImported as
SchemaSchema
NameName
CommentDescription
ScriptScript
ParametersFunction parameters
   NameName
   Data typeData type
   ModeMode