Configure the Accruent File Publishing Service
Configuring the Accruent File Publishing Service specifies where the service will monitor for new files, how often it monitors, and where and how it will register the files in the Publisher database for publishing.
To configure the Accruent File Publishing Service:
-
On the computer where you copied the files as described in Install Components On a Windows File Server, locate the file WinFSService.exe.config and open it in any text editor.
-
Locate and configure the settings described in the following table:
-
Save your changes and close the file.
-
Start the Accruent File Publishing Service as described in Run the Accruent File Publishing Service.
Following is a simple example of these settings:
<setting name="PublisherServicesAddress" serializeAs="String"> <value>http://nkv/Publisher/</value> </setting> <setting name="MonitorSecondsPeriod" serializeAs="String"> <value>60</value> </setting> <setting name="PreventDuplicate" serializeAs="String"> <value>True</value> </setting> <setting name="MonitorFolders" serializeAs="Xml"> <value> <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <string>45E2E0;D:\ToPublish\</string> </ArrayOfString> </value> </setting>