BlueCielo Publisher 2012 Administrator's Guide | BlueCielo ECM Solutions

You are here: Configuring the BlueCielo File Publishing Service

Configuring the BlueCielo File Publishing Service

Configuring the BlueCielo 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 BlueCielo File Publishing Service:

  1. On the computer where you copied the files as described in Installing components on a Windows file server, locate the file WinFSService.exe.config and open it in any text editor.
  2. Locate and configure the settings described in the following table:
BlueCielo File Publishing Service settings
Setting Description

PublisherServicesAddress

Set the <value> element to the Publisher web services URL, for example, http://<PublisherComputerName>/Publisher.

MonitorSecondsPeriod

Set the <value> element to the frequency in seconds at which you want the service to scan the folder for changed files. The default value is 60 seconds.

PreventDuplicate

Set the <value> element to True (default) to check for duplicate document registrations before adding a new one. If any duplicates found, the document will not be registered again.

MonitorFolders

The <value> element is a collection (ArrayOfString element) of <string> elements that each specify a job code and a corresponding folder to monitor. Specify the value using the syntax <JobCode>;<FolderPath>, for example, 45E2E0;D:\ToPublish\. You can find the job code for each publishing job in the list of publishing jobs shown on the BlueCielo Publisher 2012 page in BlueCielo Application Manager. You may specify multiple job code/folder pairs. One job code may be associated with multiple folders and one folder may be associated with multiple job codes.

Following is an 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>
  1. Save your changes and close the file.
  2. Start the BlueCielo File Publishing Service as described in Running the BlueCielo File Publishing Service.

Related concepts

About publishing jobs

Related tasks

Configuring the BlueCielo Application Manager

Configuring a Meridian Enterprise application server

Assigning security privileges

Configuring a Publisher job

Registering documents for publication

Configuring email notification

Configuring the Publisher Queue web application

Configuring a SharePoint server

Related information

Dex.exe command-line parameters

Security privilege descriptions


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com