![]() |
VOOZH | about |
MicroStrategy is an analytics and mobility platform that enables data-driven innovation. When you pair MicroStrategy with the CData JDBC Driver for SAP, you gain database-like access to live SAP data from MicroStrategy, expanding your reporting and analytics capabilities. In this article, we walk through adding SAP as a data source in MicroStrategy Desktop and creating a simple visualization of SAP data.
The CData JDBC Driver offers unmatched performance for interacting with live SAP data in MicroStrategy due to optimized data processing built into the driver. When you issue complex SQL queries from MicroStrategy to SAP, the driver pushes supported SQL operations, like filters and aggregations, directly to SAP 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 use native MicroStrategy data types to visualize and analyze SAP data.
CData provides the easiest way to access and integrate live data from SAP. Customers use CData connectivity to:
While most users leverage our tools to replicate SAP data to databases or data warehouses, many also integrate live SAP data with analytics tools such as Tableau, Power BI, and Excel.
In addition to connecting to SAP in MicroStrategy enterprise products, you can connect to SAP in MicroStrategy Desktop. Follow the steps below to add SAP data as a dataset using JDBC and create visualizations and reports of SAP data.
You can connect to SAP systems using either librfc32.dll, librfc32u.dll, NetWeaver, or Web Services (SOAP). Set the ConnectionType connection property to CLASSIC (librfc32.dll), CLASSIC_UNICODE (librfc32u.dll), NETWEAVER, or SOAP.
If you are using the SOAP interface, set the Client, RFCUrl, SystemNumber, User, and Password properties, under the Authentication section.
Otherwise, set Host, User, Password, Client, and SystemNumber.
Note: We do not distribute the librfc32.dll or other SAP assemblies. You must find them from your SAP installation and install them on your machine.
For more information, see this guide on obtaining the connection properties needed to connect to any SAP system.
For assistance in constructing the JDBC URL, use the connection string designer built into the SAP JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.saperp.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.
A typical connection string follows:
JDBC;MSTR_JDBC_JAR_FOLDER=PATH\TO\JAR\;DRIVER=cdata.jdbc.saperp.SAPERPDriver;URL={jdbc:saperp:Host=sap.mydomain.com;User=EXT90033;Password=xxx;Client=800;System Number=09;ConnectionType=Classic;Location=C:/mysapschemafolder;};
๐ Creating a new data source for SAP.Using the CData JDBC Driver for SAP in MicroStrategy Desktop, you can easily create robust visualizations and reports on SAP data. Read our other articles for connecting to SAP data in MicroStrategy Developer and connecting to SAP data in MicroStrategy Web for more examples.
Download a free trial of the SAP ERP Driver to get started:
Download NowLearn more:
๐ SAP ERP IconStraightforward SAP ERP integration. Now accessing SAP RFC's from any JDBC client is as easy as querying a database.