![]() |
VOOZH | about |
The CData JDBC Driver for Epicor Kinetic enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Epicor Kinetic as sources and destinations. In this article, you will use the JDBC Driver for Epicor Kinetic to set up a simple transfer into a flat file. The CData JDBC Driver for Epicor Kinetic enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Epicor Kinetic as sources and destinations. In this article, you will use the JDBC Driver for Epicor Kinetic to set up a simple transfer into a flat file.
To successfully connect to your ERP instance, you must specify the following connection properties:
In addition, you may also set the optional connection properties:
For assistance in constructing the JDBC URL, use the connection string designer built into the Epicor Kinetic JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.epicorerp.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.)A typical JDBC URL is below:
jdbc:epicorerp:Service=Erp.BO.CustomerSvc;ERPInstance=MyInstance;URL=https://myaccount.epicorsaas.com;User=username;Password=password;InitiateOAuth=GETANDREFRESH;
SELECT CustNum, Company FROM Customers WHERE CompanyName = 'CompanyName'
Download a free trial of the Epicor Kinetic Driver to get started:
Download NowLearn more:
👁 Epicor Kinetic IconRapidly create and deploy powerful Java applications that integrate with Epicor Kinetic data, including Sales Orders, Purchase Orders, Accounts, and more!