Previous Topic: Event Reports, Summary Reports, Change Approvals are not directoriesNext Topic: Receive SIZELIMIT Exceed Message in the UI search


Receive LDAP Timeout Messages in the Interface

Symptom:

I see LDAP timeout messages in my web interface during searches.

Reason:

The time limit set in the configuration XML file is lower than the time taken by the servers to capture and display the results.

Solution:

To change the time limit

  1. Go to the CHORUS_HOME/config directory.
  2. Find the file cmgr_config.xml.
  3. Edit the configuration file. The file is in ASCII format on the Mainframe and you edit it in one of two ways:
  4. Convert the file using one of the following commands:
    iconv -f iso8859-1 -t ibm-1047 cmgr_config.xml > cmgr_config.xml.e
    iconv -f iso8859-1 -t ibm-1047 acf2_config.xml > acf2_config.xml.e
    iconv -f iso8859-1 -t ibm-1047 tss_config.xml  > tss_config.xml.e
    
  5. Increase the time limit. Specify the time in seconds. The default is 60 seconds.
    <searchTimeLimit>60</searchTimeLimit>
    
  6. Save the file, and then convert it back using one of the following commands:
    iconv -f ibm-1047 -t iso8859-1 cmgr_config.xml.e > cmgr_config.xml
    iconv -f ibm-1047 -t iso8859-1 acf2_config.xml.e > acf2_config.xml
    iconv -f ibm-1047 -t iso8859-1 tss_config.xml.e  > tss_config.xml
    

    Important! Restart JBOSS to pick up the changes.