Installation Progress
- Create the source connections
- Create the destination connection
- Upload the project into Acumatica
- Import the extractions
- Schedule the extractions
- Set up the data source in SEI
- Import the template
- Buld and load the OLAP cubes
Scheduler
To keep your Acuamtica data up-to-date for reporting, you can create job schedules in DataSync to automatically refresh, update, or clean your data warehouse without manual intervention. The Acumatica template requires three schedules to manage your data lifecycle and ensure your reports always reflect the latest information.
Follow the steps below to configure each schedule.
| Schedule | Description |
|---|---|
| Incremental Load | Retrieves records that changed since the last load and updates their corresponding records in the destination. Typically runs weekly. |
| Truncate and Load | Replaces all data in the destination with current data from the source. Typically runs weekly. |
| Process Deleted Records | Deletes records from the destination if they no longer exist in the source. This is based on the maximum number of days defined in the validation logic. Typically runs daily. |
Schedule the extraction
Configure the Incremental Load schedule
- In the left panel, select the Scheduler icon.
- Click New.
- In the Description field, enter
Incremental Load. - From the Action dropdown list, select Incremental Load.
- From the Extraction dropdown list:
- For scenarios 2 – data warehouse and 4 – cloud, select the synchronization refresh extraction.
- For scenario 3 – consolidated, select all consolidation refresh extractions.
- Select the Active checkbox.
- In the left panel, select Weekly. Then configure the Start On date and At time.
- Edit the Time Zone as needed.
- Click Save.
Configure the Truncate and Load schedule
- Click New.
- In the Description field, enter
Truncate and Loadas the name for your schedule. - From the Action dropdown list, select Truncate and Load.
- From the Extraction dropdown list:
- For scenarios 2 – data warehouse and 4 – cloud, select the synchronization no refresh extraction.
- For scenario 3 – consolidated, select all consolidation no refresh extractions.
- Select the Active checkbox.
- In the left panel, select Weekly. Then configure the Start On date and At time.
- Edit the Time Zone as needed.
- Click Save.
note
Using No Refresh is recommended for the Truncate and Load schedule. Choosing Refresh is possible, but only if the table is not too large—otherwise, it may slow down or interrupt the schedule.
Configure the Process Deleted Records schedule
- Click New.
- In the Description field, enter
Process Deleted Recordsas the name for your schedule. - In the Action dropdown list, select Process Deleted Records.
- From the Extraction dropdown list:
- For scenarios 2 – data warehouse and 4 – cloud, select the synchronization refresh extraction.
- For scenario 3 – consolidated, select all consolidation refresh extractions.
- Select the Active checkbox.
- In the left panel, select Daily. Then configure the Start On date and At time.
- Edit the Time Zone as needed.
- Click Save.