Utility DTS Files
The Adapter for Microsoft Dynamics 365 and CRM includes the following DTS file for utility purposes:
- RecipientMap.dts — Populates and updates the TIBCO Scribe® Insight tables used in the Console for alert
recipients with the system users in Microsoft Dynamics 365.
This DTS can be scheduled to run on a regular basis to keep the TIBCO tables in sync with the Dynamics 365 system users. Typically, a utility DTS is run nightly.
To open and view RecipientMap.dts
- In the Workbench, click File > Open.
- Browse to ..\Users\Public\Public Documents\Scribe\Samples\MicrosoftDynamicsCRM\RecipientMap.dts, and click Open.
- When prompted for the source connection, connect to your Dynamics 365 system.
- When prompted for the target connection, connect to the ScribeInternal_MS ODBC data source with the SCRIBE user and password.
- Open the DTS in the Workbench.
- Review and test the DTS file.
- Run the DTS file to load the following tables:
- OPERATORS and RECIPMAP tables.
- Configure the alert recipients in the Console.
See also