Build SQL Analysis Services-Connected Visualizations in datapine
datapine is a browser-based business intelligence platform. When paired with the CData Connect AI, you get access to your SQL Analysis Services data directly from your datapine visualizations and dashboards. This article describes connecting to SQL Analysis Services in CData Connect AI and building a simple SQL Analysis Services-connected visualization in datapine.
CData Connect AI provides a pure SQL Server interface for SQL Analysis Services, allowing you to query data from SQL Analysis Services without replicating the data to a natively supported database. Using optimized data processing out of the box, CData Connect AI pushes all supported SQL operations (filters, JOINs, etc.) directly to SQL Analysis Services, leveraging server-side processing to return the requested SQL Analysis Services data quickly.
Configure SQL Analysis Services Connectivity for datapine
Connectivity to SQL Analysis Services from datapine is made possible through CData Connect AI. To work with SQL Analysis Services data from datapine, we start by creating and configuring a SQL Analysis Services connection.
- Log into Connect AI, click Sources, and then click Add Connection
- Select "SQL Analysis Services" from the Add Connection panel
-
Enter the necessary authentication properties to connect to SQL Analysis Services.
To connect, provide authentication and set the Url property to a valid SQL Server Analysis Services endpoint. You can connect to SQL Server Analysis Services instances hosted over HTTP with XMLA access. See the Microsoft documentation to configure HTTP access to SQL Server Analysis Services.
To secure connections and authenticate, set the corresponding connection properties, below. The data provider supports the major authentication schemes, including HTTP and Windows, as well as SSL/TLS.
-
HTTP Authentication
Set AuthScheme to "Basic" or "Digest" and set User and Password. Specify other authentication values in CustomHeaders.
-
Windows (NTLM)
Set the Windows User and Password and set AuthScheme to "NTLM".
-
Kerberos and Kerberos Delegation
To authenticate with Kerberos, set AuthScheme to NEGOTIATE. To use Kerberos delegation, set AuthScheme to KERBEROSDELEGATION. If needed, provide the User, Password, and KerberosSPN. By default, the data provider attempts to communicate with the SPN at the specified Url.
-
SSL/TLS:
By default, the data provider attempts to negotiate SSL/TLS by checking the server's certificate against the system's trusted certificate store. To specify another certificate, see the SSLServerCert property for the available formats.
You can then access any cube as a relational table: When you connect the data provider retrieves SSAS metadata and dynamically updates the table schemas. Instead of retrieving metadata every connection, you can set the CacheLocation property to automatically cache to a simple file-based store.
See the Getting Started section of the CData documentation, under Retrieving Analysis Services Data, to execute SQL-92 queries to the cubes.
-
HTTP Authentication
- Click Save & Test
-
Navigate to the Permissions tab in the Add SQL Analysis Services Connection page and update the User-based permissions.
Add a Personal Access Token
When connecting to Connect AI through the REST API, the OData API, or the Virtual SQL Server, a Personal Access Token (PAT) is used to authenticate the connection to Connect AI. It is best practice to create a separate PAT for each service to maintain granularity of access.
- Click on the Gear icon () at the top right of the Connect AI app to open the settings page.
- On the Settings page, go to the Access Tokens section and click Create PAT.
-
Give the 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 and a PAT generated, you are ready to connect to SQL Analysis Services data from datapine.
Connecting to SQL Analysis Services from datapine
Once you configure your connection to SQL Analysis Services in Connect AI, you are ready to connect to SQL Analysis Services from datapine.
- Log into datapine
- Click Connect to navigate to the "Connect" page
- Select MS SQL Server as the data source
- In the Integration step, fill in the connection properties and click "Save and Proceed"
- Set the Internal Name
- Set Database Name to the name of the connection we just configured (e.g. SSAS1)
- Set Host / IP to "tds.cdata.com"
- Set Username to your Connect AI username (e.g. [email protected])
- Set Password to the corresponding PAT
- Set Database Port to "14333"
- In the Data Schema step, select the tables and fields to visualize and click "Save and Proceed"
- In the References step, define any relationships between your selected tables and click "Save and Proceed"
- In the Data Transfer step, click "Go to Analyzer"
Visualize SQL Analysis Services Data in datapine
After connecting to CData Connect AI, you are ready to visualize your SQL Analysis Services data in datapine. Simply select the dimensions and measures you wish to visualize!
Having connect to SQL Analysis Services from datapine, you are now able to visualize and analyze real-time SQL Analysis Services data no matter where you are. To get live data access to hundreds of SaaS, Big Data, and NoSQL sources directly from datapine, try CData Connect AI today!