By default, Microsoft Windows does not support file paths of 260 characters or more. When iManage Drive encounters a long path, the Notifications tab displays the following message:

LongFilePath.png

You must configure the LongPathsEnabled registry setting to enable support for long file paths and also disable the NtfsDisable8dot3NameCreation registry setting by doing the following:

  1. On your device, select Start > Run, enter regedit, and then select OK.

  2. Locate and select the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem registry setting.

  3. On the Edit menu, point to New, and then select DWORD Value.

  4. Enter LongPathsEnabled as the name of the DWORD, and then press Enter.

  5. Right-click LongPathsEnabled and select Modify.

  6. Enter the value as 1 and select OK.

  7. Right-click NtfsDisable8dot3NameCreation and select Modify.

  8. Change the value to 1 and select OK.
    By default, short file path events aren't turned off in Microsoft Windows which may cause syncing issues with long file paths. Changing the value to 1 disables short file path events.

  9. Exit the registry editor.

  10. Restart your device.

NOTE:

  • Even with long paths enabled, it's possible that: 

    • Microsoft Office applications may not be able to open or modify a file that has a long path of 260 or more characters. 

    • Windows Explorer may not be able to work as expected on some long paths greater than 260 characters. 

  • No individual file name can be greater than 260 characters

  • From iManage Drive 10.11.0 onwards, you can set the maximum_workspace_name_length configuration setting in the admin_settings.yaml file that specifies the maximum length of a workspace name. If the workspace name has more characters than the value specified, the name gets truncated. The maximum value is 150.

If your administrator hasn't configured the LongPathsEnabled registry setting, a notification indicating that long path isn't enabled is displayed on the Notification tab in iManage Drive panel. Even after you clear these notifications. it's possible that they'll reappear when you restart iManage Drive. To make sure that these notifications don't appear again, browse to Preferences option, select the Notifications tab and clear the When an item is found with a long path check box.

From iManage Drive 10.9.0 onwards, when you generate a diagnostic snapshot by selecting Diagnostics: generate support snapshot in Settings , a LONG_PATH_INFO.json file is now included in the snapshot. The file includes all folder and file paths that are considered long paths. It also contains the registry keys information to turn on/turn off long paths on Microsoft Windows machines.

Additionally, a new option is available in Preferences option > General that informs if registry settings are enabled for iManage Drive to support long path file names. The Support for long file paths option displays a No if the registry settings to enable support for long path files names aren't enabled and a Yes if the registry settings are enabled. 

long_path.PNG

From iManage Drive 10.10 onwards, a new button  show_button.png Show Long Paths is now available in the Show sync issues window. Browse through Settings > Show sync issues and select Show Long Paths in the Manage Show sync issues window to view all the long file paths that aren't synced to iManage Drive as shown in the following figure:

show_button_window copy 2.png

The Show Long Paths button is only displayed if you've disabled long file paths. Additionally, you can use the show_long_paths admin setting to either display or hide the Show Long Paths button. When show_long_paths is set to false, the Show Long Paths button isn't displayed even when long file paths is disabled. When set to true, the Show Long Paths button is displayed only if you've disabled long file paths.