Skip Headers
Oracle® Fusion Middleware Configuration Reference for Oracle WebCenter Content
11g Release 1 (11.1.1)

Part Number E10726-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
PDF · Mobi · ePub

3 Configuration Variables

This chapter lists Oracle WebCenter Content configuration variables in alphabetical order, and provides details about each item.


AccessListPrivilegesGrantedWhenEmpty

This configuration variable changes the default behavior of core collaboration, where an empty access control list allows access to everyone, to instead deny access. When all access control lists are blank, permission is denied to all users except those with the admin role.

When this flag is set to FALSE, users could lose access to or be unable to checkin documents to Content Server unless they specify the appropriate access control list. For example, if a user who has a testrole role wants to checkin and access a document when AccessListPrivilegesGrantedWhenEmpty=false is set, the user must specify testrole with Read/Write (RW) privileges in the Role Entity access control list.

Usage

Parameters

There are no parameters, just the setting of 0 (FALSE) to deny access to everyone.

Example

This example denies access to everyone (except users with the admin role) when the access control list is empty:

AccessListPrivilegesGrantedWhenEmpty=0

AccesslistPrivilegesGrantedWhenEmpty

Specifies that empty Access Control Lists (ACLs) in Content Server behave the same as empty lists in Oracle WebCenter Content: Records.

The default is FALSE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

AccesslistPrivilegesGrantedWhenEmpty=false

AdditionalIndexBuildParams

Adds build parameters to every indexer execution.

Usage

Parameters

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

AdditionalIndexBuildParams=-repair

AdditionalIndexBuildParams=-optimize maxclean

AdditionalIndexBuildParams=-optimize maxmerge -squeeze

AdditionalSubscriptionCollatedFieldList

Defines a list of additional fields displayed for subscriptions.

The default fields are defined in SubscriptionCollatedFieldList.

Usage

Location

IntradocDir/config/config.cfg

Example

AdditionalSubscriptionCollatedFieldList=dOriginalName

See Also


AllowAllRedirectUrls

Resets functionality defined by RedirectHostsFilter and causes Content Server to act as it did before that variable was set. Setting this variable to TRUE allows the user to be redirected to any URL instead of those specified by RedirectHostsFilter.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

AllowAllRedirectUrls=true

See Also


AllowAlternateMetaFile

Allows users to submit metadata-only content as the alternate file.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

AllowAlternateMetaFile=true

See Also


AllowConcurrentUpdate

Used to allow new documents to be added to the existing collection during a rebuild of the index.

This is not supported for a rebuild into a new index type (for example, DATABASE.FULLTEXT) when the existing or old index type is different (for example, OracleTextSearch).

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

AllowConcurrentUpdate=TRUE

AllowForceDelete

Used to delete content items that are referenced or used by other content items.

The default setting is AllowForceDelete=FALSE. This configures the Content Server instance to refuse a request to delete a content item that is referenced as a link.

If set to AllowForceDelete=true, allows Content Server to delete a content item that is referenced as a link. Deleting a content item that is referenced by other content items invalidates the links. If the value is not set to true, a request to delete a referenced content item will fail.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

AllowForceDelete=TRUE

See Also


AllowMatchesInDateCheck

When set to TRUE, the date validation code is changed so that dates that match a prior revision date are valid.

Usage

Location

IntradocDir/config/config.cfg

Example

AllowMatchesInDateCheck=TRUE

AllowPrimaryMetaFile

Allows users to submit metadata-only content as the primary file.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

AllowPrimaryMetaFile=true

See Also


AllowRetentionPeriodWithoutCutoff

Specifies retention periods for triggers for non-record content items.

The default is TRUE.

Restart WebCenter Content for this variable to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

AllowRetentionPeriodWithoutCutoff=false

AllowSamePrimaryAlternateExtensions

Allows the primary file and alternate file to have the same file extension.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

AllowSamePrimaryAlternateExtensions=true

AllowSecondaryConversion

Defines if Inbound Refinery will use a backup conversion step if the native conversion step fails.

The Default is TRUE.

Usage

Location

Example

Used as a configuration entry:

AllowSecondaryConversion=false

See Also


AllowSkippedHyperlinktoCauseIncomplete

Marks the conversion as incomplete when a link cannot be converted to PDF.

The default is TRUE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

As a configuration entry:

AllowSkippedHyperlinktoCauseIncomplete=false

AppletChunkSize

Sets the size of the transfer chunks for the chunking function, in bytes.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

AppletChunkSize=10000

See Also


AppletChunkThreshold

Sets the minimum file size for the chunking function, in bytes.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

AppletChunkThreshold=500000

See Also


ARCHIVE_COLLECTION

Defines the path to the default archive collection directory.

Default is DomainHome/ucm/cs/archives/.

Usage

Location

This setting must be included in both configuration files.

Example

As a configuration setting:

ARCHIVE_COLLECTION=f:/domain_archives/

ArchiverDoLocks

Activates a locking algorithm on archive files at the file system level.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

ArchiverDoLocks=true

See Also


ArchiverTouchMonitorInterval

Defines the time that a contending Content Server instance will wait before it will treat an archive lock file whose timestamp has not changed as having expired. The Content Server instance will also touch any locks it is maintaining twice during this interval.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

ArchiverTouchMonitorInterval=15000

See Also


ArchiverTraceLockMaintenance

Dumps trace information to the console for timestamp maintenance on any outstanding archive locks and the discovery of timestamp changes on locks maintained by other servers.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

ArchiverTraceLockMaintenance=true

See Also


ArchiverTraceLocks

Dumps trace information to the console when locks on an archive are acquired and released.

There is no default setting.

Note:

This variable is obsolete as of the Content Server 7.0 release. The functionality is now available in the System Audit Information page.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

ArchiverTraceLocks=true

See Also


AuthorDelete

Enables authors to delete their own revisions without Delete permission to the security group.

Usage

Location

Example

As a configuration entry:

AuthorDelete=true

As Idoc Script:

<$if AuthorDelete$>
    <$AuthorDelete$>
<$else$>
    false
<$endif$>

AutoNumberPrefix

Defines the prefix that will be added to all automatically numbered Content IDs.

Usage

Location

Example

As a configuration setting, defines the automatic numbering prefix:

AutoNumberPrefix=HR

As Idoc Script, returns the value of the configuration setting:

<$AutoNumberPrefix$>

See Also


AutoNumberWidth

Allows you to use more than six digits for a Content ID number, providing support for up to one hundred million content items (eight digits).

Usage

Location

Example

As a configuration setting:

AutoNumberWidth=8

BatchLoaderPath

Defines the path to the default batch load text file.

Returns the file path as a string.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example


BatchLoaderUserName

Defines the authorized user name for the Batch Loader utility. The user name must belong to the admin role.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

BatchLoaderUserName=sysadmin

BinDir

Defines the path to the Content Server launch executable files, such as IdcServer.exe.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

BinDir=c:/domain/bin/

CachedResultRowCount

Sets the size of the search cache.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

CachedResultRowCount=30000

ChunkedRequestTrace

Outputs chunked file transfer requests on the Content Server Output page in the Admin Server.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

ChunkedRequestTrace=true

See Also


CleanUp

Determines whether files should be deleted from the file system as they are being batch loaded.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

CleanUp=true

ClearMissingAttributes

Clears custom fields mapped from an LDAP service to WebCenter Content through JpsUserProvider. This is useful when you have mapped custom fields and then removed values from one or more of those fields. WebCenter Content ignores the missing attributes and continues to use the previous values unless you enable this variable and set it to true.

The default is false.

Usage

Location

Example

Used as a configuration entry. Add the line before the "@end" line in the file. The last lines of the file should look similar to:

SourcePath=jpsuser
ProviderClass=idc.provider.jps.JpsUserProvider
ClearMissingAttributes=true
@end

CollectionDeleteEnabled

Specifies if the Delete icon is displayed so users can delete contribution folders and content items.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

Used as a configuration entry:

CollectionDeleteEnabled=true

CollectionHiddenMeta

Enables users to specify if a folder or content item is hidden or visible.

Usage

Location

IntradocDir/data/components/Folders_g/install.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionInfoEnabled

Specifies if the Folder Information and Content Information options on an Action menu are displayed or hidden.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

Used as a configuration entry:

CollectionInfoEnabled=false

CollectionInhibitUpdateMeta

Defines an inhibit field for the metadata propagation function. This variable enables contributors to copy metadata values from a contribution folder to its subfolders and content items.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionLinkEnabled

Specifies if the Create Shortcut option on an Action menu is displayed or hidden.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

Used as a configuration entry:

CollectionLinkEnabled=false

CollectionLocation

Defines where the default Archive collection is located.

Default is DomainHome/ucm/cs/archives/.

Usage

Location

Example

Used as a configuration entry:

CollectionLocation=c:/domain/new/archives/

CollectionMeta

Specifies the metadata field that is used to store the unique Collection ID for each contribution folder.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionMoveEnabled

Specifies if the Move icon is displayed on the Exploring pages.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

Used as a configuration entry:

CollectionMoveEnabled=true

CollectionReadOnlyMarkedFolders

Specifies if system-level contribution folders (such as contribution server folders and Trash) can be modified (that is, set to Read Only status).

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

Used as a configuration entry:

CollectionReadOnlyMarkedFolders=true

CollectionReadOnlyMeta

Enables users to specify if a contribution folder and its contents are read-only.

Usage

Location

IntradocDir/data/components/Folders_g/install.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionReleasedOnly

Specifies if a revised document is visible to the author and users with Read permission to the content item.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

Used as a configuration entry:

CollectionReleasedOnly=false

CollectionSecurityReadOnly

Specifies if users can see content items for which they have only Read permission.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

Used as a configuration entry:

CollectionSecurityReadOnly=false

CollectionTrashDeleteDate

Defines a date metadata field for the Trash function.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionTrashDeleteLocation

Defines an integer metadata field designating the parent contribution folder for the Trash function.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionTrashDeleteOldName

Defines a metadata field for the Trash function to track file names of deletions.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionTrashDeleter

Defines a metadata field for the Trash function to track user deletions.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

See Also

This feature can be enabled manually. For details, see Oracle Fusion Middleware Managing Oracle WebCenter Content.


CollectionWebDAVServer

Enables switching views in Windows Explorer.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

CollectionWebDAVServer=http://domain/_dav/cs/idcplg/webdav

ColumnMapFile

Specifies the column mapping HTM resource file.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ColumnMapFile=upper_clmns_map.htm

ConfigDir

Defines the path to the config/ directory.

Default is IntradocDir/config/.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

As a configuration setting:

ConfigDir=c:/domain/config/

ConversionCacheExpirationPeriodInDays

Defines the minimum number of days that Dynamic Converter content will remain cached.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ConversionCacheExpirationPeriodInDays=14

See Also


CookieAuthTimeoutInDays

Used with the ExtranetLook component. This variable is used with the CookieLoginPlugin, which monitors web requests and determines if a request is authenticated. It can support authentication based on browser cookies.

Usage

Location

IntradocDir/config/config.cfg

Example

CookieAuthTimeoutInDays=2

See Also


CookieProxyPassword

Used with the ExtranetLook component. This variable is used to encrypt the passwords when users log in to the web site using cookie authentication. It is used with the CookieLoginPlugin, which monitors web requests and determines if a request is authenticated. It can support authentication based on browser cookies. This can be set to any desired value.

Usage

Location

IntradocDir/config/config.cfg

Example

CookieProxyPassword=x2x

See Also


createAlternateMetaFile

Allows users to submit metadata-only content for the alternate file.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

createAlternateMetaFile=true

See Also


createPrimaryMetaFile

Allows users to submit metadata-only content for the primary file.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

createPrimaryMetaFile=true

See Also


DatabasePreserveCase

Defines whether the character case from the database is preserved.

Usage

Location

Example

Used as a configuration entry:

DatabasePreserveCase=false

DatabaseWildcards

Defines the wildcard characters that are used to represent multiple characters in database queries.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DatabaseWildcards=%

DatedCacheIntervalDays

Defines the number of days between scans for cached Dynamic Converter content to delete.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DatedCacheIntervalDays=30

See Also


DataDir

Defines the path to the data/ directory.

Default is IntradocDir/data/.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

DataDir=c:/domain/data/

DateOutputFormat

Sets the date output format for the Indexer.

There is no default value.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DateOutputFormat=M/d/yyyy hh:mm:ss a

DCMaxFileSize

Defines the maximum size in bytes of files that Dynamic Converter will process.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DCMaxFileSize=10000000

DCTimeOut

Sets the timeout value in minutes for the Dynamic Converter conversion process.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DCTimeOut=5

DCViewFormat

Defines which rendition of the source file will be converted by Dynamic Converter.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DCViewFormat=webviewable

DebugStdConversion

Configuration setting that overrides the conversion/step definitions published by Content Server.

Usage

Parameters

This variable takes one argument, the path to the new definitions.

Location

IntradocDir/IdcRefinery/shared/idcrefinery.cfg

Example

DebugStdConversion=/temp/idcconversions

DefaultAccounts

Defines the default accounts for anonymous users.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting, defines default account information:

DefaultAccounts=BOS(R),SEA(RW),MSP/Gen(RWD)

As Idoc Script, returns the account information as a string:

<$DefaultAccounts$>

See Also


DefaultFilterInputFormat

Defines the default input character set for conversion filters, such as Dynamic Converter or the Text Indexer Filter component.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry for Japanese text:

DefaultFilterInputFormat=shift_jis

Used as a configuration entry for Korean text:

DefaultFilterInputFormat=euc-kr

See Also


DefaultFilterOutputFormat

Defines the default output character set for conversion filters, such as Dynamic Converter or the Text Indexer Filter component.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry for Japanese text:

DefaultFilterOutputFormat=shift_jis

Used as a configuration entry for Korean text:

DefaultFilterOutputFormat=euc-kr

See Also


DefaultGraphicTimeout

Defines the default thumbnail timeout.

Usage

Location

Example

Used as a configuration entry:

DefaultGraphicTimeout#factor=3

DefaultHtmlConversion

Defines the default template for Dynamic Converter conversions.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DefaultHtmlConversion=PLAIN

DefaultHtmlRefreshTimeoutInSeconds

Defines the time, in seconds, that a Work In Progress page, My Checked-Out Content page and My Workflow Assignments page refreshes.

In addition to this variable, htmlRefreshTimeout can be set in the URL or the service's databinder. This can be used to set a different refresh time for different pages. If that is needed, do not set DefaultHtmlRefreshTimeoutInSeconds in the config.cfg file, but instead set htmlRefreshTimeout in the URL or databinder.

htmlRefreshUrl can be set to the URL of the page to load after the page is refreshed. The default is the current page. This variable can be set in the URL of the page or the databinder.

The default value for DefaultHtmlRefreshTimeoutInSeconds is 60.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DefaultHtmlRefreshTimeoutInSeconds=120

DefaultNativeTimeout

Defines the default native file timeout.

Usage

Location

Example

Used as a configuration entry:

DefaultNativeTimeout#factor=3

DefaultPasswordEncoding

Defines the type of encoding to use when storing user passwords.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DefaultPasswordEncoding=OpenText

DefaultPostscriptTimeout

Defines the default PostScript timeout.

Usage

Location

Example

Used as a configuration entry:

DefaultPostscriptTimeout#factor=4

DirectoryLockingLogPath

Enables logging and defines the path for the log file during temporary locking of directories.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DirectoryLockingLogPath=C:/temp/locking.log

DisableContentProfiles

Used to disable Content Profile functionality but does not remove profiles which have already been created. Profiles remain available through the user interface.

This configuration variable can be used to help determine if specific behavior is caused by Content Profiles or by another component.

After debugging has been completed, remove this variable from the config.cfg file and restart the Content Server instance to use Content Profiles again.

Usage

Location

IntradocDir/config/config.cfg

Example

DisableContentProfiles=true


DisableDBLongIntegerField

In older versions of MSDE software, 4-byte integers were allowed. In newer versions, 8-byte integers and larger are used. This variable allows Content Server to continue to use 4-byte integers.

If you upgrade Content Server version 6.2 with MSDE to a newer release, the upgraded instance does not start because of the addition of the dRevRank column. Content Server version 6.2 uses an older MSDE version than later versions. The system will start with the addition of this variable set to TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DisableDBLongIntegerField=true

DisableForcedConversions

Defines whether forced and up front conversions in Dynamic Converter are disabled.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DisableForcedConversions=true

See Also


DisableGzipCompression

