![]() |
VOOZH | about |
APOS Live Data Gateway (LDG) is a data connection and data transformation solution that enables live data connectivity and expanded data source options for SAP Analytics Cloud and other SAP solutions. When paired with CData Connectors, users can build semantic layer views for live HCL Domino data, enabling real-time analytics on HCL Domino just like working with a relational database.
With built-in optimized data processing, the CData Connector offers unmatched performance for interacting with live HCL Domino data. When you issue complex SQL queries to HCL Domino, the driver pushes supported SQL operations, like filters and aggregations, directly to HCL Domino and utilizes the embedded SQL engine to process unsupported operations client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze HCL Domino data using native data types.
In order to access HCL Domino data through the APOS Live Data Gateway, you will need to download the connector files from APOS and install them on the machine hosting the Live Data Gateway. An APOS representative can deliver the necessary files.
Before establishing the connection to HCL Domino from the APOS Live Data Gateway, you need to configure the HCL Domino JDBC Connection String.
For assistance in constructing the JDBC Connection String, use the connection string designer built into the HCL Domino JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.domino.jar
Fill in the connection properties and copy the connection string to the clipboard.
To connect to Domino data, set the following properties:
Domino supports authenticating via login credentials or an Entra ID (formerly Azure AD) OAuth application:
To authenticate with login credentials, set the following properties:
The driver uses the login credentials to automatically perform an OAuth token exchange.
This authentication method uses Entra ID (formerly Azure AD) as an IdP to obtain a JWT token. You need to create a custom OAuth application in Entra ID (formerly Azure AD) and configure it as an IdP. To do so, follow the instructions in the Help documentation. Then set the following properties:
The tenant ID is the same as the directory ID shown in the Azure Portal's Entra ID (formerly Azure AD) > Properties page.
Your connection string will look similar to the following:
jdbc:Domino:Server=https://domino.corp.com;AuthScheme=OAuthPassword;User=my_domino_user;Password=my_domino_password;
After installing the connector files and configuring the connection string, you are ready to connect to HCL Domino in the Live Data Gateway Admin tool and build a semantic layer view in the Live Data Gateway Web UI.
jdbc:Domino:Server=https://domino.corp.com;AuthScheme=OAuthPassword;User=my_domino_user;Password=my_domino_password;
At this point, we are ready to build our semantic layer view in the Live Data Gateway Web UI.
With the Semantic Layer View created, you are ready to access your HCL Domino data through the APOS Live Data Gateway, enabling real-time data connectivity to HCL Domino data from SAP Analytics Cloud and other SAP solutions.
Please visit APOS Systems - APOS Solutions - Request Evaluation Software to request evaluation software or email [email protected] for more information on working with your live HCL Domino data in APOS Live Data Gateway.
Download a free trial of the HCL Domino Driver to get started:
Download NowLearn more:
π HCL Domino IconRapidly create and deploy powerful Java applications that integrate with HCL Domino.