all groups > sql server reporting services > december 2005 >
You're in the

sql server reporting services

group:

Long Oracle report


Long Oracle report Andres
12/27/2005 9:33:15 AM
sql server reporting services:
Hi,

I'm having problems with a report that has a Oracle datasource.

The query source is a stored procedure that takes 3 hours to complete but
reporting services don't wait this time and shows an error page.

Reporting Services is configured to "Do not timeout report execution" and
the report uses "Use default setting"

This works ok with a SLQ Server Stored procedure.

Any ideas?

Andrés





RE: Long Oracle report petery NO[at]SPAM online.microsoft.com
12/28/2005 2:59:17 AM
Hello Andres,

I'd like to know the exact error message you encountered. Also, how long
did it take to display error message after you started to execute the
report? You mentioned, the SP works in SQL but I wonder if the report from
SQL server also takes 3 hours to render?

As I know, IE version 5.x and higher have 60 minute time-out limit. A quick
registry setting and a restart fixes the problem.

1. Add a ReceiveTimeout DWORD value with a data value of (<number
ofseconds>)*1000 in the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings

For example, if you want the timeout duration to be 8 minutes, set the
ReceiveTimeout data value to 480000 (<480>*1000).

2. Restart your computer.

You can find more info at:

http://support.microsoft.com/kb/q181050/


You could check the datasource of Oracle in RS designer by open the data
source->Edit->Advanced and set connection timeout to 0 (not timeout).

Also, the issue could occur if Oracle disconnect the connection from RS due
to some issues. You may want to include Oracle support on this specific
issue and look into the logs under

C:\Program Files\Microsoft SQL Server\mssql\reporting services\logfiles

Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================



This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
[quoted text, click to view]
Re: Long Oracle report Andres
1/3/2006 11:51:19 AM
Hello Peter

I tried with this with SQL Server (A report based in a stored procedure with
a waifor command before a select ..... ) and it works fine!.

Now we are working with Oracle to find if it works also. The problem is that
each try is 4 hours!

Regards,

Andres




[quoted text, click to view]

Re: Long Oracle report petery NO[at]SPAM online.microsoft.com
1/4/2006 1:46:15 AM
Hello Andres,

Thank you for taking time to write in about the status of the issue. :-)

Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================



This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
[quoted text, click to view]
AddThis Social Bookmark Button