...
Notes: FolderPath must be accessible by the service. The service runs with Network Service account and is authenticated with the computer's credentials to remote servers. So if the FolderPath is a network shared folder, need to give read permissions to the computer on that folder.
Error handling
In an upload error, the loader marks the record as failed in the status.
Each failed record goes through 3 retry attempts at intervals of 1 min, 10 min, and 1 hour.
In addition, you can configure to retry all failed by changing the configuration “RetryAllFailed,” which requires a restart of the service. Once restarted and configured to retry all, the service will mark all failed records at the first attempt
Specification
The service includes an SQL Light DB as part of the installation.
...