Sorry if I post a similar problem to somebody else but the thing is nobody answer and I’ virtualy stuck with this.
I’m running a huge report with a very hard query with CASE…WHEN statetments,etc,etc…This report was running fine with a small fact table (around 6 millions rows) but now we update the fact table with the real data and real size (around 20 millions rows) and now after 20 mins fails with the following error:
Database error: [Microsoft][ODBC SQL Server Driver]Timeout expired. Contact your administrator or database supplier for more information. (Error: WIS 10901)
The same query runs in 25 minutes from the Query Analyzer(run directly against SQL Server database, from outside of Businnnes Objects
I did the following stuff:
I changed the setting in the web.xml file in:
Program File/BusinessObjects/tomcat/adminlaunch/
Program File/BusinessObjects/tomcat/desktoplaunch/
Program File/BusinessObjects/tomcat/businessobjects/
from 20 mins to 240 mins in the setting for timeout
I close the application and start it again
I ran the report again
But finally it doesn’t work still show me the same error after around 20 mins.
The question is where this setting is located?
Environment:
Windows Server 2003 Enterprise Editions
SQL Server 2000 SP 3
MDAC 2.82
BOEXI JAVA deployment (TOMCAT 5.0 is act as both Web and Application Server)
I didn’t change the settings in
Program File/BusinessObjects/tomcat/conf/web.xml
Because in theory you have to chance in your specific application because of that I tried with the rest of the files…I can change that in this files but when you say that you changed some settings in your IE (Internet Expleror I assume) what kind changes I have to do in there???
Yes as i told you by pass the proxy server. To know if it’s exactly that try to run ie directly under your webi server i mean connect to the webi server (using pc anywhere or tse …) and then launch ie on your server.
If you have no timeout problem that’s it proxy policy !
I also have webi,tomcat and apache on the same server : XX.YYY.ZZZZ.FFF is his IP adress.
You to connect directly on this server (XX.YYY.ZZZZ.FFF).
To do this you need to use a software like PCAnyWhere or Terminal services … Check this with your server admin. I’ll give you an admin account to connect to it !
to administrate it he certainly uses such a software
Actually I’m working on the server through a remote desktop connection as a Adminitrator with full permissions…I can change whatever I want this is a Server only for the project t the moment.
This is what I need?..so what will be the next step?
sorry that i broke in the thread but isn’t the dbase connection who has the time out?
I know that you can set time out of the BOEXI services to the database.
This seems to me the problem.