![]() |
VOOZH | about |
DataGrip is a database IDE that allows SQL developers to query, create, and manage databases. When paired with the CData JDBC Driver for Sage Intacct, DataGrip can work with live Sage Intacct data. This article shows how to establish a connection to Sage Intacct data in DataGrip and use the table editor to load Sage Intacct data.
CData provides the easiest way to access and integrate live data from Sage Intact. Customers use CData connectivity to:
Users frequently integrate Sage Intact with analytics tools such as Tableau, Power BI, and Excel, and leverage our tools to replicate Workday data to databases or data warehouses.
To learn about how other customers are using CData's Sage Intacct solutions, check out our blog: Drivers in Focus: Accounting Connectivity.
The steps below describe how to create a new Data Source in DataGrip for Sage Intacct.
For assistance in constructing the JDBC URL, use the connection string designer built into the Sage Intacct JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.sageintacct.jar
Fill in the connection properties and copy the connection string to the clipboard.
To connect using the Login method, the following connection properties are required: User, Password, CompanyId, SenderId and SenderPassword.
User, Password, and CompanyId are the credentials for the account you wish to connect to.
SenderId and SenderPassword are the Web Services credentials assigned to you by Sage Intacct.
π Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)jdbc:sageintacct:User=myusername;CompanyId=TestCompany;Password=mypassword;SenderId=Test;SenderPassword=abcde123;
At this point, you will see the data source in the Data Explorer.
To browse through the Sage Intacct entities (available as tables) accessible through the JDBC Driver, expand the Data Source.
π Exploring the data (Salesforce is shown.)To execute queries, right click on any table and select "New" -> "Query Console."
π Opening a new Query Console.In the Console, write the SQL query you wish to execute. For example:
SELECT Name, TotalDue FROM Customerπ Querying with SQL (Salesforce is shown.)
Download a free, 30-day trial of the CData JDBC Driver for Sage Intacct and start working with your live Sage Intacct data in DataGrip. Reach out to our Support Team if you have any questions.
Download a free trial of the Sage Intacct Driver to get started:
Download NowLearn more:
π Sage Intacct IconComplete read-write access to Sage Intacct enables developers to search (Contacts, Invoices, Transactions, Vendors, etc.), update items, edit customers, and more, from any Java/J2EE application.