10.7.1  Configuring the Message Wait Timeout

The CA.WUI.OLMsgWait key allows you to set the message wait timeout value for the web interface. For example, you may be experiencing timeouts when loading the list of log files using the Other Logs link. By default, the value is 45 seconds. To reset the timeout to 90 seconds, add and set the key in the Desta Registry.

Windows, HP-UX, and Linux

  1. Add the key to the registry if it does not already exist:
desta dri add CA.WUI.OLMsgWait

  1. Set the value of the key to 90 seconds:
desta dri set CA.WUI.OLMsgWait 90

  1. View the new value of the key:
desta dri get CA.WUI.OLMsgWait
The system displays the following:
CA.WUI.OLMsgWait=90

  1. Stop and restart the Director to apply the changes (see Sections 3.8 and  3.7).

OpenVMS

  1. Add the key to the registry if it does not already exist:
desta dri add "CA.WUI.OLMsgWait"

  1. Set the value of the key to 90 seconds:
desta dri set "CA.WUI.OLMsgWait" 90

  1. View the new value of the key:
desta dri get "CA.WUI.OLMsgWait"
The system displays the following:
CA.WUI.OLMsgWait=90

  1. Stop and restart the Director to apply the changes (see Sections 3.8 and  3.7).