You are on page 1of 1

Document 2187539.

1 Page 1 of 1

PowerView is Off Fahim (Available) (0) Contact Us Help

Give Feedback...

BI Publisher Report Time Out At 600 Seconds After Setting The SQL Query Timeout Time = 3600 Seconds In The
Data Model Options, Log Shows XDO.CFG Setting For Parameter max_online_sql_timeout_limit=600 (Doc ID To Bottom
2187539.1)

In this Document Was this document helpful?

Symptoms Yes
No
Cause
Solution
Document Details
References

Type:
PROBLEM
Status:
PUBLISHED
Last Major
Oct 4, 2016
APPLIES TO: Update:
Oct 4, 2016
Last Update:

BI Publisher (formerly XML Publisher) - Version 11.1.1.7.x and later


Information in this document applies to any platform.
Related Products
BI Publisher (formerly XML
SYMPTOMS Publisher)
BI Publisher (formerly XML
Publisher)
BI Publisher 12.2 version, Enterprise Administration, System Configuration

Information Centers
E-Business Suite Product
Information Center Index
[444.2]

Long running BI Publisher reports time out after 600 seconds, even after setting the "SQL Query Timeout" system property to
3600 seconds. Document References
Web Logic Server Is Taking 40
- 50 Minutes Time To Start
After recent patching or upgrades some larger BI Publisher reports begin to time out. [2081673.1]

In the log you may see the parameter max_online_sql_timeout_limit = 600 causing the query to timeout.
Recently Viewed

Weblogic Server -
The issue can be reproduced at will with the following steps: java.lang.IllegalStateException:
1. Query the DATA MODEL and submit it to run. Response already committed
[2306966.1]
2. After the specified timeout limit has reached, the issue is observed.
Report Definition Not Found
Error When Using BI Publisher
Web Services [2257488.1]
Exporting of BI Publisher
The issue has the following business impact: Report from one environment
Due to this issue, users cannot carry out their normal operations as per their business needs. to other using script
bringing .xdoz file only but
not .xdmz file [2193227.1]
BI Publisher: BIPCatalogUtil
utility fails to import objects
with special characters in its
CAUSE name [1354784.1]
Failed To Export/Import BI
If the report sql query takes more than 600 seconds, the report fails with a timeout due to the following hidden properties for Publisher Reports Using
adjusting timings for large reports with high query runtime/execution: BIPCatalogUtil.sh [2319261.1]
Show More
<property name="server.ENFORCE_CUSTOM_REPORT_SQL_TIMEOUT">true</property>
<property name="server.MAX_ONLINE_REPORT_SQL_TIMEOUT_LIMIT">600</property>  
<property name="server.MAX_OFFLINE_REPORT_SQL_TIMEOUT_LIMIT">3600</property>

These are run time properties added to xdo.cfg file located at xdo repository/admin/configuration folder.

With the above settings the WebLogic Server has a default time out of 600 seconds for each thread that spans for a request.

This was introduced to reduce the number of threads marked as "Stuck" by the WebLogic Server, otherwsie when the number
of Stuck threads reaches 25, the Weblogic server restarts.

SOLUTION

To resolve the issue test the following steps in a development instance and then migrate accordingly:

1. Navigate to the following directory:

[middleware_home]/user_projects/domains/bifoundation_domain/config/bipublisher/repository/Admin/Configuration

2. Modify the xdo.cfg file and increase the following properties based upon the sql query runtime for your reports, for
example:

<property name="server.ENFORCE_CUSTOM_REPORT_SQL_TIMEOUT">true</property>
<property name="server.MAX_ONLINE_REPORT_SQL_TIMEOUT_LIMIT">10000</property>

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=43703824529627... 11/2/2017

You might also like