Construct the troubleshooter component
Version:
To construct a troubleshooter component:
-
In Visual Studio, add the following class:
NoteThis troubleshooter inherits from
Sitecore.DataExchange.Troubleshooters.BaseEndpointTroubleshooter. You can create a custom troubleshooter for any type of component by inheriting fromSitecore.DataExchange.Troubleshooters.ITroubleshooter. -
Compile the project.
-
Deploy
Examples.DataExchange.Providers.FileSystem.dllto the Sitecore server.