Component Parameter to Auto-detect Updated Configuration in the Runtime Repository

In the Runtime Repository user interface, newly migrated configuration is used automatically when you navigate to a new view if the application has detected it within the time specified. The default time is 15 minutes. This is introduced in Siebel Monthly Update 23.1. But some components of the Siebel application do not “navigate” to a different view, triggering the application to check if there has been new configuration migrated. Examples of such technology are Workflow Processes, an EAI processes, or incoming REST requests.

To allow these processes to also pick up the new configuration in your Runtime Repository environment, set a parameter in the component that is used to handle the type of request. For example, the EAI Object Manager would be used to handle EAI requests. This parameter is used to immediately recognize and use configuration that has been migrated in a Runtime Repository environment without waiting for the time out to check.

Note: As this check for new configuration can be called quite often if the polling time is short, it is disabled by default to prevent performance degradation.

Component Parameter Details

Parameter Name Parameter Value

TurnOnVersionDetectionOnDR

True - Turns on detection that new configuration has been migrated

False (Default) - Turns off detection of new configuration

Note: This is only appropriate in your Runtime Repository. This Component Parameter has no effect in your Design Repository environment.