VOOZH about

URL: https://www.cdata.com/kb/tech/d365businesscentral-jdbc-microstrategy-web.rst

⇱ Use the CData JDBC Driver for Dynamics 365 Business Central in MicroStrategy Web


Use the CData JDBC Driver for Dynamics 365 Business Central in MicroStrategy Web

πŸ‘ Jerod Johnson
Jerod Johnson
Director, Technology Evangelism
Connect to Dynamics 365 Business Central data in MicroStrategy Web using the CData JDBC Driver for Dynamics 365 Business Central.

MicroStrategy is an analytics and mobility platform that enables data-driven innovation. When you pair MicroStrategy with the CData JDBC Driver for Dynamics 365 Business Central, you gain database-like access to live Dynamics 365 Business Central data from MicroStrategy, expanding your reporting and analytics capabilities. In this article, we walk through adding Dynamics 365 Business Central as an external data source in MicroStrategy Web and creating a simple visualization of Dynamics 365 Business Central data.

The CData JDBC driver offers unmatched performance for interacting with live Dynamics 365 Business Central data in MicroStrategy due to optimized data processing built into the driver. When you issue complex SQL queries from MicroStrategy to Dynamics 365 Business Central, the driver pushes supported SQL operations, like filters and aggregations, directly to Dynamics 365 Business Central and utilizes the embedded SQL engine to process unsupported operations (often SQL functions and JOIN operations) client-side. With built-in dynamic metadata querying, you can visualize and analyze Dynamics 365 Business Central data using native MicroStrategy data types.

Connect to and Visualize Dynamics 365 Business Central Data using MicroStrategy Web

You can connect to Dynamics 365 Business Central in MicroStrategy Web by adding a data source based on the CData JDBC Driver for Dynamics 365 Business Central.* Before you begin, you will need install the JDBC Driver for Dynamics 365 Business Central on the machine hosting the MicroStrategy Intelligence Server that your instance of MicroStrategy Web is connected to. Once you have created a data source you can build dynamic visualizations of Dynamics 365 Business Central data in MicroStrategy Web.

  1. Open MicroStrategy Web and select your project.
  2. Click Add External Data, select Databases, and use Select Tables as the Import Option. πŸ‘ Adding External Data
  3. In the Import from Tables wizard, click to add a new Data Source.
  4. Select Generic in the Database menu and select Generic DBMS in the Version menu.
  5. Click the link to show the connection string and opt to edit the connection string. In the Driver menu, select MicroStrategy Cassandra ODBC Driver (MicroStrategy requires a certified driver to interface through JDBC, the actual driver will not be used).
  6. Set the connection string to the following:
    JDBC;MSTR_JDBC_JAR_FOLDER=PATH\TO\JAR\;DRIVER=cdata.jdbc.d365businesscentral.D365BusinessCentralDriver;URL={jdbc:d365businesscentral:OrganizationUrl=https://myaccount.financials.dynamics.com/;InitiateOAuth=GETANDREFRESH;};
    
    πŸ‘ Configure the data source.

    To authenticate to Dynamics 365 Business Central, you must select an AuthScheme and provide the required properties (OAuth by default).

    All Methods

    Specify the . If you have multiple companies in your organization, you must also specify the to indicate which company you would like to connect to. does not need to be specified if you have only one company.

    Access Key

    To authenticate with an Access Key, set AuthScheme to "AccessKey" and provide the and properties.

    To obtain the and values, navigate to the Users page in Dynamics 365 Business Central and then click on Edit. The User Name and Web Service Access Key values are what you will enter as the and connection string properties. Note that the User Name is not your email address. It is a shortened user name.

    If you wish to authenticate through other methods, refer to the Help documentation.

    Built-in Connection String Designer

    For assistance in constructing the JDBC URL, use the connection string designer built into the Dynamics 365 Business Central JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.

    java -jar cdata.jdbc.d365businesscentral.jar
    

    Fill in the connection properties and copy the connection string to the clipboard.

    πŸ‘ Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)

    When you configure the JDBC URL, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.

  7. Right-click on the new data source, and choose Edit catalog options.πŸ‘ Edit the catalog options.
  8. Edit the SQL Statement to SELECT * FROM SYS_SCHEMAS to read the metadata from the JDBC Driver. πŸ‘ Configuring the Catalog Options.
  9. Select the new data source to view the available tables. You may need to manually click the search icon in the Available Tables section to see the tables.
  10. Drag tables into the pane to import them. πŸ‘ Select tables to import.
    Note: Since we create a live connection, we can import whole tables and utilize the filtering and aggregation features native to the MicroStrategy products to customize our datasets.
  11. Click Finish, choose to the option to connect live, save the query, and choose the option to create a new dossier. Live connections are possible and effective, thanks to high-performance data processing native to CData JDBC drivers. πŸ‘ Save the query and create a new dossier.
  12. Choose a visualization, choose fields to display and apply any filters to create a new visualization of Dynamics 365 Business Central data. Data types are discovered automatically through dynamic metadata discovery. Where possible, the complex queries generated by the filters and aggregations will be pushed down to Dynamics 365 Business Central, while any unsupported operations (which can include SQL functions and JOIN operations) will be managed client-side by the CData SQL engine embedded in the driver. πŸ‘ Visualize Dynamics 365 Business Central data.
  13. Once you have finished configuring the dossier, click File -> Save.

Using the CData JDBC Driver for Dynamics 365 Business Central in MicroStrategy Web, you can easily create robust visualizations and reports on Dynamics 365 Business Central data. Read our other articles on connecting to Dynamics 365 Business Central in MicroStrategy and connecting to Dynamics 365 Business Central in MicroStrategy Desktop for more examples.


Note: Connecting using a JDBC Driver requires a 3- or 4-Tier Architecture.

Ready to get started?

Download a free trial of the Dynamics 365 Business Central Driver to get started:

 Download Now

Learn more:

πŸ‘ Dynamics 365 Business Central (NAV) Icon
Dynamics 365 Business Central JDBC Driver

Rapidly create and deploy powerful Java applications that integrate with Dynamics 365 Business Central account data including Items, Sales Orders, Purchase Orders, and more!