![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Sage 300 inside of a SQL Server SSIS workflow to transfer Sage 300 data into a Microsoft SQL Server database.
To get started, add a new Sage 300 source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Sage 300 connection properties in a connection manager.
Sage 300 requires some initial setup in order to communicate over the Sage 300 Web API.
Authenticate to Sage 300 using Basic authentication.
You must provide values for the following properties to successfully authenticate to Sage 300. Note that the provider reuses the session opened by Sage 300 using cookies. This means that your credentials are used only on the first request to open the session. After that, cookies returned from Sage 300 are used for authentication.
Follow the steps below to specify the query to be used to extract Sage 300 data.
SELECT InvoiceUniquifier, ApprovedLimit FROM OEInvoices WHERE AllowPartialShipments = 'Yes'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Sage 300 data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Sage 300 data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Sage 300 SSIS Component to get started:
Download NowLearn more:
๐ Sage 300 IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Sage 300 through SSIS Workflows.
Use the Sage 300 Data Flow Components to synchronize with Sage 300 Invoices, Receipts, Refunds, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!