aa86239565 | ||
---|---|---|
.github | ||
Common | ||
Job.Download | ||
Job.ExecutionMonitor | ||
Job.Export | ||
Job.Import | ||
Job.ProcessingMonitor | ||
Job.Upload | ||
Scheduler | ||
Setup | ||
.gitattributes | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
Recurring Integrations Scheduler.sln | ||
Third Party Notices.txt | ||
Version.cs |
README.md
Recurring Integrations Scheduler RIS
This tool helps to quickly set up and orchestrate file based integration scenarios to and from Dynamics 365 for Finance and Operations. We see this tool to be a good implementation accelerator for use during the implementation phase of the project for data migration, ad hoc file integration needs and to be used as a proof of concept validator among others.
Recurring Integrations Scheduler Service
Recurring Integrations Scheduler Service is a Windows service that can trigger many integration jobs at predefined schedule. You can schedule jobs and set their recurrence in a very similar way to well-known Operations' batch framework.
There are six types of integration jobs you can use: Import, Export and Execution monitor as well as Upload, Download and Processing monitor. First three use new Odata actions introduced in Platform Update 5. Three other use Connector API and recurring data jobs. More details in wiki.
Single Recurring Integrations Scheduler service can work with multiple Operations instances even within different tenants. This enables both production and implementation scenarios where you need to work with multiple non-prod instances. Recurring Integrations Scheduler logs important events to Windows Event Log. It is possible to increase its logging level to log every step for debugging purposes and to trace possible problems.
Recurring Integrations Scheduler App
Recurring Integrations Scheduler App is a win32 application that can be used as a configuration front-end for Recurring Integrations Scheduler service or as a completely independent, interactive application used to upload or download files to and from Dynamics 365 for Finance and Operations without Recurring Integrations Scheduler Service. It is possible thanks to internal, private scheduler embedded in Recurring Integrations Scheduler App that works exactly the same way as the Scheduler Service does with one difference - it will stop working once the App is closed. Recurring Integrations Scheduler App is much easier to use than standard application released with new AX and at the same time offers more functions.
Installation and configuration
Please check https://github.com/Microsoft/Recurring-Integrations-Scheduler/wiki