![]() |
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 SAP data, enabling real-time analytics on SAP just like working with a relational database.
With built-in optimized data processing, the CData Connector offers unmatched performance for interacting with live SAP data. When you issue complex SQL queries 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 client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze SAP data using native data types.
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 order to access SAP 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 SAP from the APOS Live Data Gateway, you need to configure the SAP JDBC Connection String.
For assistance in constructing the JDBC Connection String, 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.
The driver supports connecting to an SAP system using the SAP Java Connector (SAP JCo). Install the files (sapjco3.jar and sapjco3.dll) to the appropriate directory for the hosting application or platform. See the "Getting Started" chapter in the help documentation for information on using the SAP JCo files.
In addition, you can connect to an SAP system using Web services (SOAP). To use Web services, you must enable SOAP access to your SAP system and set the Client, RFCUrl, User, and Password properties, under the Authentication section.
For more information, see this guide on obtaining the connection properties needed to connect to any SAP system.
π Using the built-in connection string designer to generate a JDBC URL (sap is shown.)Your connection string will look similar to the following:
jdbc:SAPERP:Host=sap.mydomain.com;User=EXT90033;Password=xxx;Client=800;System Number=09;ConnectionType=Classic;Location=C:/mysapschemafolder;
After installing the connector files and configuring the connection string, you are ready to connect to SAP in the Live Data Gateway Admin tool and build a semantic layer view in the Live Data Gateway Web UI.
jdbc:SAPERP:Host=sap.mydomain.com;User=EXT90033;Password=xxx;Client=800;System Number=09;ConnectionType=Classic;Location=C:/mysapschemafolder;
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 SAP data through the APOS Live Data Gateway, enabling real-time data connectivity to SAP 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 SAP data in APOS Live Data Gateway.
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.