BiP 11g: How To Increase Timeout Value Set For Data Model
(Doc ID 1513950.1)
Last updated on OCTOBER 16, 2024
Applies to:
BI Publisher (formerly XML Publisher) - Version 11.1.1.3.0 to 11.1.1.9.x [Release 11.1]Information in this document applies to any platform.
Goal
This document will provide steps to set timeout value for dataset model. For example, It might occur that the timeout value set for data model is insufficient causing a timeout error, like the one below:
The XDODataModel.js file shows the following time out value.
XDODataModel.TIMEOUTMSEC = 150000;
For this example, the query that is fired through data model needs more time than the one specified for the above parameter (15 seconds). This causes the time out error in the data model. Make sure before setting a larger timeout value that you fixed all underlying problems, like revamping your sql query to make sure it returns data in an acceptable amount of time.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |