Reference

Authentication Default


Description

No description available [API reference]

Instructions

Infor Compass JDBC (Data Lake) from Power BI, SQL Server Linked Server via ZappySys Data Gateway, Crystal Reports, SSRS, Azure Data Factory, and other ODBC tools.

  1. Download the Compass JDBC JAR from the Infor documentation page (not Maven Central). Put it under C:\ZappySys\Jdbc\Infor Data Lake.
  2. Download the ION API file (Infor Compass JDBC Driver.ionapi) and place it in the same folder. Do not rename it.
  3. Replace MY_DATALAKE_ID on the DSN Main UI after Finish.
  4. Optional: watch the setup video.
  5. Finish the wizard. Then click Test Connection on the DSN Main UI (the wizard does not run Test Connection).
  6. Done. You can query from C#, Python, PowerShell, and ODBC apps.

Parameters

Parameter Required Default value Options
Name: DriverFilePaths

Label: JDBC driver file(s)

Filled by the wizard after download. Separate multiple JARs with a semicolon (e.g. C:\ZappySys\Jdbc\MyConnector\driver.jar).
YES C:\ZappySys\Jdbc\Infor Data Lake\infor-compass-jdbc.jar
Name: DataLakeId

Label: Data lake id

Infor Data Lake identifier (e.g. MY_DATALAKE_ID).
YES MY_DATALAKE_ID
Name: UserName

Label: User name

Infor Cloud user (usually an email). Use an integration account, not a personal employee login, for unattended refresh.
YES
Name: Password

Label: Password

Password for the Infor Cloud user.
YES
Name: DriverClass

Label: Driver class

Optional. Leave blank to auto-detect from the JAR unless SPI is ambiguous (e.g. com.infor.idl.jdbc.Driver).
com.infor.idl.jdbc.Driver