I have a WEBI report, it’s an ad-hoc query. After being executing for about 15 minutes, a pop-up comes with this error, no code, just a red X and the “Unspecified error”. This is not an schedule, it’s happening when y click the “run query” button.
Could be caused by a dozen of things. Try the folowing:
Change the default (20 mins) Web_Intelligence Report Server Connection Timeout:
-in the CMC go to Servers
-select the Web_IntelligenceReportServer
-change the default to 60 minutes
Change the Command Line Timeout Parameters of the Web_IntelligenceReportServer & Webi JobServer:
Go to the CCM (Central Configuration Manager)
-Stop these 2 servers (services)
-Go to the service Properties (right mouse) and edit the command line
-Add -requesttimeout 3600000
(in milliseconds, that is 60mins).
-Restart all BO servces
I also have the same problem with webi. When i run a webi report i often get a error message Unspecifiek error.
I’ve checked the settings so you adviced and all things are the same.
[i]Change the default (20 mins) Web_Intelligence Report Server Connection Timeout:
-in the CMC go to Servers
-select the Web_IntelligenceReportServer
-change the default to 60 minutes
Change the Command Line Timeout Parameters of the Web_IntelligenceReportServer & Webi JobServer:
Go to the CCM (Central Configuration Manager)
-Stop these 2 servers (services)
-Go to the service Properties (right mouse) and edit the command line
-Add -requesttimeout 3600000
(in milliseconds, that is 60mins).
-Restart all BO servces [/i]
Its a time out issue, change the webi config file parameters, you need to change the file on local machine as well on the server too.Also change the server time out in CMC too.
We use XIR2 SP5. We have the same issue before.
Beside the above timeout setting, you should also change regesitry.
1.run regedit on the server
2.find HKEY_LOCAL_MACHINE>SOFTWARE>Business Objects>Suite 11.5>CER
3. change the connection timeout value from 600000 (which means 600 sec) to the one you want ex. 3600000 (1 hour)