Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2155368.1
Update Date:2017-02-23
Keywords:

Solution Type  Problem Resolution Sure

Solution  2155368.1 :   E5MS 46.0 TimeOut Error During Execution of Reports Via Inet Reporting Studio  


Related Items
  • Oracle Communications EAGLE (Software)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec EMS
  •  




In this Document
Symptoms
Cause
Solution
 Increase the Mysql Query Timeout Value
 Decrease the Retention Time


Created from <SR 3-12388115021>

Applies to:

Oracle Communications EAGLE (Software) - Version E5-MS 46.0 and later
Tekelec

Symptoms

Getting Time Out during execution default report via i-net Clear Report.

Cause

Issue appears due to delay in fetching data from Mysql for Meas Reports Generated by Reporting Studio.

The error received is QUERY TIMEOUT which shows that the issue is due to delay in fetching the required data from Mysql DB. 

Solution

Increase the Mysql Query Timeout Value

Please contact Technical Support Center for changing Query Timeout Value

Increase the Mysql Query Timeout Value in ReportViewer.jar file through these steps:

  1. Change directory
    cd /usr/local/i-net\ Clear\ Reports/
  2. Stop E5MS Reporting Studio
    sh stopListener.sh
     
  3. Replace the ReportViewer.jar File with the new file with query timeout value set to 0 (i.e. infinite). This File can be received from CoE (Center of Excellence).
  4. Start E5MS Reporting Studio:
    sh startListener.sh 

Decrease the Retention Time

  1. Login to Mysql:
    cd /Tekelec/WebNMS/mysql/bin
    ./mysql -uroot -p<password for mysql user root>
  2. Run sql queries:
    UPDATE tekelec_meas_reports SET DB_RETENTION_DAYS='7' where TABLE_NAME='TEK_MEAS_COMP_LINK';
    UPDATE tekelec_meas_reports SET DB_RETENTION_DAYS='7' where TABLE_NAME='TEK_MEAS_COMP_LNKSET';
    Repeat this step all the other Reports Tables in tekelec_meas_reports Table

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback