Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)

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

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

5.2 Configuration Variables

Configuration variables are predefined Idoc Script variables that are generally used as settings in configuration files. For a list of configuration variables and details about their use, see "Configuration Variables".

This section lists the configuration variables used in core Content Server functions by the configuration file (typically .cfg or .hda) in which they are most commonly located. Your actual application will vary depending on the criteria and selections made during installation.

5.2.1 DomainHome/ucm/product_id/bin/intradoc.cfg

The following configuration variables are located in the DomainHome/ucm/product_id/bin/intradoc.cfg file. These variables define directory paths and other global settings for the Content Server.


"AllowConcurrentUpdate"
"IdcCommandFile"
"IdcCommandLog"
"IdcCommandUser"

5.2.2 IntradocDir/config/config.cfg

The following configuration variables are located in the IntradocDir/config/config.cfg file. These variables define most of the configuration settings for the Content Server.


"AdditionalIndexBuildParams"
"AdditionalSubscriptionCollatedFieldList"
"AllowAllRedirectUrls"
"AllowAlternateMetaFile"
"AllowPrimaryMetaFile"
"AllowSamePrimaryAlternateExtensions"
"AppletChunkSize"
"AppletChunkThreshold"
"AuthorDelete"
"AutoNumberPrefix"
"AutoNumberWidth"
"CachedResultRowCount"
"ColumnMapFile"
"CookieAuthTimeoutInDays"
"CookieProxyPassword"
"DatabasePreserveCase"
"DatabaseWildcards"
"DefaultHtmlRefreshTimeoutInSeconds"
"DefaultPasswordEncoding"
"DisableDBLongIntegerField"
"DisableHttpUploadChunking"
"DoDocNameOrder"
"DomainControllerName"
"EnableDocumentHighlight"
"EnableExpirationNotifier"
"EnableSchemaPublish"
"ExpireRevisionOnly"
"ForceDistinctRevLabels"
"FormInheritMetaDataFieldList"
"GetCopyAccess"
"HasExternalUsers"
"HtmlDataInputFilterLevel"
"IdcAuthExtraRequestParams"
"IdcCommandServerHost"
"IdcHttpHeaderVariables"
"IDC_Name"
"IndexableRenditions"
"IndexerAutoWorkInterval"
"IndexerLargeFileSize"
"IndexerRebuildStagingManualCopy"
"IndexerRebuildStagingPath"
"IndexerTouchMonitorInterval"
"InstanceDescription"
"InstanceMenuLabel"
"IntradocRealm"
"IntradocServerHostName"
"IntradocServerPort"
"IsAllowIndexRenditions"
"IsAutoNumber"
"IsAutoSearch"
"IsWebServerPagesOnly"
"IsFormsPresent"
"IsSavedWfCompanionFile"
"JdbcConnectionString"
"JdbcDriver"
"JdbcPassword"
"JdbcPasswordEncoding"
"JdbcUser"
"LmDefaultLayout"
"LmDefaultSkin"
"MailServer"
"MajorRevSeq"
"MaxCollectionSize"
"MaxDocIndexErrors"
"MaxHitCount"
"MaxIntegerAllowed"
"MaxQueryRows"
"MaxRequestThreadCount"
"MaxResults"
"MaxSavedSearchResults"
"MaxSearchConnections"
"MaxSizeResourceFileCacheMillions"
"MinIntegerAllowed"
"MinorRevSeq"
"NoAutomation"
"NoSearchConnectionCloseOnDocChange"
"NotificationIntervalInDays"
"NotificationMaximum"
"NotificationQuery"
"NotifyExtras"
"NotifyTime"
"NtlmSecurityEnabled"
"NumConnections"
"PrimaryWorkQueueTimeout"
"RedirectHostsFilter"
"SchemaAllowRecursiveFileMove"
"SchemaBuildDigestFile"
"SchemaPublishCheckInterval"
"SchemaPublishInterval"
"SchemaPublishMaximumInterval"
"SchemaPublishMinimumInterval"
"SchemaPublishRenameRetryInitialInterval"
"SchemaPublishRetryInterval"
"SchemaPublishRetryIntervalMax"
"SchemaPublishRenameRetryIterations"
"SchemaVerifyPublishing"
"SchemaWin32RenameDelayInterval"
"SearchCacheCleanerInterval"
"SearchCacheHardLimit"
"SearchCacheMaxItemAgeInMinutes"
"SearchCacheSoftLimit"
"SearchConnectionWaitTimeout"
"SearchIndexerEngineName"
"SearchQueryFormat"
"SelfRegisteredAccounts"
"SelfRegisteredRoles"
"ServiceStartupTimeout"
"ShowCreateExternalMenu"
"SkipMozillaMailToWorkaround"
"SmtpPort"
"SocketHostAddressSecurityFilter"
"SocketHostNameSecurityFilter"
"SubscriptionMethod"
"SubscriptionCollatedFieldList"
"TimeoutPerOneMegInSec"
"UniversalSearchAllowFullText"
"UseAccounts"
"UseAdsi"
"UseNtlm"
"UseRevisionCreateDate"
"UserFilteredSubjects"
"UseSearchCache"
"UseSSL"
"WebServerAuthOnly"
"WorkflowIntervalHours"
"XMLEncodingMode"

5.2.3 DomainDir/ucm/short_product_id/data/providers/provider_name/provider.hda

The following configuration variables are located in the provider.hda file in the DomainDir/ucm/short_product_id/data/providers/provider_name/ directory. These variables define settings for Content Server providers.


"IsPrimaryUserBase"
"LdapAdminDN"
"LdapAdminPassword"
"LdapPort"
"LdapServer"
"LdapSuffix"
"NumConnections"
"Priority"
"ProviderClass"
"ProviderConfig"
"ProviderConnection"
"ProviderType"
"SourcePath"
"UseNetscape"
"UseSecureLdap"