Customizing the web parts configuration

You can edit the Connector Services web.config file to customize the configuration of your IBM FileNet Connector for SharePoint Web Parts application. The web.config file is a configuration file for a web site. It is located in the rootConnector Services install location at:

<SharePoint_install_drive>\Inetpub\wwwroot\wss\VirtualDirectories\.

The web.config file is a UTF-8 encoded file. When you edit the file, you must save it as UTF-8 to preserve the encoding.

The following table lists some of the keys you can customize in the web.config file.

Key Definition
FileNetMetaDataCacheTimeoutValue <add key="FileNetMetaDataCacheTimeoutValue" value="14400000" />

Use this key to specify the maximum time (in milliseconds) that class definition metadata retrieved from a Content Engine server is to be retained in the client cache. If you do not set a value for this key, Connector Services uses the defaults set by the Content Engine API: five minutes for a Content Engine V4.0 server, ten hours for a Content Engine V4.5 server.

This key is located in the appSettings section of the web.config file.

FileNetEventLogThrottle

<add key="FileNetEventLogThrottle" value="Information"/>

Use this key to specify the level of events that are to be written to the Windows application event logs. You can set the key to one of the following values:

  • None: No information, warning, or error messages are logged.
  • Information: Information, warning, and error messages are logged.
  • Warning: Warning and error message are logged.
  • Error: Only error messages are logged.

If this key is not set, only error messages are logged.

This key is located in the appSettings section of the web.config file.

FileNetTraceLogThrottle

<add key="FileNetTraceLogThrottle" value="Information"/>

Use this key to specify the level of events that are to be written to the SharePoint Unified Logging Service (ULS) logs. You can set the key to one of the following values:

  • None: No information, warning, or error messages are logged.
  • Information: Information, warning, and error messages are logged.
  • Warning: Warning and error message are logged.
  • Error: Only error messages are logged.

If this key is not set, only error messages are logged.

This key is located in the appSettings section of the web.config file.

 



Feedback

© Copyright IBM Corporation 2013.
This information center is powered by Eclipse technology. (http://www.eclipse.org)