Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

File Explorer troubleshooting

The troubleshooting section can help you resolve some of the technical issues that you may encounter when setting up File Explorer component.

Refer to the following section on the scheduled jobs, system properties, and File Explorer flow designer subflows in detail.

Parent Topic:Configure File Explorer Component

Scheduled jobs for File Explorer

Scheduled Jobs are automated jobs that are run to process the notifications from Microsoft SharePoint, ingest the files metadata into ServiceNow instance and renew the file repository subscriptions on a recurring schedule.

Scheduled Jobs are automated jobs which are run in the background to:

  • process the notifications from Microsoft Microsoft SharePoint.
  • ingest the files metadata into ServiceNow AI Platform instance.
  • renew the subscription with Microsoft SharePoint document library to receive notifications.
JobDescription
Microsoft SharePoint File Explorer Connector: Process NotificationRuns every 30 seconds and responsible for reading the notifications which indicates any change occurred on the subscribed document library and marks the state of drives (sn_fe_file_repo_drive) as pending.
Microsoft SharePoint File Explorer Connector: Ingest FilesRuns every 30 seconds and primarily responsible for processing the drives (sn_fe_file_repo_drive) which are in pending state and pulls the delta file changes from the configured Microsoft SharePoint document library since the last pull.
Microsoft SharePoint File Explorer: Renew SubscriptionRuns every 10mins and responsible for renewing the Microsoft SharePoint document library subscription a day before its expiry date. Usually, these subscriptions expire in 30 days.
Image omitted: fe-scheduled-jobs.png
Scheduled jobs

Available File Explorer system properties

Following are the available Microsoft SharePoint File Explorer connector system properties.

Property NameDescription
sn_fe_sharepoint.max_retry_countControls the frequency of attempts that Microsoft SharePoint connector application tried to pull the failed drive or renew the failed subscription. The default frequency value is set to 50.
sn_fe_sharepoint.retry_after_secondsTime interval between each attempt to pull the failed drive or renew the subscription. The default value is set to 900 sec or 15 mins.
sn_fe_sharepoint.max_subscription_expiration_timeMaximum subscription expiry period in number of days for Microsoft SharePoint. The default expiry period is set to 30 days.

File Explorer Flow Designer Subflows

Following are the Flow Designer subflows which are installed with Microsoft SharePoint File Explorer connector.

NameDescription
Add Microsoft SharePoint PermissionsGrants edit permission for a specific folder to specific users.
Create Drive SubscriptionSubscribes with a configured Microsoft SharePoint document library to receive notifications about any updates occurs on the document library.
Create New Microsoft SharePoint FolderCreates a new Microsoft SharePoint folder under a given parent folder.
Delete Microsoft SharePoint ItemDeletes Microsoft SharePoint files and folders.
Download Microsoft SharePoint FileReturns the download URL of Microsoft SharePoint files
Get Files MetadataSubscribes and pulls the changes from Microsoft SharePoint document library.
Move Microsoft SharePoint ItemMoves the Microsoft SharePoint files/folders to the destination folder
Open Microsoft SharePoint ItemReturns the web URL of Microsoft SharePoint file/folder to open in a browser.
Renew Drive SubscriptionRenews the subscription with Microsoft SharePoint document library.
Create Folder StructureFollows the folder template configurations and creates the folder structure on Microsoft SharePoint document library.