Option 2 - Incorporating the security credentials in the connection string with the tenant ID
- Open the SQL query tool.
- Select the option to set up a new driver.
- Specify a driver name, such as Compass JDBC Driver.
-
Specify the URL:
jdbc:infordatalake://TENANT_TST?ionApiCredentials=...
- Specify com.infor.idl.jdbc.Driver as the classname.
- Specify the library path to the JDBC driver c:\compass\infor-compass-jdbc-<version>.jar
- Save the driver.
- Set up a connection to Data Lake and select the Compass JDBC driver.
- Connect to Data Lake.