Connect Workday to your favorite reporting tools without moving data.
Learn More →Model HCL Domino Data Using Azure Analysis Services
Leverage CData Connect Cloud to establish a connection between Azure Analysis Services and HCL Domino, enabling the direct import of real-time HCL Domino data.
Microsoft Azure Analysis Services (AAS) is a fully-managed platform-as-a-service (PaaS) offering that delivers enterprise-grade data models in the cloud. When combined with CData Connect Cloud, AAS facilitates immediate cloud-to-cloud access to HCL Domino data for applications. This article outlines the process of connecting to HCL Domino via Connect Cloud and importing HCL Domino data into Visual Studio using an AAS extension.
CData Connect Cloud offers a seamless cloud-to-cloud interface tailored for HCL Domino, enabling you to create live models of HCL Domino data in Azure Analysis Services without the need to replicate data to a natively supported database. While constructing high-quality semantic data models for business reports and client applications, Azure Analysis Services formulates SQL queries to retrieve data. CData Connect Cloud is equipped with optimized data processing capabilities right from the start, directing all supported SQL operations, including filters and JOINs, directly to HCL Domino. This leverages server-side processing for swift retrieval of the requested HCL Domino data.
Configure HCL Domino Connectivity for AAS
Connectivity to HCL Domino from Azure Analysis Services is made possible through CData Connect Cloud. To work with HCL Domino data from Azure Analysis Services, we start by creating and configuring a HCL Domino connection.
- Log into Connect Cloud, click Connections and click Add Connection
- Select "HCL Domino" from the Add Connection panel
-
Enter the necessary authentication properties to connect to HCL Domino.
Prerequisites
The connector requires the Proton component to be installed. Normally, Proton is distributed as part of the AppDev pack. See the HCL documentation for instructions on acquiring and installing Proton or the AppDev pack.
Once the Proton service is installed and running, you will also need to create a user account and download its Internet certificate. This certificate can be used to set the connector certificate connection properties.
Authenticating to Domino
- Server: The name or IP address of the server running Domino with the Proton service.
- Port: The port number that the Proton service is listening on.
- Database: The name of the database file, including the .nsf extension.
- SSLClientCertType: This must match the format of the certificate file. Typically this will be either PEMKEY_FILE for .pem certificates or PFXFILE for .pfx certificates.
- SSLClientCert: The path to the certificate file.
- SSLServerCert: This can be set to (*) if you trust the server. This is usually the case, but if you want to perform SSL validation, you may provide a certificate or thumbprint instead. See the documentation for SSLServerCert for details.
Additional Server Configuration
The connector supports querying Domino views if any are defined. Before views can be queried by the connector they must be registered with the design catalog.
Please refer to the Catalog Administration section of the AppDev pack documentation for details on how to do this.
- Click Create & Test
-
Navigate to the Permissions tab in the Add HCL Domino Connection page and update the User-based permissions.


Add a Personal Access Token
If you are connecting from a service, application, platform, or framework that lacks support for OAuth authentication, you have the option to generate a Personal Access Token (PAT) for authentication purposes. It's advisable to follow best practices by creating a distinct PAT for each service to uphold access granularity.
- Click on your username at the top right of the Connect Cloud app and click User Profile.
- On the User Profile page, scroll down to the Personal Access Tokens section and click Create PAT.
- Give your PAT a name and click Create.
- The personal access token is only visible at creation, so be sure to copy it and store it securely for future use.

With the connection configured, you are ready to connect to HCL Domino data from Visual Studio using Azure Analysis Services.
Connect to HCL Domino in Visual Studio Using AAS
The steps below outline connecting to CData Connect Cloud from Azure Analysis Services to create a new HCL Domino data source. You will need the Microsoft Analysis Services Project Extension installed to continue.
- In Visual Studio, create a new project. Select Analysis Services Tabular Project.
- In the Configure your new project dialog, enter a name for your project in the Project name field. Fill in the rest of the fields.
- Click Create. The Tabular model designer dialog box opens. Select Workspace server and enter the address of your Azure Analysis Services server (for example, asazure://eastus.azure.windows.net/myAzureServer). Click Test Connection and sign in to your server.
- Click OK to create the project. Your Visual Studio window should resemble the following screenshot:
- In Visual Studio, in Tabular model Explorer, right-click Data Sources and select Import From Data Source.
- In the Table Import Wizard, select SQL Server database and click Connect. In the Server field, enter the Virtual SQL Server endpoint and port separated by a comma: e.g., tds.cdata.com,14333
-
Click SQL Server Authentication and enter the following information:
- User name: Enter your CData Connect Cloud username. This is displayed in the top-right corner of the CData Connect Cloud interface. For example, test@cdata.com.
- Password: Enter the PAT you generated on the Settings page.
- On the next screen, select Current User and click Next.
- Now, select the first option and click Next.
- On the next screen, select a table from the list and click Preview & Filter.
- You should now see the table from HCL Domino populated with data.










Now that you have imported the HCL Domino data into your data model, you are ready to deploy the project to Azure Analysis Services for use in business reports, client applications, and more.
Get CData Connect Cloud
To get live data access to 100+ SaaS, Big Data, and NoSQL sources directly from your cloud applications, try CData Connect Cloud today!