Home

 

Profiles configuration properties

Configuration settings control various configurable features within Profiles. The following table lists the configuration properties that you can edit for the Profiles feature.


Profiles configuration properties

Property Description
activeContentFilter.enabled Enables/disables filtering for active content of text entered into the About me and Background text input fields.

This property takes a Boolean value: true or false. The value must be formatted in lowercase.

board.enabled Specifies whether the board feature is available to users.

When set to false, users cannot use any board features. For example:

    ProfilesConfigService.updateConfig("board.enabled", "false")
    

boardInProfileHome.enabled Specifies whether the board displays on the Profiles Home page.

When set to false, users cannot see the board on the Profiles Home page. For example:

    ProfilesConfigService.updateConfig("boardInProfileHome.enabled", "false")
    

boardInProfileView.enabled Specifies whether the board displays on the My Profile page.

When set to false, users cannot see the board on the My Profile page. For example:

    ProfilesConfigService.updateConfig("boardInProfileView.enabled", "false")
    

boardNetworkACL.enabled Controls who can post board messages and comments to a user's board.

When set to false, access control is not implemented. When set to true, only users in a person's network can post messages or comments to that person's board. For example:

    ProfilesConfigService.updateConfig("boardNetworkACL.enabled", "false")
    

fullReportsToChainCache.ceouid UID. The corporate user ID of the person who displays at the top of the organizational structure.
fullReportsToChainCache.enabled Enables or disables the full reports-to chain cache.

This property takes a Boolean value: true or false. The value must be formatted in lowercase.

fullReportsToChainCache.refreshInterval Time in minutes between cache reload operations.

This property takes an integer value.

fullReportsToChainCache.refreshTime HH:MM. Determines the time of day in 24-hour time format that Profiles performs the first scheduled reloading of the cache.
fullReportsToChainCache.size The number of employee entries that should be loaded into the cache.

This property takes an integer value.

fullReportsToChainCache.startDelay Time in minutes that Profiles should wait after starting loading the cache for the first time.

This property takes an integer value.

organizationalStructure.enabled Indicates if the organizational structure information (report-to chain, people managed, same manager) should display.

This property takes a Boolean value: true or false. The value must be formatted in lowercase.

miniReportsToChainCache.enabled Enables or disables the mini reports-to chain cache.

This property takes a Boolean value: true or false. The value must be formatted in lowercase.

miniReportsToChainCache.size The number of employee entries expected in the cache. Profiles uses this information to efficiently initialize and load the cache.

This property takes an integer value.

miniReportsToChainCache.refreshTime HH:MM. Determines the time of day in 24-hour time format that Profiles should perform the first scheduled reload of the cache.
miniReportsToChainCache.refreshInterval Time in minutes between cache reloads.

This property takes an integer value.

miniReportsToChainCache.startDelay Time in minutes that Profiles should wait after starting before loading the mini-cache for the first time.

This property takes an integer value.

nameOrdering.enabled When this propery is set to true, names must be entered as (FirstName LastName) or (LastName, FirstName). By default, it is set to false.

This property takes a Boolean value.

search.firstNameSearchEnabled Determines if search by first name only is enabled. This property is disabled by default.

Enabling this setting negatively impacts the performance of the Search by > Name function available in the Profiles user interface. This property takes a Boolean value.

search.maxRowsToReturn Determines the maximum number of rows returned by a search operation.

This property takes an integer value.

search.pageSize Determines the number of returned rows to place on a results page.

This property takes an integer value.

statistics.fileName Name of the statistics file. This name is used as the base file name. The actual name of the saved file has the format: <statisticsFileName>_<timestamp>.log

This property takes a string value.

statistics.filePath Path of the statistics file. If this path is relative, it is assumed to be relative to the WebSphere Application Server profile. Absolute paths are also accepted.

This property takes a string value.

statusUpdatesInProfileView.enabled Specifies whether users can update their status on the My Profile page.

When set to false, users cannot enter a status message on the My Profile page. For example:

    ProfilesConfigService.updateConfig("statusUpdatesInProfileView.enabled", "false")
    

tagOthers.enabled Specifies whether users can tag other users as well as themselves.

When set to false, users cannot tag other users, but can tag themselves. For example:

    ProfilesConfigService.updateConfig("tagOthers.enabled", "false")
    


Change configuration property values

 

Related tasks

Start the wsadmin client

Apply common configuration property changes

Lotus Connections configuration property values

Apply property changes


+

Search Tips   |   Advanced Search