Disables gzip compression of HTML pages and log files. Pages are compressed only if the client browser supports compressed HTML. Compression makes pages an average of 80% smaller and is supported by any HTTP 1.1 compatible browser.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DisableGzipCompression=true

See Also


DisableHttpUploadChunking

Disables the upload chunking function, which is used with the Upload Applet or an HTTP provider.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

DisableHttpUploadChunking=false

See Also


DisableKeepingForcedConversions

Defines whether Dynamic Converter treats converted files as forced conversions for updating purposes.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DisableKeepingForcedConversions=true

See Also


DisableOptimizedLatestReleaseQuerying

Defines whether cached timestamps or Content Server database information is used by Dynamic Converter to determine which files must be reconverted.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DisableOptimizedLatestReleaseQuerying=true

DisableSharedCacheChecking

Disables timestamp checking on all loaded resources.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DisableSharedCacheChecking=true

DistillerPath

Sets the path to the executable used by PDF Converter to convert files to PDF.

Usage

Location

Example

Used as a configuration entry:

DistillerPath=C:/Program Files/IdcRefinery/shared/jaws_ps/ps2pdf.exe

DoDocNameOrder

Sorts content items in the Repository Manager by dDocName. When Repository Manager is started, a default query is run against the database. By default the query results are sorted by the dDocName of the items. Ordering by dDocName makes the order predictable but can result in longer query results.

You can enable the JDBC Query Trace to log information to the console log and verify that the 'order by' clause is no longer part of the query. To enable the JDBC Query Trace, select systemdatabase as an option in the Edit Active Console Output Tracing section of the System Audit Information page.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DoDocNameOrder=false

dodSkipCatFolderRequirement

Specifies that an item is allowed to be checked in without specifying a category or contribution folder for the checkin. If a DoD configuration is in use, this will cause non-conformance with DoD regulations.

The default is TRUE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

dodSkipCatFolderRequirement=false

DomainControllerName

Defines the domain controller to use for NTLM calls.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DomainControllerName=PDC servername

DoMetaInternetSearch

Enables Internet search syntax for metadata fields.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

DoMetaInternetSearch=true

DownloadApplet

Enables the multiple file Download Applet.

Usage

Location

Example

As a configuration setting, enables the Download Applet:

DownloadApplet=true

As script, evaluates the condition of the Download Applet:

<$DownloadApplet$>

See Also


DtmPort

Defines the port number on which the DtmServer (required for HTML Preview) listens to connections from Content Publisher clients.

Default is 4441.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DtmPort=4442

DynamicConverterHtmlFlavor

Defines the HTML flavor used by Dynamic Converter.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DynamicConverterHtmlFlavor=HTML 4.0

EnableDocumentHighlight

Enables highlighting of full-text search terms in PDF, text, and HTML files.

Usage

Location

Example

As a configuration setting:

EnableDocumentHighlight=false

As script, returns the value of the configuration setting:

<$EnableDocumentHighlight$>

See Also


EnableEnvironmentPackager

Enables the Environment Packager debugging function.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

EnableEnvironmentPackager=true

EnableErrorFile

Generates a Batch Loader error file.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

EnableErrorFile=true

EnableExpirationNotifier

Enables notification of expiration (NOE) of content items. This provides email notification to authors and administrators for documents that will be expired in a short time.

Usage

Location

IntradocDir/config/config.cfg

Parameters

Takes the following optional parameters:

Parameter Description

NotificationQuery

Specifies the query to be run to find the expired documents for the notification. The default is the following:

dOutDate > <$dateCurrent()$> <AND> dOutDate < <$dateCurrent(7)$>

NotificationMaximum

Specifies the maximum number of documents returned from the query. Default: 1000.

NotifyExtras

Denotes the administration users who receive the notification e-mails. If left blank, no extra notification is sent.

NotifyTime

The time of day to send the notification. Default: 00:01. Specified in 24-hour clock notation.

NotificationFieldNames

Specifies the field names to include in the notification. Default: dDocAuthor, dOutDate, dDocTitle, dDocName, dDocType, dID, dInDate, dRevLabel, dSecurityGroup

NOEUsePlainTextEmail

Allows the use of plain text email for the notification. Default: false. The email template is named QUERY_NOTIFICATION. If NOEUsePlainTextEmail=true, emailFormat=text.

NotificationIntervalInDays

Specifies the interval in days. Default: 1.


Example

Used as a configuration entry:

EnableExpirationNotifier=true

EnableRebuildForcesReconversion

Defines whether up front and forced Dynamic Converter conversions are reevaluated during a rebuild of the search index.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

EnableRebuildForcesReconversion=true

See Also


EnableSchemaPublish

Enables or disables Schema Publisher.

Usage

Location

IntradocDir/config/config.cfg

Example

EnableSchemaPublish=false

ExclusiveCheckout

Determines whether users can check out content that was authored by another user.

Usage

Location

Example

As a configuration setting, only original contributor can check out a content item.

ExclusiveCheckout=true

As Idoc Script, returns the value of the configuration setting:

<$ExclusiveCheckout$>

See Also


ExpireRevisionOnly

Determines if all revisions or only a specific revision of a content item is expired on the specified Expiration Date.

Note:

This variable applies to Content Server version 6.2 and later. Before version 6.2, only the specific revision expired on the specified Expiration Date. Starting with version 6.2, the default behavior is that if the current revision expires, all revisions of that content item also expire. Setting this variable to TRUE returns the system to the pre-6.2 behavior.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ExpireRevisionOnly=true

FileEncoding

Specifies the file encoding to be used.

If Content Server is configured to use languages other than operating system's native language (for example, using both English and Japanese locales on an English system), this variable must be set to UTF8 in both the Content Server and the Inbound Refinery instances.

Usage

Location

Example

Used as a configuration entry:

FileEncoding=UTF8

FldEnforceCaseInsensitiveNameUniqueness

Makes name-uniqueness checks for folder and file names case-insensitive, and makes path resolution case-insensitive.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

FldEnforceCaseInsensitiveNameUniqueness=true

FldEnforceFolderFileNameUniqueness

Prevents folders from having a child folder with the same name as a child document. The "same name" mean it is case-insensitive. "Child folder" and "child document" refer to both owner links and soft links.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

FldEnforceFolderFileNameUniqueness=true

ForcedConversionRules

Defines the Dynamic Converter rules that will apply forced conversions upon file checkin.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ForcedConversionRules=Rule1,Rule2,Rule3

See Also


ForceDistinctRevLabels

Defines whether additional revisions for the same content item can have the same revision label.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ForceDistinctRevLabels=true

ForceDocTypeChoice

Adds a blank option as the default for the Type option list on checkin pages. This requires the user to select a Type.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ForceDocTypeChoice=true

ForceJdbcSync

Restricts access to the database to one query at a time.

This setting is typically used for debugging or for problematic JDBC drivers.

If the system is being used mostly for read-only type activity, setting this to FALSE will improve the throughput to the database.

When set to TRUE, one query at a time can access the database.

When set to FALSE, multiple queries can access the database at a time.

Default setting is FALSE. (Default for version 4.5 and earlier was TRUE.)

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ForceJdbcSync=true

ForceSecurityGroupChoice

Adds a blank option as the default for the Security Group option list on checkin pages. This requires the user to select a Security Group.

Used on pages as a display option.

When set to TRUE, the checkin page displays the Security Group option list with a blank option.

Default setting is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ForceSecurityGroupChoice=true

FormInheritMetaDataFieldList

Defines the custom metadata fields that are inherited by subsequent revisions of a PDF form.

This is a comma-delimited list.

Standard metadata fields (such as Type, Security Group, and Account) are inherited by default.

Custom metadata fields begin with a lowercase x (for example, xComments).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

FormInheritMetaDataFieldList=xDepartment,xRegion

FrameMakerCyclesAllowed

The maximum number of 30-second cycles that Inbound Refinery allows before FrameMaker is considered to be not responding.

Inbound Refinery watches the consfile.txt file for FrameMaker activity.

Default is 1.

Usage

Location

IntradocDir/IdcRefinery/shared/idcrefinery.cfg

Example

Used as a configuration entry:

FrameMakerCyclesAllowed=1

FrameMakerTimeout

Defines the FrameMaker conversion timeout.

Returns the FrameMaker timeout values.

This variable must be followed by one of these flags:

Flag Description

#factor

