April 13, 2010 at 9:32 pm
Have you looked at the TSQL to optimize the code? The problem you are encountering seems to be a problem in a poorly written query. You need to check the query that the report is running.
It's NOT t-sql. The datasource is ORACLE database & all the reports use ORACLE pakages to get the data from ORALCE database. So I need to check PL-SQL code that the report is using right?
thanks
April 13, 2010 at 11:41 pm
Yes - check your SQL that is running. Check your Oracle tables and check your Oracle indexes.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 14, 2010 at 12:29 pm
Is the below SSRS configuration correct? please advice me
SQL Server 2005 Reporting Services is installed on Server A and it's databases on Server B.
On Server A, All the reporting Services settings are set to default. No other features are using & the Data source is ORACLE.
A user "ABC" is used to connect Oracle database and the option user name & password are stored securely in report server has selected.
On a application server C, in web.config file, provided the
url: http://servername/reportserver
Username: abc\RsReports
Password: xxxxxxxxx
Domain: abc
So from the application, any end user views the report from the application, internally that end user going to invoke the user abc\RsReports, and which in turn connects the Reporting server from there the oracle user ABC connects to ORACLE database and fethes the data for the report.
April 14, 2010 at 12:32 pm
That looks similar to what we are using. Meaning - we use the same kind of setup but different accounts obviously.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 16, 2010 at 9:17 pm
We are using the same setup for SSRS and also seeing the blocking from report server. It's NOT from the PL/SQL code, but from report server on the SQL instance.
I wondering what will be the reason for blocking and I also read on some forums where they are telling blocking from report server is normal..
thanks
April 19, 2010 at 1:28 pm
I went through the below link http://www.sqlservercentral.com/Forums/Topic795626-150-1.aspx
But I'm NOT considering to change ISOLATION level. Looking for other options
We also have the same problem. After analyzing the PL/SQL code, came to know that report is bringing large data and definetely we need to improve the query that report is using. But how this is related to Report Server blocking?
I did not understand why Report Server is blocking while the report is bringing data from Oracle database?
Thanks
April 20, 2010 at 12:38 pm
I did not find a solution yet..I appreciate if anybody have the same problem and has a fix for this
Thanks
April 22, 2010 at 10:15 am
Did MS has some solution recommended for this reportServer blocking while running reports?
Thanks
Viewing 8 posts - 16 through 22 (of 22 total)
You must be logged in to reply to this topic. Login to reply