Office Document Revisions Apparently Not Being Saved (Save Prompt Does Not Appear).

Office Document Revisions Apparently Not Being Saved (Save Prompt Does Not Appear).

Office Document Revisions Apparently Not Being Saved (Save Prompt Does Not Appear).

(And other unusual errors with Office link).



The Cause Of This Problem

The part of FileDirector that controls interaction with MsOffice programs is FileDirector Component Service, which runs under the Local System account (no network access). The Component Service normally uses the local document cache that is located in your Documents folder (c:\Users\....personalfolder\Documents\FileDirector). Your personal documents are being redirected to a network resource, so the Component Service cannot access the document cache in the normal way because it does not have permission.



Solution

The Component Service could be run under an account with permission to access the network resources, but this would not be good from a security perspective.

The solution is to move the FileDirector document cache back to a local filesystem folder. We do this by changing a setting in the FileDirector Winclient configuration file (usually in c:\program files(x86)\Spielberg Solutions GmbH\FileDirector WinClient\app.xml).

The file can be edited in notepad.exe. The following line needs to be changed:

    <add key="LocalCachePath" value="" />

Change this to:

    <add key="LocalCachePath" value="c:\fd_cache" />

where "c:\fd_cache" is the new local document cache. (You can choose any suitable location.)

This needs to be applied to every computer individually, and also to the server where the WinClient installation files are held (so that new client installations and upgrades get the same settings).

The WinClient installation files are normally found on the server in the folder:

"c:\program files\Spielberg Solutions GmbH\FileDirector Server\Setups\WinClient".
    • Related Articles

    • How to split a multi-page combined document into individual documents.

      How to split a multi-page combined document into individual documents. Note: this will only work on documents that show a thumbnail for each page. Some multi-page documents such as Pdf and Word docs may only show a single thumbnail even thought it is ...
    • Save as revision and Email as PDF not working

      If the user does not have full access to the server. The local cache of stored documents/settings cannot be accessed. Means that you cannot save as revision or convert to pdf. Solution: Create a new folder in somewhere like "C:\Local_Cache" Browse to ...
    • Dates checked in behind indexed date

      If a user is indexing a document with a date e.g. 23/01/2014 but when it is checked in the date has changed to an earlier, or later date e.g. 23/01/2014 or 25/01/2014 check the time of the server, especially the timezone, if this is different to the ...
    • User gets email informing of document in inbox but there are no documents in inbox

      User gets emails informing of documents in inbox but there are no documents in their inbox and no traces of documents in the process management queue waiting for the user. Check for duplicate of users email address in another user's profile.
    • Missing icons in Word / Excel / Outlook

      This old chestnut comes up all the time and invariably is down to permissions when the component service was installed.  The user should have admin rights at install time - I would recommend this over just an administrator running it.  if you go the ...