This value is multiplied by the file size to determine the amount of time allowed for FrameMaker conversion. (The resulting time is limited by the #max and #min flags.) The default value is 1. Increase this value for busy or slow systems.

#max

Specifies the maximum time in seconds that Inbound Refinery waits for the FrameMaker conversion process to complete. The default time is 10 seconds.

#min

Specifies the minimum time in seconds that Inbound Refinery waits for the FrameMaker conversion process to complete. The default time is 1 second.


Usage

Location

Example

Used as a configuration entry:

FrameMakerTimeout#factor=2

GetCopyAccess

Determines what permission a user must have to get a copy of a content item.

When set to TRUE, users can get a copy of a content item for which they have only Read permission.

When set to FALSE, users must have Write permission to a content item to be able to get a copy.

Default is FALSE.

Usage

Location

Example

As a configuration setting:

GetCopyAccess=true

As Idoc Script, returns the value of the configuration setting:

<$GetCopyAccess$>

HasExternalUsers

Indicates to Content Server that an external user database is present.

When set to TRUE, the system recognizes external users. If a custom component has been written to support an external user integration (such as LDAP), this should be set to TRUE.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

HasExternalUsers=true

As Idoc Script, returns the value of the configuration setting:

<$HasExternalUsers$>

See Also


HasSiteStudio

Used with the Link Manager functionality.

If Site Studio is installed, this variable enables the Site Studio-specific link patterns for parsing friendly URLs for the pattern engine. If set to TRUE, this variable enables the Site Studio-specific link patterns.

The default value is FALSE, which disables the Site Studio-specific link patterns.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

HasSiteStudio=TRUE

See Also


HideVitalReview

This variable hides the Subject to Review related fields on Oracle WebCenter Content: Records Search and Checkin pages.

The default is TRUE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

HideVitalReview=false

HighlightBegin

Sets the opening HTML tag of the text highlighting style for files converted by Dynamic Converter.

Default is <strong>.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

HighlightBegin=<b><font color=blue>

See Also


HighlightEnd

Sets the closing HTML tag of the text highlighting style for files converted by Dynamic Converter.

Default is </strong>.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

HighlightEnd=</font></b>

See Also


HtmlDataInputFilterLevel

A configuration entry used in conjunction with the encodeHtml function. This entry applies a level of encoding to filter all input to the system for bad HTML constructions.

All input data received by the system when using the unsafe value for the encodeHtml rule parameter applies only to well-known unsafe script tags. This functionality can be altered by using the HtmlDataInputFilterLevel configuration variable to change the filtering that is done.

Usage

Parameters

This entry takes one parameter, the filter level. Accepted values are:

Location

IntradocDir/config/config.cfg

See Also


HTMLEditorPath

Defines the path for the executable that is used to edit component files from within the Component Wizard.

This path is defined in the Component Wizard.

You should specify a text editor (such as WordPad) rather than a graphical HTML editor. Graphical editors can insert or change HTML tags and may cause Idoc Script tags to be converted into a string of characters that will not be recognized by Content Server.

There is no default value.

Usage

Location

Example

Used as a configuration entry:

HTMLEditorPath=C:/Program Files/Windows NT/Accessories/wordpad.exe

HttpAbsoluteCgiRoot

Defines the Content Server CGI path as a complete URL.

Usage

Location

IntradocDir/config/config.cfg

Example

For a Content Server instance:

HttpAbsoluteCgiRoot=http://my_computer/idcplg/idc_cgi_isapi-instance.dll

See Also


HttpAbsoluteWebRoot

Defines the web server root directory as a complete URL.

Usage

Location

IntradocDir/config/config.cfg

Example

For a Content Server:

HttpAbsoluteWebRoot=http://my_computer/domain/

See Also


HttpIgnoreWebServerInternalPortNumber

When set to TRUE, causes the HTTP address computed for the Content Server's Admin Server and applets to not use the server port value provided by the web server.

This prevents a load balancing configuration problem in which the load balancing server is using a different port number than the internal web server actually delivering the response to the request.

Usage

Location

IntradocDir/config/config.cfg

Example

HttpIgnoreWebServerInternalPortNumber=true

See Also


HttpRelativeCgiRoot

Defines the Content Server CGI path as a relative URL.

Usage

Location

IntradocDir/config/config.cfg

Example

For a Content Server:

HttpRelativeCgiRoot=/idcplg/idc_cgi_isapi-instance.dll

See Also


HttpRelativeWebRoot

Defines the web server root directory as a relative URL.

Usage

Location

Example

As a configuration setting, defines the relative web root:

HttpRelativeWebRoot=/domain/

As Idoc Script, returns the relative web root as a string:

<$HttpRelativeWebRoot$>

See Also


HttpServerAddress

Defines the web server address as a partial URL.

A partial URL such as mycomputer is used rather than a full address such as http://www.mycomputer.com/.

Returns the web server address as a string.

There is no default value.

Usage

Location

Example

As a configuration setting, defines the web server address:

HttpServerAddress=mycomputer

As Idoc Script, returns the web server address as a string:

<$HttpServerAddress$>

See Also


IDC_Name

Defines the unique name of the Content Server instance.

Caution:

Using duplicate IDC_Name settings will cause data corruption. The Archiver utility cannot be used to move or copy data between two instances that share the same IDC_Name setting. To do so will corrupt the data on the target system. Give each of your instances a unique IDC_Name setting.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IDC_Name=OracleMSP

See Also


IdcAnalyzeLogDir

Specifies the location where the Content Server Analyzer utility writes output files and transfers extra files detected during the file system analysis process.

You can specify a partial or complete directory path.

The log file name is specified by the LogName setting.

The default is DomainHome/ucm/cs/bin/logs/.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

As a configuration setting:

IdcAnalyzeLogDir=f:/domain/analyzer_logs/

See Also


IdcAuthExtraRequestParams

Specifies values for the web server plug-in to get from its local data and send in the header of its requests.

For example, if you have a plug-in to the web server filter getting some attributes for a user and placing them into a local value, you could specify the name of the attributes in IdcAuthExtraRequestParams, and the data would be passed to the Content Server instance.

This setting can also be used to access extra HTTP header values using Idoc Script. These variables will become part of the Data Binder environment variable set.

There is no default value.

For information about IdcCommand, see Oracle Fusion Middleware Developing with Oracle WebCenter Content.

Usage

Location

IntradocDir/config/config.cfg

Example

The following setting tells the IIS web server plug-in to send the local value of HTTP_REFERER in the header (IIS automatically adds the HTTP_ prefix):

IdcAuthExtraRequestParams=referer

IdcCommandFile

Specifies a file containing commands to execute using IdcCommand.

There is no default setting.

For information about IdcCommand, see Oracle Fusion Middleware Developing with Oracle WebCenter Content.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

IdcCommandFile=c:/ucm/idc/add_user.txt

IdcCommandLog

Specifies the path to the log file for IdcCommand execution.

The log file contains the time the command was executed and the success or failure status of the command.

There is no default setting.

For information about IdcCommand, see Oracle Fusion Middleware Developing with Oracle WebCenter Content.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

IdcCommandLog=c:/idc/idccommand.log

IdcCommandServerHost

Specifies the web server address of the Content Server instance to which IdcCommand is connecting.

Default is the HttpServerAddress of the Content Server instance to which IdcCommand is connecting.

For information about IdcCommand, see Oracle Fusion Middleware Developing with Oracle WebCenter Content.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IdcCommandServerHost=instance_name.example.com

See Also


IdcCommandUser

Specifies the user that is permitted to execute commands using IdcCommand.

For information about IdcCommand, see Oracle Fusion Middleware Developing with Oracle WebCenter Content.

There is no default setting.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

IdcCommandUser=sysadmin

IdcHttpHeaderVariables

Defines data parameters to include in HTTP header responses.

This is a comma-delimited list.

The format for encoding the name value pairs is the typical hda format after applying the Content Server HTTP header encoding.

The values are UTF-8 encoded and special characters are %xx encoded.

This setting is specifically designed for web server plug-ins that want to audit the requests made by the client. The plug-ins can examine the HTTP headers in the responses, but not the body of the content. By pushing some of the parameters of the request into an HTTP header response, a plug-in can audit which documents were accessed and what actions were performed on them.

The name of the HTTP header generated by the Content Server instance when sending a response to an HTTP-based client is IdcVariables.

Usage

Location

IntradocDir/config/config.cfg

Example

If IdcHttpHeaderVariables=IdcService,dDocName, then prior to the UTF-8 encoding being applied, the header value might be:

@Properties LocalData
IdcService=GET_DOC_PAGE
dDocName=TestDoc
blDateFormat=M/d{/yy}{ h:mm[:ss]{ a}}!mAM,PM!tAmerica/New_York
blFieldTypes=
@end

The UTF-8 encoding would leave all the above characters alone, except that it would change every line feed character into the %0A characters. The blDateFormat is the system date format for the Content Server instance.


IdcHomeDir

Defines the location of the server media for WebCenter Content, which can run media for any of the following: Content Server, Inbound Refinery, and Records.

The location can not be modified by an administration after WebCenter Content is deployed; it is a fixed location based on the current location of the media

Usage

Location

DomainHome/ucm/idc

Example

Used as a configuration setting:

IdcHomeDir=MW_HOME/user_projects/domains/base_domain/ucm/idc

IdcLocale

Sets the value that is placed in the HTTP cookie of the client to keep track of the current user's locale.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IdcLocale=Deutsch

IdcNativeDir

Defines the path to the resource data subdirectory of the runtime media home for the WebCenter Content system.

For information on local copies and load balancing, see Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter Content.

Usage

Location

Example

Used as a configuration entry:

$IdcNativeDir=/ucm/cs/resources/

IdcResourcesDir

Defines the path to the resource data subdirectory of the runtime media home for the WebCenter Content system.

For information on local copies and load balancing, see Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter Content.

Usage

Location

Example

Used as a configuration entry:

$IdcHomeDir=/ucm/resources/

IdcServerBindAddress

Used in clustered environments to bind the Content Server instance to a specific IP address.

Usage

Location

Set in the config.cfg file of the Content Server instance listening for requests:

IntradocDir/config/config.cfg

Example

Used as a configuration variable:

IdcServerBindAddress=IPaddress

IdcServerSocketQueueDepth

Specifies the depth of the TCP/IP socket queue.

This setting can be used to tune Content Server performance, particularly in a clustered environment. Decreasing this value might limit Content Server throughput.

Default is 200.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IdcServerSocketQueueDepth=256

IdcServerThreadQueryTimeout

Specifies the checkout time. The configuration is defined for all user threads and applicable to all user services.

Large file checkins often time out due to the amount of I/O that occurs. Database locks are held while the large file is written and this blocks subsequent checkins. This configuration setting can be used to lengthen the checkout time.

Usage

Location

IntradocDir/config/config.cfg

Example

The setting is expressed in seconds. To make the timeout 5 minutes, set:

IdcServerThreadQueryTimeout=300

IndexableRenditions

A comma-delimited list of single character codes for renditions to be indexed other than the primary, alternate, or web-viewable renditions. Typically only one letter will be used because only one rendition will be indexable (such as the XML rendition).

This is used in conjunction with IsAllowIndexRenditions.

Usage

Location

IntradocDir/config/config.cfg

See Also


IndexerAutoWorkInterval

Defines the interval in seconds at which the Indexer automatic update cycle checks for changes.

Default is 300 (5 minutes).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IndexerAutoWorkInterval=600

IndexerLargeFileSize

Determines the file size in megabytes at which the Indexer will place the file in its own bulkload (batch) file.

Files larger than this setting are indexed in a separate bulkload. Files smaller than this setting will be indexed in a batch with other files.

Default is 1 megabyte.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IndexerLargeFileSize=2

IndexerRebuildStagingManualCopy

Enables an index rebuild to create the collection in another location.

This variable is typically used when rebuilding extremely large collections. When the rebuild is finished, the results can be merged back to the collection manually.

When set to TRUE, the rebuilt index is created in the location set by the IndexerRebuildStagingPath value.

When set to FALSE, the rebuilt index is created in the next active index directory.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IndexerRebuildStagingManualCopy=true

See Also


IndexerRebuildStagingPath

Defines the path where an Indexer rebuild will be created.

This variable is typically used when rebuilding extremely large collections. When the rebuild is finished, the results can be merged back to the collection manually.

There is no default value.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IndexerRebuildStagingPath=c:/buildX/

See Also


IndexerTouchMonitorInterval

Defines the time that Content Server waits before it will treat an Indexer lock file whose timestamp has not changed as having expired. The system will also touch any locks it is maintaining twice during this interval.

An Indexer lock is created by placing a lock file into an appropriate directory. In order for the lock to persist, the timestamp on the file must change periodically. Otherwise Content Server will treat the lock as an expired lock.

The smaller the value of this setting, the quicker that locks can alternate between Indexing cycles. The larger the value, the more likely that high activity (which could keep a touch request delayed for many seconds) will cause Content Server to falsely report a lock as having expired. If a lock is falsely expired, it can cause duplicated effort (although it should not have any long term impact on the state of Content Server).

Default is 12000 milliseconds (12 seconds).

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

IndexerTouchMonitorInterval=15000

See Also


IndexerTraceCycleListChanges

Dumps trace information to the console for changes to the list of active indexing cycles maintained by Content Server.

At certain points in an indexing cycle, an exclusive lock is required, so indexing cycles may have to wait for other cycles to become inactive. Enabling this setting can help you audit the performance of the Indexer.

When set to TRUE, changes to the indexing cycle list are output to the console.

When set to FALSE, changes to the indexing cycle list are not output.

Default is FALSE.

Note:

This variable is obsolete as of Content Server version 7.0. Functionality is now available on the System Audit Information page.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IndexerTraceCycleListChanges=true

See Also


IndexerTraceLockFileChanges

Dumps trace information to the console for changes Content Server makes to the Indexer lock and suspension files.

When set to TRUE, changes to the files are output to the Content Server console.

When set to FALSE, changes to the files are not output.

Default is FALSE.

Note:

This variable is obsolete as of Content Server version 7.0. Functionality is now available on the System Audit Information page.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IndexerTraceLockFileChanges=true

See Also


IndexerTraceStartStop

When set to TRUE, traces the starting and stopping of index cycles.

Default is FALSE.

Note:

This variable is obsolete as of Content Server version 7.0. Functionality is now available on the System Audit Information page.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IndexerTraceStartStop=true

See Also


InitialColID

Defines the counter that initializes the first collection ID.

This defines the initial contribution folder identifier for the server (in millions).

This variable is set automatically by the Folders installation program if the WebDAV function is enabled at install.

Default is 0.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

InitialColID=0

InstanceDescription

Defines a description for the instance.

The instance description is used in the Content Server interface.

Usage

Location

Example

As a configuration entry:

InstanceDescription=Master_on_Server1

As Idoc Script, returns the server instance description as a string:

<$InstanceDescription$>

See Also


InstanceMenuLabel

Defines the label for the instance that is used in the Windows Start menu.

There is no default value.

Usage

Location

System Properties, Server tab, Instance Menu Label

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

InstanceMenuLabel=Master_on_Server1

See Also


IntradocDir

The directory containing the configuration and data specific to a Content Server instance.

There is no default value. The value depends on which configuration is specified: cs (for Content Server), ibr (for Inbound Refinery), or urm (for Records).

It is recommended that you move the directory onto a network share if you are managing a load balancing cluster.

Usage

Location

Example

Used as a configuration entry:

IntradocDir=c:/ucm/cs1

IntradocRealm

Defines the realm used when the Content Server instance or the web server plug-in challenges for Basic authentication.

In browsers, the realm is usually called a resource when it is displayed in the login dialog.

NTLM does not use a realm; authentication is always against the entire Microsoft network.

Default is IDC Security.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IntradocRealm=main

See Also


IntradocServerHostName

Defines the host name to use when opening a socket connection to the Content Server instance.

This setting is used by the CGI code that translates calls from the web server to requests to the Content Server.

Default value is localhost.

To call services remotely, IntradocServerHostName must be set to IP or DNS.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IntradocServerHostName=IP

See Also


IntradocServerPort

Defines the port that the web server filter or any other application should use to talk to the Content Server instance.

This setting tells the CGI code that translates from a call to the web server to a request to the Content Server instance to use this port when talking to Content Server. The CGI code will pick up this value automatically if the web server is stopped and started after the Content Server instance has been stopped and started.

In IIS, the CGI code is implemented by the iis_idc_cgi.dll ISAPI extension.

Default is 4444.

To call services remotely, the server port must be defined.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IntradocServerPort=5550

IsAllowIndexRenditions

If set to TRUE, allows extra renditions of a document. This is only used if there are no indexable vault renditions or web-viewable renditions.

The accepted rendition types are listed in IndexableRenditions.

Usage

Location

IntradocDir/config/config.cfg

See Also


IsAutoArchiver

Enables the automatic import or transfer of content items.

When set to TRUE, Content Server will automatically import and transfer archives.

When set to FALSE, Content Server will not automatically import or transfer archives.

The NoAutomation setting overrides this setting.

Default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsAutoArchiver=false

See Also


IsAutoNumber

Enables automatic numbering of Content IDs.

When set to TRUE, a Content ID (dDocName) is automatically assigned to each new content item upon checkin.

When set to FALSE, the user must specify a Content ID for each new content item.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

IsAutoNumber=true

See Also


IsAutoQueue

Enables the processing of content items after conversion by Inbound Refinery.

If set to TRUE, Content Server will process content items after conversion by Inbound Refinery.

If set to FALSE, Content Server will not process content items after conversion by Inbound Refinery.

The NoAutomation setting overrides this setting.

Default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsAutoQueue=false

See Also


IsAutoSearch

Enables automatic indexing and archive export.

When set to TRUE, Content Server automatically indexes content items or automatically export documents to an archive.

When set to FALSE, Content Server does not automatically index content items or automatically export documents to an archive.

The NoAutomation setting overrides this setting.

Default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsAutoSearch=true

See Also


IsContentRefineryPresent

Specifies if Inbound Refinery is installed.

This value is set to FALSE during initial WebCenter Content installation.

This value is set to TRUE during Inbound Refinery installation.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsContentRefineryPresent=true

IsDpSubmitErrorFatal

Used with Content Profiles. When set to TRUE, enables Content Server to issue a fatal error when a global rule violation is encountered.

Usage

Location

IntradocDir/config/config.cfg

Example

IsDpSubmitErrorFatal=true

See Also


IsDynamicConverterEnabled

Enables Dynamic Converter.

This value is set to FALSE during initial WebCenter Content installation.

This value is set to TRUE during Dynamic Converter installation.

Default is FALSE.

Usage

Location

Example

As a configuration setting, enables Dynamic Converter functionality:

IsDynamicConverterEnabled=true

As Idoc Script, used to evaluate whether dynamic converter functionality is enabled:

<$if IsDynamicConverterEnabled and isTrue(IsDynamicConverterEnabled)$>
    <tr>
      <td align="center" width="75">
        <a href="<$HttpCgiPath$>?IdcService=GET_TEMPLATE_CONVERSIONS">
          <img src="<$HttpImagesRoot$><$admin_conversion_image$>" border="0"
        width="<$adminImageWidth$>" height="<$adminImageHeight$>"></a>
      </td>
      <td width="10">&nbsp;
      </td>
      <td width="245"><span class=largeTableEntry>
        <a href="<$HttpCgiPath$>?IdcService=GET_TEMPLATE_CONVERSIONS">
        <$lc("wwTemplateConversions")$></span></a>
      </td>
    </tr>
<$endif$>

IsFormsPresent

Specifies if the PDF Forms software is installed.

This value is set to FALSE during initial installation.

This value is set to TRUE during PDF Forms installation.

Note:

This variable is deprecated. Use IsContentRefineryPresent instead.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsFormsPresent=false

See Also


IsJava

Displays the local data of a Content Server web page.

This variable can be set as a flag on a page or as a parameter to a service call.

Usage

Output

When set to TRUE, returns the local data in the DataBinder.

Example

When included in the code on a Content Server web page, displays the local data of a page:

<$IsJava=1$>

When included in a Content Server URL, displays the local data for the New Checkin page:

http://myinstance.com/idcplg/idc_cgi_isapi-instance.dll?IdcService=CHECKIN_NEW_FORM&IsJava=1

IsJdbcLockTrace

Dumps trace information to the console for database lock activity.

Used only with SQL Server and Oracle databases.

On Solaris, this output also appears in a log file in the IntradocDir/etc/log/ directory.

Default is an empty string.

This variable is obsolete as of the 7.0 release of Content Server. The functionality is available on the System Audit Information page.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsJdbcLockTrace=true

See Also


IsJdbcQueryTrace

Dumps trace information to the console for database query activity.

Used only with SQL Server and Oracle databases.

On Solaris, this output also appears in a log file in the IntradocDir/etc/log/ directory.

Default is an empty string.

This variable is obsolete as of the 7.0 release of Content Server. The functionality is available on the System Audit Information page.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

IsJdbcQueryTrace=true

See Also


IsJspServerEnabled

Enables Java Server Page functionality.

Java Server Page support enables developers to access and modify Content Server content, ResultSets, personalization and security definitions, and predefined variables and configuration settings through Java Server Pages rather than through standard Content Server component architecture. Content Server services and Idoc Script functions can also be executed from Java Server Pages, which reside as executable content in Content Server.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

IsJspServerEnabled=true

See Also


IsOverrideFormat

Enables users to select a different conversion format upon checkin.

When set to TRUE, a Format option list is displayed for the Primary File and Alternate File on the checkin page.

Default is FALSE.

Usage

Location

Example

As a configuration setting:

IsOverrideFormat=true

As Idoc Script, returns the value of the override format function:

<$IsOverrideFormat$>

IsPageDebug

Enables a trace of all includes and calls to the Idoc Script eval function.

The contents of the eval function and any dynamically assigned includes are also shown as part of the trace. The trace is indented by one + character per nested level of include or eval call. The trace also shows any error messages (without the nested location information) and the output of any calls to the Idoc Script trace function.

Note:

This setting is not supported in Internet Explorer version 6.

Usage

Output

Results of the trace can be viewed through the debug menu toolbar options which are accessed from the debug trace displayed at the bottom of the web page.

Click the debug trace to display the debug menu toolbar, then click any of the following options:

Element Description

hide all

Hides any open debug pop-ups.

idocscript trace

Displays a tree structure view of all includes being called.

request binder

Displays information on Local Data and Result Sets. Click a heading to expand the view of detailed information.

response binder

Displays information on Local Data and Result Sets. Click a heading to expand the view of detailed information.

final page binder

Displays information on Local Data and Result Sets. Click a heading to expand the view of detailed information.

javascript log

Displays Logger Console window with default setting of Verbose. Select checkboxes to display the following options: info, warn, error, time, window, trace, global, schema, javascript, LogReader. Click Pause or Clear to control the speed and amount of information displayed on the Logger Console.


Example

Used as a configuration setting in the Content Server config.cfg file, so it applies to the entire server:

IsPageDebug=1

In a web browser, added to the end of the page's URL in the Address field:

&IsPageDebug=1

Used on a template page or in an Idoc Script include:

<$IsPageDebug=1$>

See Also


isPhysicallySplitDir

Tells the Content Server instance that the vault/ and weblayout/ directories are on different file systems.

When set to TRUE, tells the server that the directories are on different file systems.

Default is FALSE.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

isPhysicallySplitDir=true

See Also


IsPrimaryUserBase

Specifies whether the LDAP provider is the primary LDAP server where external users are defined.

When set to TRUE, the provider will be used to authenticate new LDAP users who have not previously logged in to the Content Server instance.

When set to FALSE, the provider will be used to authenticate only LDAP users who have previously logged in using credentials from that provider.

Default is TRUE.

This setting is obsolete for version 7.0 and later of Content Server. See Priority for information on setting the order in which LDAP providers will be checked.

Usage

Location

Example

Used as a configuration entry:

IsPrimaryUserBase=false

isRepromptLogin

This workflow configuration entry is a suffix appended to a workflow step, forcing a new authentication challenge.

When set to TRUE, this configuration variable forces a login at a specific step of a workflow. This acts as a digital signature for that step.

This variable can be added at multiple steps of a workflow.

Usage

Location

IntradocDir/config/config.cfg

Example

In the following example, a review step named VPApproval requires a digital signature before continuing in the workflow. Set the isRepromoptLogin configuration entry as follows before initiating the workflow:

VPApproval:isRepromptLogin=true

See Also


IsSavedWfCompanionFile

Saves a copy of the companion file that is created when a piece of content enters a workflow. Normally the companion file is deleted when the content is approved and exits the workflow.

To use this variable, insert the variable as shown into the config.cfg file and restart the Content Server instance. The file will be saved in the IntradocDir/data/workflow/saved/ directory.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration variable:

IsSaveWfCompanionFiles=true

isValidateFile

Used as a parameter to the Upload applet. This variable verifies that the file to be uploaded exists. In order to be used, a component must be created that overwrites the applet definition as defined in the std_multiupload_applet_definition include in the std_page.htm resource file.

Usage

Example

Used as a configuration entry:

isValidateFile=true

IsWebServerPagesOnly

Used with the ExtranetLook component. This variable determines if cookie-based authentication is used or not. See the Oracle Fusion Middleware Administering Oracle WebCenter Content for details about using the ExtranetLook functionality.

When IsWebServerPagesOnly is set to TRUE, basic authentication is used and cookie-based logon/logoff functionality is disabled. Customized versions of the web server filter are used.

If set to FALSE, cookie-based authentication is used.

Usage

Location

Example

IsWebServerPagesOnly=FALSE

See Also


JdbcConnectionString

Defines the Java Database Connectivity (JDBC) connection (SQL Server Data Source Name), including the hostname, port number, and instance name.

This setting is automatically configured during installation if there are no network errors that make it impossible for the system to connect to the database. This setting must be changed manually if the database is changed or if the system could not find the database during installation.

If the run time version of Microsoft Access or MSDE is used, there are no database configuration options to set.

Default is JdbcConnectionString=JDBC:ODBC:SQLForInstance_name.

Usage

Location

Example

Defines the JDBC connection path:

JdbcConnectionString=jdbc:oracle:thin:@hostname:port_number:instance_name

See Also


JdbcDriver

Defines the Java Database Connectivity (JDBC) device driver name.

This setting is automatically configured during installation if there are no network errors that make it impossible for the system to connect to the database. This setting must be manually changed if the database is changed or if the system could not find the database during the installation.

If the run time version of Microsoft Access or MSDE is used, there are no database configuration options to set.

There is no default value.

Usage

Location

Example

Defines the JDBC device driver:

JdbcDriver=oracle.jdbc.driver.OracleDriver

See Also


JdbcPassword

Defines the SQL Server database password.

There is no default value.

Usage

Location

Example

Used as a configuration entry:

JdbcPassword=password

See Also


JdbcPasswordEncoding

Defines the type of encoding to use when storing the SQL Server database password.

To disable password encryption, set this value to ClearText.

Default is Intradoc.

If any other nonempty value is assigned, no encoding is performed.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

JdbcPasswordEncoding=ClearText

JdbcUser

Defines the SQL Server database user name.

Default is sa.

Usage

Location

Example

Used as a configuration entry:

JdbcUser=sa

See Also


JspAdminQuery

Defines which files are to be made available as web application files.

This setting is generally used to define the query to find the web application archiver (.war file) when deploying the Oracle JavaBean.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

JspAdminQuery=dExtension <matches> war

See Also


JspDefaultIndexPage

Defines the default page for a web application.

This is a comma-delimited list of file names that defines a search sequence. If the first file is not present, the second file will be the default page, and so on.

Default is index.html,index.htm,index.jsp.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

JspDefaultIndexPage=index.html,index.htm,index.jsp

See Also


JspEnabledGroups

Defines the security groups to be enabled for Java Server Page functionality.

Because Java Server Pages usually have full privileges to any resource on the hosting system, it can be important to restrict Java Server Pages to security groups which allow only contributors with certain permissions.

Usage

Location

Example

Used as a configuration entry:

JspEnabledGroups=jsp,group1

See Also


JvmCommandLine

Defines the location of the executable for the Java Virtual Machine command line.

There is no default value.

Usage

Location

Example

Used as a configuration entry:

JvmCommandLine="c:/jdk1.3.1/bin/java.exe" -classpath $CLASSPATH $STARTUPCLASS

LatestReleasedTimestampTimeout

Defines the minimum interval in milliseconds at which the timestamp of a converted content item will be checked.

For a particular cached web-viewable file, Dynamic Converter will consult the timestamp again only after the time specified by this setting has passed.

If the timestamp of a cached content item has changed, Dynamic Converter reconverts the file.

Default is 1500 milliseconds (1.5 seconds).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LatestReleasedTimestampTimeout=60000

LdapAdminDN

Specifies a user name that has Read permission for the LDAP server.

If this setting is not defined, the provider will connect to the LDAP server anonymously.

If the LDAP provider is communicating with Active Directory, a user name and password is required, and must be a valid domain user in the format DOMAIN\username.

Usage

Location

Example

Used as a configuration entry:

LdapAdminDN=ldap_admin

See Also


LdapAdminPassword

Specifies the password for the LdapAdminDN setting, which specifies a user name that has Read permission for the LDAP server.

Usage

Location

Example

Used as a configuration entry:

LdapAdminPassword=idc2

See Also


LdapPort

Defines the port number the LDAP server listens on.

Default is 389, unless you are using SSL.

If you are using SSL (see UseSecureLdap), set this value to 636.

Usage

Location

Example

Used as a configuration entry:

LdapPort=636

See Also


LdapServer

Host name of the LDAP server.

If the provider is communicating with Active Directory, this should be the host name of a primary domain controller.

Usage

Location

Example

Used as a configuration entry:

LDAPServer=iplanet_dir

LdapSuffix

Specifies the root suffix (naming context) to use for all LDAP operations (such as o=example.com or dc=example,dc=com).

All mapping of LDAP groups to Content Server roles and accounts will begin at this root.

Do not include spaces before or after commas.

Usage

Location

Example

Used as a configuration entry:

LdapSuffix=dc=example,dc=com

LkDisableOnRebuild

Used with the Link Manager functionality.

This variable controls link extraction during the indexing rebuild cycle.

If set to TRUE, this variable prevents Link Manager from extracting links during the index rebuild cycle. If set to FALSE, Link Manager extracts links during the indexing rebuild cycle.

The default is FALSE.

Because Link Manager does all of its work during the indexing cycle, it will increase the amount of time required to index documents and to rebuild collections. However, the time taken may not be noticeable because most of the time is spent indexing the document into the collection. The amount of time required depends on the type and size of the documents involved. That is, if the file needs to be converted, this requires more time than text-based (HTML) files.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkDisableOnRebuild=TRUE

See Also


LkDisableReferenceInfo

Used with the Link Manager functionality.

This variable enables or disables the Resources section on the Content Information page. If set to TRUE, it configures Content Server to suppress the References section. Link Manager then does not compute the link references for presentation.

If set to FALSE, Content Server displays the Show and Hide toggle switches on the Content Information page. By clicking on the toggle switch, link references are displayed or concealed.

The default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkDisableReferenceInfo=TRUE

See Also


LkDisallowConversionFormats

Used with the Link Manager functionality.

This variable provides a list of file formats that Link Manager will not covert before being processed for link extraction. By default, this is empty.

There are some file formats (such as Word) that must be converted by HtmlExport before links can be extracted. However, links in text-based file formats (HTML) can be extracted by Link Manager without requiring conversion by HtmlExport.

For example, you may have PHP files (or files in some other custom format) that are actually text-based. For such files, conversion by HtmlExport may not be necessary before Link Manager processes them for link extraction. Such formats can be listed in this configuration variable.

Usage

Parameters

The only parameter(s) are the formats.

Location

IntradocDir/config/config.cfg

Examples

In the following example, specifying the full MIME type format limits the variations of the listed types that are excluded. For example, listing application/msword will not exclude application/vnd.msword or other variations. In this case, you must include each specific MIME type variation in the list that you want to exclude.

LkDisallowConversionFormats=application/msword,audio/wav,video/avi

In the following example, all variations of each MIME type in the list are excluded. Using the shortened format of the MIME type is more advantageous in that it allows greater flexibility.

LkDisallowConversionFormats=msword,wav,avi

Important:

Link Manager does not use HtmlExport to convert files that contain any of the following strings in the file format: hcs, htm, image, text, xml, jsp, and asp. These files are handled by Link Manager without need for conversion. To check the current file formats and extension mappings of your system, use the File Formats window in the Configuration Manager

See Also


LkIsSecureSearch

Used with the Link Manager functionality.

This variable is used to manage security restriction checks for non-admin users during a link search.

If set to TRUE, this configures Link Manager to perform a security check on non-admin users while implementing a managed link search. This is the default setting.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkIsSecureSearch=TRUE

See Also


LkReExtractOnRebuild

Used with the Link Manager functionality.

This variable controls link extraction from previously indexed documents during a rebuild. If set to TRUE, it configures Link Manager to extract links from documents as they are indexed into the system during a rebuild. This is the default setting.

If set to FALSE, this prevents Link Manager from extracting links from documents as they are indexed into the system during a rebuild.

Because Link Manager does all of its work during the indexing cycle, it will increase the amount of time required to index documents and to rebuild collections. However, the time taken may not be noticeable since most of the time is spent indexing the document into the collection. Although, the amount of time required does depend on the type and size of the documents involved. That is, if the file needs to be converted, this requires more time than text-based (HTML) files.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkReExtractOnRebuild=FALSE

See Also


LkRefreshBatchSize

Used to control the number of links submitted to Site Studio during a refresh process. By default, the batch size value is set to 100.

Depending on the value, this configuration variable can make the refresh processes more (or less) receptive to an abort request. The calculation for LkRefreshErrorsAllowed is completed after, not during, each batch process. Therefore, the lower the value for LkRefreshBatchSize, the more likely it is that the refresh activity will promptly terminate because the number of allowed errors is more quickly exceeded.

If you are using Site Studio, LkRefreshBatchSize enables you to have better control over the refresh abort option than using the combined LkRefreshErrorPercent and LkRefreshErrorThreshold settings. For example, if you set the percent value to 5 and the threshold value to 20, you would expect the refresh activity to abort after the first error. However, Link Manager might actually process multiple errors before aborting.

The reason for this is that during refresh activities, all the links recognized as Site Studio links (or those requiring Site Studio processing) are grouped and sent to Site Studio as a batch. Consequently, refreshes are more efficient, but abort requests are unresponsive during this time because Site Studio is unaware of aborts and total error counts.

However, Site Studio is aware of the number of errors it has encountered in the current batch. For this reason, the Link Manager's abort calculation can not take place in all situations and the error configuration values (percent and threshold) are simply suggestions to Link Manager for when an abort should occur. Using LkRefreshBatchSize, however, enables you to more accurately control the abort receptivity during refresh activities that involve Site Studio link batches.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkRefreshBatchSize=200

See Also


LkRefreshErrorPercent

Used with Link Manager functionality.

This variable is used with LkRefreshErrorThreshold to compute if the refresh activity should be aborted. When the refresh activity processes more links than the threshold value, Link Manager calculates the proportion of errors. If the number of errors exceeds the percent value, the refresh activity is aborted.

The percent value is set to 10 by default.

Note:

If you choose to set a value for LkRefreshErrorsAllowed, it could override the combination of threshold and percent values. For example, if the value is less than the calculated threshold/percent value for links/errors, then the refresh activity could abort even if the number of links processed does not exceed the threshold limit. Therefore, it is recommended that you use either the LkRefreshErrorsAllowed configuration setting or the combination of the LkRefreshErrorThreshold and LkRefreshErrorPercent configuration settings.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkRefreshErrorPercent=20

See Also


LkRefreshErrorsAllowed

Used with Link Manager functionality.

This variable sets an absolute error count for refresh processes. When the set number of errors is encountered, the refresh activity aborts. This configuration setting is not used by default.

Note:

If you choose to set a value for LkRefreshErrorsAllowed, it could override the combination of threshold and percent values. For example, if the value is less than the calculated threshold/percent value for links/errors, then the refresh activity could abort even if the number of links processed does not exceed the threshold limit. Therefore, it is recommended that you use either the LkRefreshErrorsAllowed configuration setting or the combination of the LkRefreshErrorThreshold and LkRefreshErrorPercent configuration settings.

Type And Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkRefreshErrorsAllowed=10

See Also


LkRefreshErrorThreshold

Used with Link Manager functionality.

This variable is used with LkRefreshErrorPercent to compute if the refresh activity should be aborted. When the refresh activity processes more links than the threshold value, Link Manager calculates the proportion of errors. If the number of errors exceeds the percent value, the refresh activity is aborted.

The threshold value is set to 100 by default.

Note:

If you choose to set a value for LkRefreshErrorsAllowed, it could override the combination of threshold and percent values. For example, if the value is less than the calculated threshold/percent value for links/errors, then the refresh activity could abort even if the number of links processed does not exceed the threshold limit. Therefore, it is recommended that you use either the LkRefreshErrorsAllowed configuration setting or the combination of the LkRefreshErrorThreshold and LkRefreshErrorPercent configuration settings.

Type And Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LkRefreshErrorThreshold=200

See Also


LmDefaultLayout

Defines the default layout to use (for example, Top Menus or Trays).

The default installation value is Trays.

Type And Usage

Location

IntradocDir/config/config.cfg

Example

LmDefaultLayout=Top Menus

LmDefaultSkin

Defines the default skin to use (for example, Oracle, Oracle2).

Type And Usage

Location

IntradocDir/config/config.cfg

Example

LmDefaultSkin=Oracle

LocaleArchiverDateFormat

Specifies the naming format for Archiver batch file subdirectories. Often used when exporting and importing with different versions of Content Server.

Default is yy-MMM-dd_HH.mm.ss_SSS. For example, 03-feb-04_15.04.14_174.

Type And Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

LocaleArchiverDateFormat=dd-mm-yy

LogMessagePrefix

Adds a prefix to log entries to designate which the Content Server instance is creating the entry.

There is no default value.

Type And Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

LogMessagePrefix=Master

LogName

Specifies the file name of the log file created by the Content Server Analyzer utility.

This log file will be created in the directory specified by the IdcAnalyzeLogDir setting.

Default is IdcAnalyze.log.

Type And Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

LogName=contentserver1_analyze.log

See Also


MacSupportsSignedApplets

Enables the Upload and Download Applets for Macintosh clients.

Used only when Macintosh clients are used.

When set to TRUE, Macintosh clients can use the Upload and Download Applets for checking multiple files in and out.

When set to FALSE, Macintosh clients cannot use the Upload and Download Applets.

Default is FALSE.

Type And Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MacSupportsSignedApplets=true

MailServer

Defines the e-mail server that is used to process e-mails.

E-mail support is required for workflow notifications, subscription notifications, and project notifications in Collaboration Server.

There is no default value.

Usage

Location

Example

Used as a configuration entry:

MailServer=mail.example.com

See Also


MajorRevSeq

Defines the major sequence for revision numbers.

Returns the major revision label sequence (returns the value of the configuration setting).

Returns a string.

Default is 1-99.

Usage

Location

Example

As a configuration setting:

MajorRevSeq=A-Z

As script, returns the value of the configuration setting:

<$MajorRevSeq$>

See Also


MaxArchiveErrorsAllowed

Sets the number of errors after which the Archiver stops importing or exporting. Default is 50.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxArchiveErrorsAllowed=10

MaxCollectionSize

Defines the number of files to be passed to the Indexer in one batch.

Valid range is 1 to 65535.

A value of 2000 is recommended for large index collections. Lower values will result in inefficient indexing performance.

Returns the number of files per batch.

Default is 25.

Usage

Location

Example

As a configuration setting, defines the batch size:

MaxCollectionSize=25

As script, returns the value from configuration files:

<$MaxCollectionSize$>

MaxConversionCacheSizeInMegs

Defines the maximum size of the Dynamic Converter cache, in megabytes.

When a cleanup scan is run (see DatedCacheIntervalDays), the cache is cleaned up according to this setting as follows:

Default is 10,000 (10 gigabytes).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxConversionCacheSizeInMegs=5,000

See Also


MaxDocIndexErrors

Sets the number of errors after which the Indexer stops indexing or rebuilding.

Default is 50.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxDocIndexErrors=50

MaxErrorsAllowed

Sets the number of errors after which the Batch Loader stops processing records from the batch load file.

If you plan to run the Batch Loader with a large number of content items overnight, then increase the default value. If you monitor the Batch Loader with a small amount of content items, then decrease the default value.

Default is 50.

Returns value as integer.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

MaxErrorsAllowed=50

MaxIndexableFileSize

Sets the maximum document file size that be indexed. For full-text indexing, the maximum size default is 10MB unless changed by using this configuration variable.

The default for MaxIndexableFileSize is 10485760. If larger documents require full-text indexing, the value of MaxIndexableFileSize should be increased.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

MaxIndexableFileSize=10485760

MaxIntegerAllowed

Sets the maximum value allowed in custom Integer metadata fields.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

MaxIntegerAllowed=1000000

See Also


MaxNumRecursiveStepDefinitions

Specifies the maximum number of levels that recursion can be used when defining a custom conversion.

A custom conversion engine can call another conversion, but to prevent loops, this setting limits the number of levels of such calls.

Default is 6.

Usage

Location

IntradocDir/ucm/ibr/bin/config.cfg

Example

Used as a configuration entry:

MaxNumRecursiveStepDefinitions=3

MaxQueryRows

Sets the maximum number of rows that are displayed in the Repository Manager, Active Report pages, and the Work In Progress page.

Increasing this value will slow response time.

Default is 200.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxQueryRows=50

See Also


MaxRequestThreadCount

Sets the maximum number of simultaneous request threads.

Default is 100.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxRequestThreadCount=50

MaxResults

Sets the maximum number of content items returned from a search query using the Content Server user interface.

Specifying a value overrides the programmed default.

There is no default value. The maximum number of results that can be returned is 200.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxResults=200

MaxSavedSearchResults

Sets the maximum number of saved searches a user can make. Specifying a value overrides the default (10).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxSavedSearchResults=25

MaxSearchableSubfolders

Specifies the maximum number of subfolders that will be searched within a hierarchy of contribution folders (for example, when searching with a GET_SEARCH_RESULTS query). By default the maximum number of subfolders that will be searched is limited to 500.

Note:

Setting the environment variable to a higher value can result in a significant performance degradation and/or a query larger than the maximum limit allowed in SQL (usually 32K), in which case the query will fail. This is why the variable exists and is set to a modest value.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

MaxSearchableSubfolders=500

MaxSearchConnections

Sets the maximum number of search connections that are open simultaneously.

For example, if MaxSearchConnections=5 and six search requests are made at the same time, the sixth request goes into a queue until one of the first five requests is completed.

Default is 10.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxSearchConnections=5

MaxSizeResourceFileCacheMillions

Sets the maximum size of resource files, in millions of double-byte characters.

This value limits the size of files before they are read in and parsed.

Multiply file sizes by 2.5 to get a better estimate of true size in memory.

Default is 10.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxSizeResourceFileCacheMillions=20

MaxStandardDatabaseResults

Sets the maximum number of users displayed.

This is valid for any applet that allows you to select users from a list.

Default is 500.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MaxStandardDatabaseResults=1000

MemoFieldSize

Defines the field size created in the database for memo fields.

Ensure that the database supports whatever size is chosen.

Default is 255 characters.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MemoFieldSize=300

See Also


MinIndexableFileSize

Sets the minimum document file size that can be indexed. For full-text indexing, the minimum size default is 5 bytes unless changed by using this configuration variable.

The default for MinIndexableFileSize is 5 bytes.

Usage

Location

IntradocDir/config/config.cfg


MinIntegerAllowed

Sets the minimum value allowed in custom Integer metadata fields.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

MinIntegerAllowed=0

See Also


MinMemoFieldSize

Defines the size at which a custom metadata field is defined as a memo field rather than a long text field.

If the field sizes of the DocMeta table have been edited directly in the database, Content Server classifies the varchar field types by their lengths.

Default is 255 characters.

The following field type rules apply when this setting is defined:

Field Type Evaluation Rules

Text

<50

Long Text

>= 50 and < MinMemoFieldSize

Memo

>= MinMemoFieldSize


Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

MinMemoFieldSize=300

See Also


MinorRevSeq

Defines the minor sequence for revision numbers.

Returns the minor revision label sequence (returns the value of the configuration setting).

Returns a string.

Usage

Location

Example

As a configuration setting:

MinorRevSeq=a-c

As script, returns the value of the configuration setting:

<$MinorRevSeq$>

See Also


MSPubexePath

Defines the path for the MS Publisher executable file.

Returns the path as a string.

Default is an empty string.

Usage

Location

Example

Used as a configuration entry:

MSPubexePath=c:/Program Files/Microsoft Publisher/mspub.exe

MultiUpload

Enables the multiple file Upload Applet.

When set to TRUE, the Upload Applet is enabled so that multiple files can be zipped and checked in as a single content item.

When set to FALSE, the Upload Applet is disabled.

Default is FALSE.

Usage

Location

Example

As a configuration setting, enables the Upload Applet:

MultiUpload=true

As script, evaluates the condition of the Upload Applet:

<$MultiUpload$>

See Also


NeverTimeoutForcedConversionsTemplateChange

Defines whether Dynamic Converter will reconvert a file when the template or layout has changed.

When set to TRUE, files that were converted by forced or up front conversion will not be reconverted when the template or layout is changed.

If a conversion rule is changed to use a different template or layout, the normal evaluation logic is used.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

NeverTimeoutForcedConversionsTemplateChange=true

See Also


NoAutomation

Disables all automated Content Server activity.

This setting overrides the IsAutoArchiver, IsAutoQueue, and IsAutoSearch settings.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

NoAutomation=true

See Also


noInfoColumn

Defines whether to display the Info column on search results pages.

When set to TRUE, a column containing links to Content Information pages is displayed on the standard search results page.

When set to FALSE, Info links are not displayed on the standard search results page.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

noInfoColumn=1

See Also


noRevisionsColumn

Defines whether to display the Revisions column on search results pages.

When set to TRUE, a column containing links to Revision History pages is displayed on the standard search results page.

When set to FALSE, Revision History links are not displayed on the standard search results page.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

noRevisionsColumn=1

See Also


NoSearchConnectionCloseOnDocChange

Disables automatic closure of all search connections when a document has been modified (inserted, updated, or deleted).

Caution:

Setting this to TRUE may lead to incorrect search results when the system is under high stress.

When set to TRUE, search connections stay open even when a document is changed.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

NoSearchConnectionCloseOnDocChange=true

NotationForRequiredFields

Formats how a required metadata field is displayed.

When set, the required field appears with the indicated string in front of the metadata field.

The string is included in a cascading style sheet.

If StyleForRequiredFields is defined, NotationforRequiredFields will be formatted in the style defined by StyleForRequiredFields.

Usage

Parameters

The only parameter is the string.

Location

IntradocDir/config/config.cfg

Example

To set an asterisk in front of a required field:

NotationForRequiredFields=*

See Also


NotificationIntervalInDays

This configuration variable defines how often a notification query is run. Notification queries define the criteria used to search for expired content.

If NotificationIntervalInDays is not set, the default value is one day.

Usage

Location

IntradocDir/config/config.cfg

Example

NotificationIntervalInDays=3

See Also


NotificationMaximum

This configuration variable defines the maximum number of content items that will be returned by a notification query. Notification queries define the criteria used to search for expired content.

If NotificationMaximum is not set, the default value is 1000.

Usage

Location

IntradocDir/config/config.cfg

Example

NotificationMaximum=500

See Also


NotificationQuery

This setting defines criteria for the automatic query that searches for expired content.

If NotificationQuery is not set, the default value is all content that expires in the next seven days.

Usage

Parameters

There is one parameter, the query to be used. The query can be one of the following. See the EXAMPLES section for sample queries.

Location

IntradocDir/config/config.cfg

Example

Idoc Script Example

When used in conjunction with database indexing, the following query provides email notification for all documents that expire in seven days:

NotificationQuery=dOutDate < '<$dateCurrent(7)$>'>

URL Encoded Example

The following query returns all content expiring after August 1, 2007. The URL from the browser address line is copied, beginning with the QueryText portion:

NotificationQuery=QueryText=dOutDate+%3C+%608%2F1%2F06%60&SearchProviders= [...}

Plain Text Query

The following query returns all content expiring after August 1, 2007:

NotificationQuery=8/1/07

See Also


NotifyExtras

This configuration variable defines the users who will receive a list of expired content in addition to the authors of each content item. Notification queries define the criteria used to search for expired content.

If the NotifyExtras setting is in the config.cfg file but has no value defined, no extra notification is sent.

Usage

Location

IntradocDir/config/config.cfg

Example

NotificationExtras=jwilson, nadams

See Also


NotifyTime

This configuration variable defines the time of day the notification query is run, specified in 24-hour notation. Notification queries define the criteria used to search for expired content.

If NotifyTime is not set, the default value is midnight (00:01).

Usage

Location

IntradocDir/config/config.cfg

Example

The following example sets the time to 11:30 AM:

NotifyTime=11:30

The following example sets the time to 1:30 PM:

NotifyTime=13:30

See Also


NtlmSecurityEnabled

Enables Windows network authentication for the Content Server instance.

This option is available only when using an IIS web server.

When set to TRUE, users defined on a Windows network (NTLM) or in Active Directory can log in to the Content Server instance using their network credentials.

Default is FALSE.

Usage

Location

Example

Enables NTLM security:

NtlmSecurityEnabled=true

See Also


NumAdditionalRenditions

Used by the Thumbnails program to set the number of renditions of a content item.

When set to 0, thumbnails are not created on search results pages.

When set to 1, thumbnails are created on search results pages.

Default is 0.

Usage

Location

IntradocDir/config/config.cfg

Example

Used to determine if useThumbnails should be set:

<@dynamichtml searchapi_result_definitions@>
    <$if NumAdditionalRenditions and NumAdditionalRenditions > 0$>
        <$useThumbnails=1$>
    <$endif$>
<@end@>

NumConnections

Sets the number of open connections to the database. Default is 15. The default for standalone applets is 4.

This setting applies to the Content Server instance and any standalone applications and utilities, so each application will use the specified number of connections.

If your database does not allow enough connections to be open at one time, an error will occur when you attempt to start an application or utility.

To avoid this problem, you can isolate the NumConnections setting for the Content Server instance from the setting for applications and utilities as follows:

  1. Specify the NumConnections setting for the Content Server instance in the DomainHome/ucm/cs/bin/intradoc.cfg file rather than IntradocDir/config/config.cfg file.

  2. Make a copy of the DomainHome/ucm/cs/bin/ directory and give it a unique name (such as DomainHome/ucm/cs/applet_bin/).

  3. Set the NumConnections value for application and utilities in the intradoc.cfg file in the new directory (for example, NumConnections=2).

  4. Run applications and utilities from the new directory (change any scripts and shortcuts in Windows), but continue to run the Content Server instance from the DomainHome/ucm/cs/bin/ directory.

If necessary, you can create a separate directory and NumConnections setting for each application and utility.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

NumConnections=10

OdbcDateFormat

Used in Content Server version 6.x to provide backward compatibility for importation of Content Server 7.x archives.

Content Server 7.x includes a millisecond data format that was not present in earlier versions. When the 6.x Archiver attempts to import the 7.x archives, the millisecond field causes an error.

Usage

Example

To add this entry to the 6.x config.cfg file:

  1. Copy the 6.x config.cfg file to another name (to save it as a backup).

  2. Edit the config.cfg file in a text editor, adding the following setting:

    OdbcDateFormat='{ts' "yyyy-MM-dd HH:mm:ss{.SSS}"'}'
    
  3. Restart the server.


OpenOfficeListenerPort

Defines the socket port for the OpenOffice listener.

This setting is used by PDF Converter's OpenOffice connection string:

uno:socket,host=<OpenOfficeListenerURL>, port=<OpenOfficeListenerPort>;urp;StarOffice.ServiceManager

Default is 8100.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

OpenOfficeListenerPort=8110

See Also


OpenOfficeListenerURL

Defines the URL (socket hostname) for the OpenOffice listener.

This setting is used by PDF Converter's OpenOffice connection string:

uno:socket,host=<OpenOfficeListenerURL>,port=<OpenOfficeListenerPort>;urp; StarOffice.ServiceManager

Default is localhost.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

OpenOfficeListenerURL=/mycomputer/localhost

See Also


OpenOfficePath

Defines the path for the OpenOffice listener.

If PDF Converter cannot connect to the OpenOffice connection, it attempts to open the listener defined by this path.

Default is an empty string.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

OpenOfficePath=C:\Program Files\Open Office.org.1.0.1\program\quickstart.exe

PageMakerExePath

Defines the path for the Adobe PageMaker executable file.

Returns the path as a string.

Default is an empty string.

Usage

Location

Example

Used as a configuration entry:

PageMakerExePath=c:/Program Files/Adobe/PageMaker 6.5/pagemaker.exe

PLUGIN_DEBUG

Enables logging of events that occur inside the web server plug-in filters.

When set to TRUE, events that occur inside any plugins that understand this flag will be recorded in the following log file:

When changing this setting on Apache on the Content Server instance, only the Content Server instance must be restarted.

Default is FALSE.

Usage

Location

IntradocDir/data/users/SystemFilters.hda

Example

Used as a configuration entry:

PLUGIN_DEBUG=true

PostConversionTimeOut

Defines the default post-conversion timeout.

Returns the post-conversion timeout values.

This variable must be followed by one of these flags:

Flag Description

#factor

This value is multiplied by the file size to determine the amount of time allowed for post-conversion processing. (The resulting time is limited by the #max and #min flags.) The default value is 1. Increase this value for busy or slow systems.

#max

Specifies the maximum time in seconds that Inbound Refinery waits for any post-conversion processes to complete. The default time is 10 seconds.

#min

Specifies the minimum time in seconds that Inbound Refinery waits for any post-conversion processes to complete. The default time is 1 second.


Usage

Location

Example

Used as a configuration entry:

PostConversionTimeOut#factor=1

PostprocessPDFPath

Defines the path to an executable that is used to process PDF files after conversion.

The PDF file path is the only command line parameter.

The specified file must be a Win32 executable.

This process is invoked after the conversion to PDF and before the optimization of the PDF. Because this process is invoked once for each file that is processed by Inbound Refinery, it could also be used for other events that might need to be synchronized to the conversion of a file. If the value is not empty, Inbound Refinery will attempt to run the process.

Default is an empty string.

Usage

Location

Example

Used as a configuration entry:

PostprocessPDFPath=c:/domain/IdcRefinery/ConversionProcess/IDCWaterPost.exe

PostscriptPrinterName

Specifies the name of the printer that is used to convert files to PostScript.

This must be the name of a valid PostScript printer.

Default is IDC PDF Converter.

Usage

Location

IntradocDir/IdcRefinery/shared/idcrefinery.cfg

Example

Used as a configuration entry:

PostscriptPrinterName=Acrobat Distiller

PowerPointPrintOutput

Defines how Microsoft PowerPoint content items are converted.

When set to slide, each page of the PDF file contains one slide.

When set to notes, each page of the PDF file contains a slide with its notes.

When set to handout, each page of the PDF file contains six slides.

Default is slide.

Usage

Location

Example

Used as a configuration entry:

PowerPointPrintOutput=notes

See Also


PreconversionPath

Defines the path to an executable that is used to process files before conversion.

The specified file must be a Win32 executable.

Default is an empty string.

Usage

Location

Example

Used as a configuration entry:

PreconversionPath=c:/out/preconversion.bat

PreconversionWaitTime

Defines the preconversion timeout.

Returns the preconversion timeout value.

This variable must be followed by one of these flags:

Flag Description

#factor

This value is multiplied by the file size to determine the amount of time allowed for preconversion processes. (The resulting time is limited by the #max and #min flags.) The default value is 1. Increase this value for busy or slow systems.

#max

Specifies the maximum time in seconds that Inbound Refinery waits for the preconversion process to complete. The default time is 10 seconds.

#min

Specifies the minimum time in seconds that Inbound Refinery waits for the preconversion process to complete. The default time is 1 second.


Usage

Location

Example

Used as a configuration entry:

PreconversionWaitTime#max=60

PreviewOutputExtension

Defines the file extension output from Content Publisher that is to be used in HTML Preview.

Default is HCSP.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

PreviewOutputExtension=jsp

PreviewPath

Defines the path for HTML Preview executable.

The tcpreview.exe file resides in the Content Publisher installation directory.

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

PreviewPath=C:/Program Files/Oracle Content Publisher/tcpreview.exe

PrimaryWorkQueueTimeout

Sets the number of seconds until workflow and subscription notification e-mails are sent.

Set this to a lower number if you do not want e-mails to be delayed or if you want immediate response during debugging. Note that a small number could use a large amount of resources.

Content Server has an e-mail message buffer of 20000 bytes. If a large number of subscription notification e-mails are triggered in a short period of time (for example, 40 content items with 40 subscribers each), the buffer can become overloaded and the notification e-mails will not be sent. The following Content Server error message indicates that the buffer was overloaded: Work queue error: Error while collating work queue (Message to append to queue 'CollatedWorkQueue' was too large.)

The limit to the total size of a subscription notification e-mail sent is 1GB. The total number of subscription notification e-mails that can be included in one e-mail sent to n users is 1GB divided by the size of the subscription notification e-mail.

Default is 600 (10 minutes).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

PrimaryWorkQueueTimeout=30

PrinterPortPath

Defines the location of the PostScript file created by Inbound Refinery.

This setting must match the port setting of the printer used by Inbound Refinery.

Default is c:/temp/idcoutput.ps.

Usage

Location

IntradocDir/IdcRefinery/shared/idcrefinery.cfg

Example

Used as a configuration entry:

PrinterPortPath=c:/temp/idcrefinery/idcoutput.ps

See Also


Priority

Specifies the order in which LDAP providers will be checked for the user credentials.

This field is used only when a user has not previously logged into the Content Server instance. If the user has previously requested credentials, the SourcePath will be stored for that user, so the LDAP provider specified by the Source Path will be used.

Each LDAP provider in the Content Server instance must have a unique Priority number.

Default is 1.

Usage

Location

Example

Used as a configuration entry:

Priority=2

See Also


ProcessExcelUrlHyperlinks

Enables the processing of URL hyperlinks in Microsoft Excel content items.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessExcelUrlHyperlinks=true

ProcessInDesignBookMarks

Enables the conversion of internal document links in Adobe InDesign content items.

Default is TRUE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

ProcessInDesignBookmarks=false

See Also


ProcessInDesignHyperlinks

Enables the conversion of URL links in Adobe InDesign content items.

Default is TRUE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

ProcessInDesignHyperlinks=false

See Also


ProcessInDesignInternalPDFThumbnail

Enables the creation of PDF page thumbnails when converting Adobe InDesign content items.

This setting does not affect the creation of thumbnails on search results pages.

Default is TRUE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

ProcessInDesignInternalPDFThumbnail=false

See Also


ProcessInDesignLinkUpdate

Enables an update of all links in Adobe InDesign content items before conversion.

Default is FALSE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

ProcessInDesignLinkUpdate=true

See Also


ProcessInDesignPDFCompatibility50

Sets the version of the PDF files that PDF Converter produces from Adobe InDesign content items.

Default is FALSE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

ProcessInDesignPDFCompatibility50=true

ProcessPowerpointHyperlinks

Enables the processing of hyperlinks in Microsoft PowerPoint content items.

If the PowerPointPrintOutput setting is set to NOTES or HANDOUT, hyperlinks in PowerPoint files are not processed.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessPowerpointHyperlinks=true

See Also


ProcessVisioInternalHyperlinks

Enables the conversion of internal hyperlinks in Microsoft Visio content items.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessVisioInternalHyperlinks=true

See Also


ProcessVisioUrlHyperlinks

Enables the conversion of URL links in Microsoft Visio content items.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessVisioUrlHyperlinks=true

See Also


ProcessWordBookMarks

Enables the conversion of page reference bookmarks in Microsoft Word content items.

Default is TRUE.

Usage

Location

Example

Used as a configuration entry:

ProcessWordBookMarks=false

See Also


ProcessWordComments

Enables the conversion of comments in Microsoft Word content items to PDF notes.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessWordComments=true

See Also


ProcessWordEmailLinks

Enables the conversion of e-mail hyperlinks in Microsoft Word content items.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessWordEmailLinks=true

See Also


ProcessWordFootEndNote

Enables the conversion of footnotes and endnotes in Microsoft Word content items to hyperlinks.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessWordFootEndNote=true

See Also


ProcessWordHeadings

Enables the conversion of standard headings in Microsoft Word content items to PDF bookmarks.

Default is TRUE.

Usage

Location

Example

Used as a configuration entry:

ProcessWordHeadings=false

See Also


ProcessWordHyperlinks

Enables the conversion of hyperlinks in Microsoft Word content items.

Default is TRUE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

ProcessWordHyperlinks=true

See Also


ProcessWordToc

Enables the conversion of tables of contents in Microsoft Word content items to PDF bookmarks.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

ProcessWordToc=true

See Also


ProcessWordUrlHyperlinks

Enables the conversion of URL hyperlinks in Microsoft Word content items.

Default is TRUE.

Usage

Location

Example

Used as a configuration entry:

ProcessWordUrlHyperlinks=false

See Also


ProviderClass

Specifies the name of a Java class that implements the provider.

The default depends on the type of provider:

Provider Type Default Value

Outgoing

intradoc.provider.SocketOutgoingProvider

Database

intradoc.jdbc.JdbcWorkspace

Incoming

intradoc.provider.SocketIncomingProvider

Preview

intradoc.provider.SocketOutgoingProvider

Ldapuser

intradoc.provider.LdapUserProvider


Usage

Location

Example

Used as a configuration entry:

ProviderConnection=intradoc.provider.SocketOutgoingProvider

ProviderConfig

Specifies the name of a Java class that performs some extra configuration for a provider.

This setting is most useful for database providers, where the connection classes are already providers.

There is no default.

Usage

Location

Example

Used as a configuration entry:

ProviderConfig=intradoc.provider.CustomClass

ProviderConnection

Specifies the name of a Java class that implements the provider connection.

The default depends on the type of provider:

Provider Type Default Value

Outgoing

intradoc.provider.SocketOutgoingConnection

Database

intradoc.jdbc.JdbcConnection

Incoming

intradoc.provider.SocketIncomingConnection

Preview

intradoc.provider.SocketOutgoingConnection

Ldapuser

intradoc.provider.LdapConnection


Usage

Location

Example

Used as a configuration entry:

ProviderConnection=intradoc.provider.SocketOutgoingConnection

ProviderCredentialsMap

Specifies the name of a Credentials Map for use with JpsUserProvider.

There is no default.

Usage

Location

Example

Used as a configuration entry. Add the line before the "@end" line in the file. The last lines of the file should look similar to:

SourcePath=jpsuser
ProviderClass=idc.provider.jps.JpsUserProvider
ProviderCredentialsMap=name_of_map
@end

ProviderDir

Defines the path to the providers/ directory.

Default is DomainHome/ucm/cs/data/providers/.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

ProviderDir=c:/domain/data/providers

ProviderType

Specifies the type of provider.

The following provider types are available:

Provider Type Value

Outgoing

outgoing

Database

database

Incoming

incoming

Preview

preview

Ldapuser

ldapuser


Usage

Location

IntradocDir/data/providers/provider_name/provider.hda

Example

Used as a configuration entry:

ProviderType=ldapuser

pucDefaultTime

Specifies how the time is entered into the date/time fields when using the pop-up calendar. If this option is not set, the time defaults to midnight of the selected date.

This is a string value which can be set in the following ways:

Usage

Location

IntradocDir/config/config.cfg

Example

pucDefaultTime=current

pucEnableOnSearch

If set to TRUE, specifies if the pop-up calendar is available on a search page. If set to FALSE, disables the pop-up calendar on the search page.

The default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

pucEnableOnSearch=false

pucHideTimeInDateFields

Specifies if date fields display only the date or the date and time.

The default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

pucHideTimeInDateFields=true

See Also


pucUseMonthLocale

Determines how the month names are displayed in the pop-up calendar.

This is a string value which can be set in the following ways:

Default is long.

Usage

Example

pucUseMonthLocale=short

See Also


pucUseWeekdayLocale

Determines how the day names are displayed in the pop-up calendar.

This is a string value which can be set in the following ways:

Default is long.

Usage

Example

pucUseWeekdayLocale=short

See Also


pucXOffset

Specifies the horizontal location of the pop-up calendar on the page in pixels, relative to the default position. This is a value set as an integer. The default is 0.

Usage

Example

pucXOffset=10

See Also


pucYOffset

Specifies the vertical location of the pop-up calendar on the page in pixels, relative to the default position. This is a value set as an integer. The default is 0.

Usage

Example

pucYOffset=10

See Also


pucZIndex

Specifies the z-ordering object position of the pop-up calendar layer. The larger the number, the higher the placement within the page layer positions. Use a positive number greater than any other z-index style attribute specified on the page to ensure the calendar is displayed over other elements.

This is specified as an integer value. Default is 0.

Usage

Example

pucZIndex=10

QueueDir

Defines the path to the working directory for the Inbound Refinery queue.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

QueueDir=x:/domain_refinery/

RecordsManagementDenyAuthorFreePassOnRMSecurity

When a content item is placed in an ACL-restricted contribution folder (RW recordsmanager alias), users have only RW access, except for the author who can delete the item. Setting this configuration variable to true disallows deletion of the item by the author, restricting the author to only RW access.

The default is FALSE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RecordsManagementDenyAuthorFreePassOnRMSecurity=true

RecordsManagementNumberOverwriteOnDelete

Sets the number of disk scrubbing passes used for a destroy action.

The default is 2.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RecordsManagementNumberOverwriteOnDelete=4

RedirectHostsFilter

Used to indicate a filter of allowed redirect hosts. The current host is added to this filter by default.

Use a pipe character | to separate multiple addresses. Make sure there are no spaces on either side of the pipe.

Use wildcards to indicate groups of addresses (* for zero or more characters, ? for a single character).

Default is the URL of the local host.

Usage

Location

Example

Used as a configuration entry:

RedirectHostsFilter=*.google.com|www.cnn.com

RequestAuditAdditionalVerboseFieldsList

Used with verbose tracing when the Request Audit trace is activated.

The Request Audit trace appears on the System Audit Information Page. This trace creates two separate summaries calculated over two different time intervals. The trace calculates the number of service requests and length of time to perform the requests. After a summary is reported for the specified interval the values are reset and the cumulative totals and averages are computed again for the next interval period.

This configuration variable is a comma-delimited list of additional fields to display when reporting information about the request.

Usage

Location

IntradocDir/config/config.cfg

Example

RequestAuditAdditionalVerboseFieldsList=xComment,dDocType

See Also


RequestAuditIntervalSeconds1

Used to specify the short audit interval for the Request Audit trace.

The Request Audit trace appears on the System Audit Information Page. This trace creates two separate summaries calculated over two different time intervals. The trace calculates the number of service requests and length of time to perform the requests. After a summary is reported for the specified interval the values are reset and the cumulative totals and averages are computed again for the next interval period.

Specify the value in seconds.

The default value is 120 seconds (2 minutes).

Usage

Location

IntradocDir/config/config.cfg

Example

RequestAuditIntervalSeconds1=240

See Also


RequestAuditIntervalSeconds2

Used to specify the long audit interval for the Request Audit trace.

The Request Audit trace appears on the System Audit Information Page. This trace creates two separate summaries calculated over two different time intervals. The trace calculates the number of service requests and length of time to perform the requests. After a summary is reported for the specified interval period the values are reset and the cumulative totals and averages are computed again for the next interval period.

Specify the value in seconds.

The default value is 3600 seconds (1 hour).

Usage

Location

IntradocDir/config/config.cfg

Example

RequestAuditIntervalSeconds2=7200

See Also


RequestAuditListDepth1

Used to specify the number of services to present in the Request Audit trace.

This configuration value applies only to the short audit period.

The Request Audit trace appears on the System Audit Information Page. This trace creates two separate summaries calculated over two different time intervals. The trace calculates the number of service requests and length of time to perform the requests.

This variable is used to specify the number of services to present from a sorted list of requests. The list is sorted in descending order by elapsed time consumed.

The default value is 5.

Usage

Location

IntradocDir/config/config.cfg

Example

RequestAuditListDepth1=7

See Also


RequestAuditListDepth2

Used to specify the number of services to present in the Request Audit trace.

This configuration value applies only to the long audit period.

The Request Audit trace appears on the System Audit Information Page. This trace creates two separate summaries calculated over two different time intervals. The trace calculates the number of requests and length of time to perform the requests.

This variable is used to specify the number of services to present. The list is sorted in descending order by elapsed time consumed.

The default value is 20.

Usage

Location

IntradocDir/config/config.cfg

Example

RequestAuditListDepth2=25

See Also


RequestAuditSubClassificationField

Used to specify an internal field, usually a metadata field for documents, whose value is appended to the service name in order to differentiate the name in the Request Audit list.

The Request Audit trace appears on the System Audit Information Page. This trace creates two separate summaries calculated over two different time intervals. The trace calculates the number of service requests and length of time to perform the requests.

In some cases, the service name does not create an adequate breakdown of the different types of requests. This entry helps to differentiate the types of entries.

Usage

Location

IntradocDir/config/config.cfg

Example

RequestAuditSubClassificationField=xDepartment

See Also


ResultsTitle

Defines a title for the search results page.

This variable is used by the Web Layout Editor to name the search results page and display a heading at the top of that page.

Usage

Output

Returns the page title as a string.

Example

As an HDA entry, names the search results page:

@Properties LocalData
ResultsTitle=Content Items
@end

As a script, returns the defined name:

<$if ResultsTitle$>ResultsTitle=<$url(ResultsTitle)$>

RmaAddDocWhereClauseForScreening

Allows users with the Oracle WebCenter Content: Records Administrator role to screen for frozen items to which they do not have access (through ACLs) on the screening page or the Freeze Information Page.

The default is FALSE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RmaAddDocWhereClauseForScreening=true

RmaAllowKeepOrDestroyMetadataOption

This variable enables the option to keep or destroy metadata when using the following disposition actions: Delete All Revisions, Accession, Archive, Move, and Transfer.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RmaAllowKeepOrDestroyMetadataOption=true

RmaEnableFilePlan

This variable enables File Plan contribution folder structure functionality.

The default is FALSE.

Restart Oracle WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RmaEnableFilePlan=true

RmaEnableFixedClones

This variable enables the fixed clone functionality, which allows the creation of record clones of content revisions.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RmaEnableFixedClones=false

RmaEnablePostFilterOnScreening

This variable enables additional security on screening results. If a user does not have appropriate security for an item in a screening result list, that item is hidden from view.

The default is TRUE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RmaEnablePostFilterOnScreening=false

RmaFilePlanVolumePrefix and RmaFilePlanVolumeSuffix

These variables are used to define the naming convention for volumes. The usual convention is prefix+timestamp+suffix. Use these variables to define the prefix and suffix. If neither is defined, a prefix of volume_ is used by default.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg


RmaFixedClonesTitleSuffix

This variable sets the suffix that is automatically appended to a fixed clone content item.

Default: RmaFixedClonesTitleSuffix=fixed_clone

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg


RMAHideExternalFieldsFromCheckInUpdate

Use this variable to hide external fields on the Checkin and Update pages.

The default is TRUE.

Restart WebCenter Content for this variable to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RMAHideExternalFieldsFromCheckInUpdate=false

RMAHideExternalFieldsFromSearchInfo

Specifies whether to hide external fields on the Search and Content Information pages. The default is TRUE.

The default is TRUE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RMAHideExternalFieldsFromSearchInfo=false

RmaNotifyDispReviewerAndCatAuthor

Controls who is notified when events are triggered by a disposition rule.

The default is TRUE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RmaNotifyDispReviewerAndCatAuthor=false

RmaNotifyReviewerAndAlternateReviewer

Controls if an alternate user can perform review actions and process assigned disposition events.

The default is TRUE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

RmaNotifyReviewerAndAlternateReviewer=false

rule:IsFragmentOnly

Specifies that a particular forced conversion rule creates a fragment in Dynamic Converter.

Fragments are pieces of content that will be included in another content item. Fragments generally do not include <HTML> or <BODY> tags, and are not intended to be viewed by themselves.

When this variable is set to 1, the specified forced conversion rule converts files to fragments.

The specified forced conversion rule must be included in the ForcedConversionRules setting.

There is no default.

Usage

Location

IntradocDir/config/config.cfg

Example

Specifies that the RuleA forced conversion rule converts files to fragments:

RuleA:IsFragmentOnly=1
ForcedConversionRules=RuleA

See Also


SchemaAllowRecursiveFileMove

If set to TRUE, enables the ability to move files on UNIX systems on an individual basis from a schema publishing location into the production location. This allows swapping of the schema directory into its production directory.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaAllowRecursiveFileMove=true

SchemaBuildDigestFile

If set to TRUE, builds a file containing digests of all the files published. Setting this to TRUE increases the time required to publish schema.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaBuildDigestFile=true

See Also


SchemaPublishCheckInterval

Establishes the interval between checks for non-subject-driven schema publishing requests.

This is triggered if the IntradocDir/data/schema/publishlock/publish.dat file is accessed.

Specify the value in seconds.

Default is 120 seconds (two minutes).

Change this setting if there is an external program that modifies data in schema-managed tables and which accesses the file IntradocDir/data/schema/publishlock/publish.dat.

On a development server, use a low value to ensure prompt publishing (for example, SchemaPublishCheckInterval=2).

Lowering the default value on a production server may cause performance problems.

Usage

Location

IntradocDir/config/config.cfg

Example

To set this interval for 10 minutes, use the following:

SchemaPublishCheckInterval=600

SchemaPublishInterval

The interval between unprovoked schema operations (that is, operations that are not caused by an event).

Specify this value in seconds.

Default is 14400 (four hours).

SchemaPublisher will usually publish at least once during this interval.

On a development server, use a low value to ensure prompt publishing (for example, SchemaPublishInterval=30).

Lowering the default value on a production server may cause performance problems.

Usage

Location

IntradocDir/config/config.cfg

Example

To set this interval to one week, use the following:

SchemaPublishInterval=604800

SchemaPublishMaximumInterval

The maximum amount of time between automatic schema publishing cycles.

Specify this value in seconds.

Default is 86400 (one day).

On a development server, set a low value to ensure prompt publishing (for example, SchemaPublishMaximumInterval=30).

Lowering the default value on a production server may cause performance problems.

Usage

Location

IntradocDir/config/config.cfg

Example

To specify this value as four hours, use the following:

SchemaPublishMaximumInterval=14400

SchemaPublishMinimumInterval

The minimum amount of time between automatic schema publishing cycles.

Specify this value in seconds.

Default is four seconds.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaPublishMinimumInterval=8

SchemaPublishRenameRetryInitialInterval

Specifies the delay before retrying a rename operation.

The rename operation involves renaming of the schema directory to schema.old or the schema.work directory to schema.

After a failed retry, the delay value is doubled.

If SchemaPublishRenameRetryIterations is reached, the publishing operation fails.

Specify the value in milliseconds.

The default value is 100 milliseconds.

This affects behavior on Windows systems only.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaPublishRenameRetryInitialInterval=50

See Also


SchemaPublishRenameRetryIterations

Specifies the number of times a rename operation will be tried.

This affects operations on Windows systems only.

The operation involves renaming of the schema directory to schema.old or the schema.work directory to schema.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaPublishRenameRetryIterations=6

See Also


SchemaPublishRetryInterval

Specifies the delay introduced after SchemaPublisher fails to publish the schema.

This delay prevents the SchemaPublisher from continually starting and failing.

After a failed retry, this value is doubled but is never larger than the value of SchemaPublishRetryIntervalMax.

When publishing succeeds, the value is reset to the original value

Default value is three seconds.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaPublishRetryInterval=4

See Also


SchemaPublishRetryIntervalMax

Specifies the longest length of time for SchemaPublishRetryInterval.

Specify this value in seconds.

Default value is 300 (five minutes).

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaPublishRetryIntervalMax=120

See Also


SchemaVerifyPublishing

If set to TRUE, digests will be used to verify the files that SchemaPublisher creates before doing the final renaming.

Setting SchemaVerifyPublishing=TRUE will increase the time required to publish schema.

This should be set to TRUE on a production server.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaVerifyPublishing=true

See Also


SchemaWin32RenameDelayInterval

Specifies the size of the delay prior to closing a file before attempting to rename it.

This affects behavior only on Windows systems.

Tune this number as low as possible.

Value should be specified in milliseconds.

The default value is 10 milliseconds.

Usage

Location

IntradocDir/config/config.cfg

Example

SchemaWin32RenameDelayInterval=4

SctAutoTruncateDataStrings

Specifies that the reduction process truncates data strings to fit into the corresponding table column for Content Tracker.

The default is FALSE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctAutoTruncateDataStrings=true

SctComponentDir

Specifies the path to the directory where Content Tracker is installed.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctComponentDir=DomainHome/ucm/cs/data/contenttracker/

SctDebugLogEnabled

Specifies use of Java code execution trace for Content Tracker.

If set to TRUE, enables Java code execution trace for Content Tracker. Used with SctDebugLogFilePath.

The default is FALSE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctDebugLogEnabled=true

See Also

SctDebugLogFilePath


SctDebugLogFilePath

Specifies the directory for Java code execution trace for Content Tracker. Used with SctDebugLogEnabled.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

DomainHome/ucm/cs/data/contenttracker/log/SCT_DEBUG_TRACE.log

See Also

SctDebugLogEnabled


SctDebugServiceBinderDumpEnabled

Controls if the Content Tracker service handler filter writes out the service DataBinder objects into dump files. These files can be used as diagnostic tools when developing field map sets for extended service logging.

The default is FALSE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctDebugServiceBinderDumpEnabled=true

SctDoNotArchive

Specifies performance optimization for Content Tracker to function as efficiently as possible for use in high-volume production environments. Content Tracker collects and records only content access event data. This excludes information gathering on non-content access events like searches or the collection and synthesis of user profile summaries.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctDoNotArchive=true

SctDoNotPopulateAccessLogColumns

Specifies a list of columns that Content Tracker should not populate in the SctAccessLog table. This variable supports performance optimization for Content Tracker to function as efficiently as possible for use in high-volume production environments. Content Tracker collects and records only content access event data. This excludes information gathering on non-content access events like searches or the collection and synthesis of user profile summaries.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctDoNotPopulateAccessLogColumns=SctParentSequence,c_ip,cs_username

SctExternalUserLogEnabled

Specifies whether Content Tracker monitor external user logins and automatically propagate their role and account information to the UserSecurityAttributes table. These authenticated users are qualified based on their user roles and accounts.

Regardless of whether the SctExternalUserLogEnabled configuration variable is enabled or disabled, all the of the content item access information for external users is tracked and recorded. But when this variable is enabled, it ensures that this data is included in reports that explicitly correlate externally authenticated user names with their associated user roles and accounts. Specifically, the Top Content Items by User Role report and the Users by User Role report include all of the content item access activity by external users.

The default is TRUE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctExternalUserLogEnabled=true

SctFilterPluginLogDir

Specifies the path to the directory where the filter plugin stores the event logs for Content Tracker.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

DomainHome/ucm/cs/data/contenttracker/data/

SctIgnoreDirectories

Directs the filter plugin to disregard URLs contained within the listed directory node.

The default is DomainHome/ucm/cs/resources/;DomainHome/ucm/cs/common/

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctIgnoreFileTypes

Directs the filter plugin to disregard URLs with the listed file types. The value is a list of comma-delimited file types.

The default is gif,jps,js,css.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctIgnoreFileTypes=gif,jps

SctLogDir

Specifies the path to the directory or directories where Content Tracker looks for raw event logs, such as sctLog. The path can have multiple values, separated by semi-colons. For example, directory1;directory2;...;directoryn

The default is DomainHome/ucm/cs/data/contenttracker/data/

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctLogEnabled

Specifies that service handler filters and web server filter plugin track all events and create event logs. This is the Content Tracker master on/off switch.

The default is TRUE.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctLogSecurity

Specifies that the filter plugin record IMMEDIATE_RESPONSE_PAGE events in the sctSecurityLog, and the reduction process to read the event log.

The default is TRUE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctLogSecurity=true

SctMaxRecentCount

Specifies the maximum number of days worth of reduced data kept in the Recent state. Overflow from Recent is moved to the Archive state.

The default is 60.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctMaxRecentCount=3

SctMaxRereadTime

Specifies the maximum number of seconds that can occur between consecutive references by a particular user to a particular content item (for example, a PDF file) and have the adjacent references be considered a single sustained access. Consecutive references that occur further apart in time count as separate accesses.

The default is 3600.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctMaxRereadTime=4200

SctReductionAvailableDatesLookback

Used with SctReductionRequireEventLogs to limit Available Dates range for Content Tracker event logs. Unit equals days. Zero equals unlimited.

The default is 0.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctReductionAvailableDatesLookback=10

SctReductionLogDir

Specifies the path to the directory where the Content Tracker reduction logs are stored.

The default is DomainHome/ucm/cs/data/contenttracker/log/

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctReductionRequireEventLogs

Specifies that Content Tracker performs reduction in association with event logs. Used in Detached configurations.

The default is TRUE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctReductionRequireEventLogs=false

SctrEnableSecurityCheck

Specifies that Content Tracker Reports uses one of two security modes: secure and non-secure. The security checks preference provides the option to employ individual user roles and account information to restrict the visibility of content items information in report results. This option enables you to control what content items (and metadata) that users can see in their generated reports. Ideally, users should not see anything through Content Tracker Reports that they could not find using an Content Server search.

The default is FALSE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctrEnableSecurityCheck=true

SctScheduledReductionEnable

Selects which Content Server instance performs data reduction for Content Tracker. Used in multi-JVM configurations.

The default is TRUE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctScheduledReductionEnable=false

SctSimplifyUserAgents

Specifies performance optimization for Content Tracker to function as efficiently as possible for use in high-volume production environments. Content Tracker collects and records only content access event data. This excludes information gathering on non-content access events like searches or the collection and synthesis of user profile summaries.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctSimplifyUserAgents=true

SctSnapshotEnable

Enables Snapshot functions for Content Tracker.

The default is FALSE.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotLastAccessEnable

Enables or disables the Last Access Date Snapshot function for Content Tracker.

The default is FALSE.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotLastAccessField

Specifies the metadata field name for Last Access Date (xLastAcccessDate) for Content Tracker.

The default is none.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotLongCountEnable

Enables or disables the "Long" interval access count Snapshot function for Content Tracker.

The default is FALSE.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotLongCountField

Specifies the metadata field name for Long Internal Count (xAccessesInLast90Days) for Content Tracker. This field name is set from the Data Engine Control Center.

The default is none.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotLongCountInterval

Specifies the number of days for the Long Interval Count (xAccessesInLast90Days) for Content Tracker. This value is set from the Data Engine Control Center.

The default is none.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotShortCountEnable

Enables or disables the Short Interval Access Count Snapshot function for Content Tracker. This is set from the Data Engine Control Center.

The default is FALSE.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotShortCountField

Specifies the metadata field name for Short Internal Count (xAccessesInLast10Days) for Content Tracker. Set from the Data Engine Control Center.

The default is none.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctSnapshotShortCountInterval

Specifies the number of days for Short Internal Count (xAccessesInLast10Days) for Content Tracker. Set from the Data Engine Control Center.

The default is none.

Important:

This variable must be set using the Content Tracker Admin Applet (the Data Engine Control Center), which is accessed through the Content Server interface.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg


SctTrackContentAccessOnly

Specifies performance optimization for Content Tracker to function as efficiently as possible for use in high-volume production environments. Content Tracker collects and records only content access event data. This excludes information gathering on non-content access events like searches or the collection and synthesis of user profile summaries.

When enabled, only content access events are recorded. This is the default.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctTrackContentAccessOnly=true

SctUseGMT

Sets Content Tracker to convert logged event times to Universal Coordinated Time.

The default is FALSE.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/cs/data/contenttracker/config/sct.cfg

Example

Used as a configuration entry:

SctUseGMT=true

SearchCacheCleanerInterval

Sets the time between search cache cleanup attempts in seconds.

Default is 120 (2 minutes).

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SearchCacheCleanerInterval=60

SearchCacheHardLimit

Defines the maximum number of results that will be included in the search cache when a search request includes the hard limit.

If the end row is larger than SearchCacheSoftLimit but less than or equal to SearchCacheHardLimit, the search cache contains all rows from 1 to SearchCacheHardLimit.

If the end row is larger than SearchCacheHardLimit, nothing is cached for the search.

Typically, this setting should match the maximum number of search results displayed per page. See MaxResults.

Default is 200.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SearchCacheHardLimit=300

See Also


SearchCacheMaxItemAgeInMinutes

Sets the maximum age of an item in the search cache in minutes.

Default is 240 (4 hours).

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SearchCacheMaxItemAgeInMinutes=30

SearchCacheSoftLimit

Defines the maximum number of results that will be included in the search cache when a search request includes the soft limit.

Typically, this setting should match the default number of search results displayed per page.

Default is 25.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SearchCacheSoftLimit=50

See Also


SearchCacheTrace

Obsolete as of the 7.0 release. The functionality is now available in the System Audit Information page.

Dumps trace information to the console for the search cache cleaning algorithm.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

SearchCacheTrace=true

SearchConnectionWaitTimeout

Sets the search connection wait timeout in milliseconds.

This is the maximum amount of time that a search request waits in the queue before the search is refused.

Default is 60000 (1 minute).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

SearchConnectionWaitTimeout=120000

SearchDebugLevel

Defines the level of detail for entries in the Indexer log files.

The log files are located at /weblayout/groups/secure/logs/.

The following list shows the debug levels:

Level Description

none

No log is generated. This is the default.

verbose

Displays information for each file accessed. Indicates indexed, ignored, or failed, and generates a full report.

debug

Additional information at the functional level is generated.

trace

Information is logged as each activity is performed.

all

A full report including debug, trace, and verbose information is generated.


Tip:

If you set the debug level to anything but none, a log file will be generated for each index cycle. You may need to perform system maintenance periodically to reduce the number of log files.

Usage

Location

Example

Used as a configuration entry:

SearchDebugLevel=all

SearchDir

Defines the path to the search directory.

The default value is DomainHome/ucm/cs/search/

Usage

Location

DomainHome/ucm/cs/bin/intradoc.cfg

Example

Used as a configuration entry:

SearchDir=f:/search/

SearchIndexerEngineName

This variable specifies the name of the search engine to use. Supported values include:

Each search engine uses its own format for query strings. The default uses universal query syntax, but database search requires SQL syntax.

Usage

Location

IntradocDir/config/config.cfg

Example

SearchIndexerEngineName=DATABASE

SearchQueryFormat

Retrieves search query pages with query syntax that is recognized regardless of supported search engines.

If used dynamically, appends the following to the URL:

SearchQueryFormat=Universal

When used dynamically, the universal search syntax is maintained through one search session. The syntax is maintained on a query page, result page and its navigation link and during actions such as searching within the page or saving the query. It is maintained until the user clicks the menu selection to re-load a search query page.

This can also be added to the config.cfg file so that the universal search query page is always used.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

SearchQueryFormat=Universal

See Also


SearchQueryTrace

This variable is obsolete.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

SearchQueryTrace=true

SecondaryConversionStepName

Defines the name of the backup conversion step that Inbound Refinery will use if the native step conversion step fails.

Default is OIXConverter (Outside In).

AllowSecondaryConversion must be set to TRUE.

Usage

Location

IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

SecondaryConversionStepName=OIXConverter

See Also


SelfRegisteredAccounts

Defines the default accounts and permissions to be given to self-registered users.

This is a comma-delimited list.

Permissions for each account must be specified in parentheses after the account name.

The #none entry grants privileges to content items that have no account assigned. The #all entry grants privileges to all accounts.

There is no default value.

Returns the list of accounts as a string.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SelfRegisteredAccounts=#none(RWDA),USERS/<$NewUser$>,BOS(R)

As script, returns the defined account information as a string:

<$SelfRegisteredAccounts$>

See Also


SelfRegisteredRoles

Defines the default roles to be given to self-registered users.

This is a comma-delimited list.

There is no default value.

Returns the roles as a string.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SelfRegisteredRoles=guest,salesRole

As script, returns the defined roles as a string:

<$SelfRegisteredRoles$>

See Also


ServiceStartupTimeout

Sets the Content Server startup timeout value. This configuration setting applies only to Content Server instances running on a Microsoft Windows platform.

Used to modify the server startup timeout value when a service requires more time to start up than is provided by the default Content Server startup timeout value, which is 120 seconds (2 minutes).

The value must be specified in seconds.

Usage

Location

IntradocDir/config/config.cfg

Example

The following example sets the startup timeout value to 240 seconds (4 minutes):

ServiceStartupTimeout=240

ShowContentForStorageBrowse

Defines whether content items are displayed when browsing storage locations for Physical Content Manager (PCM).

Default is TRUE.

Restart WebCenter Content for this settings to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

ShowContentForStorageBrowse=false

ShowCreateExternalMenu

This Content Server configuration variable is specific to the Oracle WebCenter Content: Records system. Set this variable to true to display the following create external source features in your interface:

When set to false, these features will not be displayed.

The default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

ShowCreateExternalMenu=true

showDocActions

Defines whether to display checkout links on the search results page.

This variable is also used to evaluate additional code for ODMA applications, such as Oracle Desktop. To display checkout links for a Content Server instance that is not accessed by ODMA clients, use the showSearchResultsCheckoutColumn variable.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

showDocActions=1

See Also


ShowEmailMetadataMenu

Defines whether the administrative UI is displayed when the EmailMetadata component is installed and enabled on an Oracle WebCenter Content: Records instance.

The default is FALSE.

Restart WebCenter Content for this settings to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/EmailMetadata/emailmetadata_environment.cfg

Example

Used as a configuration entry:

ShowEmailMetadataMenu=true

ShowHyperlinkBox

Defines whether a box is placed around hyperlinks in PDF files.

Default is FALSE.

Usage

Location

IntradocDir/IdcRefinery/shared/idcrefinery.cfg

Example

Used as a configuration entry:

ShowHyperlinkBox=true

SimpleProfilesEnabled

This variable enables the Simple Profile functionality.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

SimpleProfilesEnabled=true

ShowOnlyKnownAccounts

Defines whether to display only predefined accounts on checkin and search pages.

Default is an empty string.

Usage

Location

Example

Used as a configuration entry:

ShowOnlyKnownAccounts=true

ShowRevisionsColumn

In later versions of Content Server, the revision number of a document is not displayed on the Search Results page while using Classic view. This configuration variable is used to display the revision number.

Default is TRUE.

Usage

Location

Example

Used as a configuration entry:

ShowRevisionsColumn=false

showSearchResultsCheckoutColumn

Defines whether to display checkout links on the standard search results page.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

showSearchResultsCheckoutColumn=1

See Also


SkipMozillaMailToWorkaround

Used to disable an email solution that allows Mozilla mail applications to accurately handle email from the Search Result and Content Info page. If your mailer does not send correctly formatted email, set this variable to TRUE.

Usage

Location

Example

Disables special email handling:

SkipMozillaMailToWorkaround=true

SmtpPort

Defines the Simple Mail Transfer Protocol (SMTP) port number.

Default is 25.

Usage

Location

Example

Used as a configuration entry:

SmtpPort=25

See Also


SocketHostAddressSecurityFilter

Defines the IP addresses that are allowed to make calls to the Content Server instance.

Either this setting or SocketHostNameSecurityFilter is required to allow remote IdcCommandX calls to the Content Server instance. (Generally, both settings should not be used at the same time.) For more information, see Oracle Fusion Middleware Developing with Oracle WebCenter Content.

Use a pipe character | to separate multiple addresses. Make sure that there are no spaces on either side of the pipe.

Use wildcards to indicate groups of addresses (* for zero or more characters, ? for a single character).

Default is the IP address of the local host.

Usage

Location

Example

Used as a configuration entry:

SocketHostAddressSecurityFilter=10.10.3.*|127.0.0.1

See Also


SocketHostNameSecurityFilter

Defines the server names that are allowed to make calls to the Content Server instance.

Either this setting or SocketHostAddressSecurityFilter is required to allow remote IdcCommandX calls to the Content Server instance. (Generally, both settings should not be used at the same time.) See the Oracle Fusion Middleware Developing with Oracle WebCenter Content.

Use a pipe character | to separate multiple server names. Make sure that there are no spaces on either side of the pipe.

Usage

Location

Example

Used as a configuration entry:

SocketHostNameSecurityFilter=olympus|localhost|zeus

See Also


SourcePath

Specifies a unique string that identifies an LDAP provider. The first time a user requests credentials through the provider, this string is stored with the user information so it can be used to match the user with the provider next time the user asks for credentials.

We suggest using the name of the LDAP provider as the Source Path.

There is no default.

Usage

Location

Example

Used as a configuration entry:

SourcePath=LdapProvider1

See Also


StdPageWidth

Sets the page width in pixels.

Default is 550.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

StdPageWidth=1000

Returns the page width as a string:

<$StdPageWidth$>

StrConfineOverflowChars

Defines a string padding character.

Defines the character used for padding by the strConfine Idoc Script function.

The default is a period (dot).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

StrConfineOverflowChars=.

See Also


StyleForRequiredFields

Formats how a required metadata field is displayed.

When set, the required field is displayed in the style as defined in a cascading style sheet.

Values for the style can be any of the field caption styles defined for the Content Server.

Usage

Parameters

The only parameter is the specified style.

Location

IntradocDir/config/config.cfg

Example

The following example displays a required field in red:

StyleForRequiredFields=requiredField

See Also


SubjectsDir

Defines the path to the subjects/ directory.

Subjects are subsystems that are notified when a Content Server service makes a change in the system, such as modifying an option list or adding a new user.

Default is DomainHome/ucm/cs/data/subjects/.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

SubjectsDir=c:/domain_temp/data/subjects

SubscriptionCollatedFieldList

Defines a list of fields displayed for subscriptions.

The default fields that are defined at startup are dID and dDocName.

Additional fields can be defined using AdditionalSubscriptionCollatedFieldList.

It is recommended that you use AdditionalSubscriptionCollatedFieldList to add subscription fields to the collated list rather than change SubscriptionCollatedFieldList.

Usage

Location

IntradocDir/config/config.cfg

See Also


SubscriptionMethod

Specifies how subscriptions are processed.

The possible values are:

Default is SubscriptionOriented.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

SubscriptionMethod=DocumentOriented

SysAdminAddress

Defines the system administrator e-mail address.

This is the address used in workflow and subscription notification e-mails that come from the Content Server instance.

Returns a string.

There is no default value.

Usage

Location

Example

As a configuration setting:

SysAdminAddress=admin@example.com

As script, returns the value of the configuration setting:

<$SysAdminAddress$>

See Also


SystemDateFormat

Sets the date/time format for the Content Server instance.

Note that there are two types of date formats: one that stores seconds and one that truncates seconds and stores the date up to the minute. If seconds are used, dates can only be stored up to the year 2037.

If SystemLocale is not specified as a configuration setting, the SystemDateFormat will be deduced directly from the operating system settings in the Java VM instead of using the Content Server configuration table settings for the SystemLocale. If SystemLocale is explicitly defined, then the date/time format from the Content Server configuration tables for that locale will be used instead.

The syntax for this format is an extension of the date format functionality provided in the standard Java class libraries.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry to set the standard US date time using the four digit year format:

SystemDateFormat=M/d{/yyyy} {h:mm[:ss] {aa}[zzz]}

See Also


SystemLocale

Sets the system locale for the Content Server instance.

This setting controls the following:

Any of these individual features can be controlled by separate configuration entries or by changing the settings for the SystemLocale.

This setting can be changed on the Server tab of the System Properties utility. The defaults for a specific locale can be changed on the Localization tab of the System Properties utility.

If SystemLocale is not specified as a configuration setting, the SystemDateFormat will be deduced directly from the OS settings in the Java VM instead of using the Content Server configuration table settings for the SystemLocale. If SystemLocale is explicitly defined, then the date/time format from the Content Server configuration tables for that locale will be used instead.

Usage

Location

Example

Used as a configuration entry:

SystemLocale=Deutsch

See Also


SystemTimeZone

Sets the default time zone for the Content Server instance.

The SystemTimeZones table in the WC_CONTENT_ORACLE_HOME/shared/config/resources/std_locale.htm file lists the time zones that can be specified.

Default is the time zone set for the local computer's operating system. If the default is used, the variable does not appear in the configuration file.

Usage

Location

Example

Used as a configuration entry:

SystemTimeZone=Europe/Berlin

See Also


TempDir

Specifies the location where the Content Server Analyzer utility duplicates and tests files.

Default is a temp subdirectory in the log directory specified by the IdcAnalyzeLogDir setting.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

TempDir=f:/domain/analyzer_logs/temp/

See Also


TextIndexerFilterValidateFormats

This variable specifies a comma-delimited list of file types that are verified for unreadable characters. When this variable is used, specified file formats are checked for unreadable characters and those characters are corrected before the text file is passed to be indexed.

Usage

Location

DomainHome/ucm/cs/TextIndexerFilter/textindexerfilter_einviornment.cfg

Example

TextIndexerFilterValidateFormats=application/pdf

TimeoutChangedTemplateForcedConversionsInMins

Defines the minimum interval in minutes at which Dynamic Converter will reconvert a file when the template or layout has changed.

Default is 0.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

TimeoutChangedTemplateForcedConversionsInMins=1

See Also


TimeoutMismatchedForcedConversionsInMins

Defines the minimum interval in minutes at which Dynamic Converter will reconvert a file when the source document, template, or layout has changed.

Default is 15 minutes.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

TimeoutMismatchedForcedConversionsInMins=10

See Also


TimeoutPerOneMegInSec

Sets the timeout for indexing files into the index collection.

Default is 600 seconds per megabyte.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

TimeoutPerOneMegInSec=3000

TraceConversionCacheCleanup

Outputs a report to the debug trace during the Dynamic Converter cache cleanup cycle.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

TraceConversionCacheCleanup=true

See Also


TraceResourceConflict

When the Content Server instance is started from a command line, each system resource that is overridden twice by component resources is output to the command line.

When set to TRUE, system resources that are overridden by two or more component resources are output.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

TraceResourceConflict=true

See Also


TraceResourceLoad

When the Content Server instance is started from a command line, all resource loading activities are output to the command line.

When set to TRUE, all resources loaded, resource overrides, resource conflicts, and resource merges are output.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

TraceResourceLoad=true

See Also


TraceResourceOverride

When the Content Server instance is started from a command line, system resources and non-system component resources that are overridden by a component resource are output to the command line.

When set to TRUE, system resources and non-system resources that are overridden by one or more component resources are output.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

TraceResourceOverride=true

See Also


UieHideSearchCheckboxes

Shows or hides the metadata field checkboxes on the search page, which limit the number of metadata fields initially shown on the page.

Default is TRUE.

Restart WebCenter Content for this setting to take effect.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

DomainHome/ucm/urm/components/RecordsManagement/records_management_environment.cfg

Example

Used as a configuration entry:

UieHideSearchCheckboxes=false

UniversalSearchAllowFullText

Changes the displayed fields when SearchQueryFormat=Universal is used. If UniversalSearchAllowFullText is set to FALSE, the Full Text Search field is not displayed on the Search page.

The default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

UniversalSearchAllowFullText=false

See Also


UploadApplet

Enables the multiple file Upload Applet.

Important:

This setting is only for use by custom legacy versions of the Upload Applet. It should not be enabled when the standard MultiUpload variable is enabled.

When set to TRUE, the Upload Applet is enabled so that multiple files can be zipped and checked in as a single content item.

When set to FALSE, the Upload Applet is disabled.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting, enables the Upload Applet:

UploadApplet=true

As script, evaluates the condition of the Upload Applet:

<$UploadApplet$>

See Also


UseAccounts

Enables the use of accounts.

When set to TRUE, accounts are enabled.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

UseAccounts=true

UseAdsi

Enables Active Directory (ADSI) authentication for the Content Server instance.

This setting is valid only when NtlmSecurityEnabled is TRUE.

This option is available only when using an IIS w server.

When set to TRUE, users defined in Active Directory can log in to the Content Server instance using their network credentials.

There is no default value.

Usage

Location

Example

Enables ADSI security:

UseAdsi=true

See Also


UseCascadingStyleSheets

Enables the use of cascading style sheets (CSS) for Dynamic Converter.

When set to TRUE, cascading style sheets are enabled.

When set to FALSE, cascading style sheets are disabled. This option is useful only for older browsers that do not support CSS.

Default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

UseCascadingStyleSheets=false

UseDatabaseShortIndexName

Required if the database in use does not support index names longer than eighteen characters.

When set to TRUE, short index names are used.

When set to FALSE, short index names are not used.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

UseDatabaseShortIndexName=false

UseFourDigitYear

This string is obsolete. Use SystemDateFormat.

Specifies a four-digit or two-digit year display format.

The Content Server supports both two-digit and four-digit years for data entry.

Default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

UseFourDigitYear=false

See Also


UseNestedGroups

A JpsUser provider option. Specifies whether Content Server retrieves users' direct and indirect group membership in the authentication provider.

When set to TRUE, both user's direct and indirect group membership is retrieved. This is the default behavior for JpsUser provider.

When set to FALSE, only users' direct group membership is retrieved.

Usage

Location

Example

Used as a configuration entry:

UseNestedGroups=false

UseNetscape

Specifies the method used to connect to an LDAP server through a provider.

Default is TRUE.

Usage

Location

Example

Used as a configuration entry:

UseNetscape=0

UseNtlm

Enables NT LAN Manager (NTLM) authentication for the Content Server instance.

There is no default value.

Usage

Location

Example

Enables NTLM security:

UseNtlm=true

See Also


UserCache

Defines the path to the users directory, which is the location where user personalization information is stored.

Default is DomainHome/ucm/cs/data/users/.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

UserCache=c:/myuserdata/

UserCacheTimeout

Sets the timeout in milliseconds for the temporary cache of global and external user information.

Default is 60000 milliseconds (1 minute).

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

UserCacheTimeout=120000

UseRedirectedOutput

Enables the capture of output from the Java Virtual Machine. This includes logging output from any enabled tracing facilities and stack dumps resulting from the VM crash.

Used only on Windows systems and if the Content Server is running as a service.

Usage

Location

IntradocDir/config/config.cfg

Example

UseRedirectedOutput=true

UseRevisionCreateDate

When this variable is set in the system importing an archive, the Archiver uses the dCreateDate for comparisons.

This allows Content Server to differentiate revisions by their initial create date and not by the assigned dInDate.

This is not set by default.

Important:

Use this configuration setting if no legacy content from older versions (pre 7.5) of Content Server are being imported.

Usage

Location

IntradocDir/config/config.cfg

Example

UseRevisionCreateDate=true

UserFilteredSubjects

Specifies the subjects that must be refreshed if the current user's security credentials have changed.

Default is users,accounts.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

UserFilteredSubjects=users,accounts,licenses

UseSearchCache

When set to TRUE, enables the search cache. The search cache improves search performance by caching recent search engine queries.

Default is TRUE.

Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration variable:

UseSearchCache=true

If this variable is set to FALSE and used on the CGI line of a browser URL request doing a query, it forces the query to execute each time. This makes it possible to measure the speed of the query being executed and to verify the cache results (because a new search result is generated each time).

http://...?IdcService=GET_SEARCH_RESULTS&...UseSearchCache=false 

UseSecureLdap

Specifies whether SSL is used with the LDAP provider.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

UseSecureLdap=true

See Also


UseSSL

Enables the secure sockets layer (SSL).

Default is FALSE.

Usage

Location

Example

As a configuration setting, enables SSL:

UseSSL=true

As script, returns the value of the configuration setting:

<$UseSSL$>

See Also


VaultDir

Defines the path to the vault directory.

There is no default value.

Usage

Location

Example

Used as a configuration entry:

VaultDir=f:/vault

VerboseMode

Specifies the level of logging in the Inbound Refinery log.

Default is FALSE.

Usage

Location

Example

Used as a configuration entry:

VerboseMode=true

WarnAboutTimeZone

Specifies whether the Content Server installer displays a warning if it cannot determine the computer's time zone.

Default is FALSE.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

WarnAboutTimeZone=true

WebBrowserPath

Defines the path to the Web browser that displays the Content Server Help files from stand-alone applications.

There is no default value.

Usage

Location

Example

Used as a configuration entry:

WebBrowserPath=c:/Program Files/Internet Explorer/Iexplore.exe

WebDAVMaxInactiveInterval

When a user logs in to the Content Server instance through a WebDAV client application, the WebDAV component sets a cookie in the client. The cookie remains set as long as a WebDAV request is made within the time specified by the WebDAVMaxInactiveInterval parameter.

The cookie remains set even if the WebDAV client application is closed. If the cookie expires, the user must log in to the Content Server instance again to perform WebDAV transactions through Microsoft Word, Microsoft Excel, and Microsoft PowerPoint software.

Default is 7200 seconds, or two hours.

Important:

To ensure this setting remains in effect after a software update, perform one of these tasks:

  • Add or edit the setting in the IntradocDir/config/config.cfg file.

  • In the Content Server user interface, select Admin Server, then General Configuration, and enter the setting in the Additional Configuration Variables field.

Usage

Location

IntradocDir/components/Folders_g/folders_environment.cfg

Example

WebDAVMaxInactiveInterval=7200

WeblayoutDir

Defines the path to the weblayout/ directory.

There is no default value.

Usage

Location

Example

Used as a configuration entry:

WeblayoutDir=f:/weblayout

WebServerAuthOnly

Specifies whether the web server filter will authenticate users that are defined in the Content Server database.

Default is FALSE.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry to enable web server authorization only:

WebServerAuthOnly=true

WorkflowDir

Defines the path to the workflow directory, which contains workflow data.

Default is IntradocDir/data/workflow/.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

WorkflowDir=c:/workflow_info/

WorkflowIntervalHours

Defines the time between workflow update cycles, in hours.

The update event scripts for any revisions in a workflow are executed at this interval.

Default is 1 hour.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

WorkflowIntervalHours=2

XMLEncodingMode

Used to specify international characters in URLs in the browser used for Content Server.

Setting this variable to FULL may be useful in the following instances:

Default is PARTIAL.

Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

XMLEncodingMode=full