Installation Progress
- Create the source connections
- Create the destination connection
- Import the extractions
- Configure the global variables
- Schedule the extractions
- Set up the data sources in SEI
- Import the template
- Build and load the OLAP cubes
- Import users to SEI (optional)
Source Connection
A source connection in DataSync defines how the system connects to your Sage XRT Advanced database to extract and refresh data. Creating source connections is required before you can load or synchronize tables in your data warehouse.
Because Sage XRT Advanced data is only accessible via OData, DataSync must synchronize this data into the SEI data warehouse. After synchronization, both the SEI and Excel Add-in will access your data from the warehouse, not directly from XRT.
Create four types of source connections:
| Source Connection | Description |
|---|---|
| Refresh | Use for cash and reconciliation tables that can be incrementally refreshed and kept up to date. |
| No Refresh | Use for cash and reconciliation tables that cannot be refreshed incrementally or lack a tracking field. |
| Refresh OData | Use dor debt and investment tables with a valid last-modified date. |
| No Refresh OData | Use dor debt and investment tables without a valid last-modified date. |
Configure custom API source connections
Create a refresh source connection
- Log in to DataSync.
- From the welcome screen, select Connections.
- Next to Source Connections, click New.
- Select Custom API.
- In the Connection Properties panel, enter
Refreshas the description. - In Select Authentification Type, select HTTP (Basic).
- Upload the
CONN_20XX.0.X.XXX_SXA Refresh.apipfile from ShareFile. File path:
Packages\Templates\Templates - Official\20XX Release X\Sage XRT Advanced\Datasync\Custom APIs - Click Add property again and choose Visible.
- In the Property column, enter
User. - In the Value column, assign the value of your Sage XRT Advancer user.
- In the Property column, enter
- Click Add property again and choose Visible.
- In the Property column, enter
Profilesettings. - In the Value column, enter
SXA_SERVER= YourSageXRTAdvancedOdataURL.
- In the Property column, enter
- In the Additional Connection Properties panel, click, Add property and choose Encrypted.
- In the Property column, enter
Password. - In the Value column, assign the value of your Sage XRT Advanced password.
- In the Property column, enter
- In the Advanced Settings panel, set Tracking Type to Date.
The time zone must match the Sage XRT Advanced application server. - Click Save.
Create a no refresh source connection
- Next to Source Connections, click New.
- Select Custom API.
- In the Connection Properties panel, enter
No Refreshas the description. - In Select Authentification Type, select HTTP (Basic).
- Upload the
CONN_20XX.0.X.XXX_SXA NoRefresh.apipfile from ShareFile. File path:
Packages\Templates\Templates - Official\20XX Release X\Sage XRT Advanced\Datasync\Custom APIs - Click Add property again and choose Visible.
- In the Property column, enter
User. - In the Value column, assign the value of your Sage XRT Advancer user.
- In the Property column, enter
- Click Add property again and choose Visible.
- In the Property column, enter
Profilesettings. - In the Value column, enter
SXA_SERVER= YourSageXRTAdvancedOdataURL.
- In the Property column, enter
- In the Additional Connection Properties panel, click, Add property and choose Encrypted.
- In the Property column, enter
Password. - In the Value column, assign the value of your Sage XRT Advanced password.
- In the Property column, enter
- In the Advanced Settings panel, set Tracking Type to None.
- Click Save.
Configure OData source connections
Create a refresh ODAta source connection
- Next to Source Connections, click New.
- Select OData.
- In the Connection Properties panel, enter
OData Refreshas the description. - In the URL field, paste the Sage XRT Advanced OData URL.
- Enter your Sage XRT Advanced Username and Password.
- In the Advanced Settings panel, set Tracking Type to Date.
The time zone must match the Sage XRT Advanced application server. - Click Save.
Create a no refresh OData source connection
- Next to Source Connections, click New.
- Select OData.
- In the Connection Properties panel, enter
OData No Refreshas the description. - In the URL field, paste the Sage XRT Advanced OData URL.
- Enter your Sage XRT Advanced Username and Password.
- In the Advanced Settings panel, set Tracking Type to None.
- Click Save.