Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 20764 articles
Browse latest View live

SSRS 2008R2 Error: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database

$
0
0

Hi,

a big problem with our report server has appeared suddenly.

We are running the SQL Server 2008 R2 with a Report Server. But a .

I can connect to the Report Server Website and I can choose a report. But if I run the report, it will load endless without timeout message or other error messages.

I looked in the Report Server Log and find out this confusing error messages:

...

rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: WriteCallback(): failed to write in write callback.
rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
rshost!rshost!1680!01/21/2014-16:22:41:: v VERBOSE: HttpPipeline::DisconnectCallback: releasing pipeline=0x00000000004ED8D0.
httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
   at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
   at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
   --- End of inner exception stack trace ---;

...

httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
   at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
   at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
   --- End of inner exception stack trace ---;

...

The last think I have done, is to grant a new user access to the report server website (by using the site options) and to the root folder (by using the folder options on ws).

But the error must not relate to the new user. The server was not touched for several days before.

Could you plz help me? I have no idea what to do. 

Googling the whole day to find a solution without success




Report Builder Filter Not Like Wildcard

$
0
0

Hello.  I am brand new to SSRS/Visual Studio and am trying to filter a dataset field that is Not Like a value with a wildcard in the Dataset Properties-Filters area.  I can easily get the Like expression but I want the comparable Not Like expression to exclude the following names from my report, but there isn't a Not Like operator:

Expression:  PtLastName
Operator:     Like
Value:          TEST*

I want to EXCLUDE the following last names in my report:  TEST, TEST9, TEST142

I have my varchar field as "rtrim(dbo.PT.lst_nm) AS PtLastName" in the dataset.

SSRS expression returns #error value in some cells

$
0
0

Hello,

What do you think below expression sometimes return #error value in ssrs.

=SUM(Fields!X.Value / 100 * DateDiff(DateInterval.Day,Fields!s_date.Value,Fields!e_date.Value))  / 
IIF( SUM(DateDiff(DateInterval.Day,Fields!s_date.Value,Fields!e_date.Value)) = 0
	 ,nothing
	 ,SUM(DateDiff(DateInterval.Day,Fields!s_date.Value,Fields!e_date.Value)) 
    )	 

The reporting service web service connection pool reached the max pool size

$
0
0

I got a problem that it throw an exception "The timeout peroid elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connection was in use and max pool size was reached."

The satuation is our service use 15 thread to render report, but sometimes we met such exception I list above. I didn't change any configuration in rsreportserver.config, and it seems the connection to reportserver database from reporting service web service was not disposed.

Is there any configuration I can modify to fix this issue?

SSRS chart overlap issue when accessing report from an IE-10 client on a different machine

$
0
0

Hi,

I have a report that I access using IE10 client without compatibility mode. The report server is deployed in windows server 2008 r2. The chart and the table in the report appears expanded and overlapped with each other. I have tried to update all the browser files and using the below hotfix.

http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx

It has sorted out most of my IE10 rendering issues except the one I have explained above.

I still cannot find a solution for this.

Any help would be greatly appreciated.

Thanks in advance.


Custom Data Extension and Report execution

$
0
0

Hello guys,

I need some help.

On the reports I'm developing I need to call some complex web services. As such, I developed an data extension in C#, which calls code from a dll. In that dll I'm calling the web services I need, and working on the data in order to get the datatables I need (this dll is also coded in C#).

One requirement I have is for the web services being called only once. This is required as some web services return data for more than one table on the rendered report, and as such, I don't want to get the same data twice.

In order to do this and to be easier to code, I made the classes that call the web services static. The question is if when two users request different reports, I will have problems with shared variables (which are also static) or if reporting services launch various threads which won't share the same static classes.

Thanks

Date Expression showing Error in SSRS

$
0
0

Hi,

I have value for Month field as 0. I have used MonthName function in the report. So im getting error as #Error

Expression:

MONTHNAME(Fields!Month.Value)& " "& Fields!Day.Value &" "&  Fields!Year.Value

Please help me to resolve the issue.

Thanks in Advance..

Regards,

LuckyAbdul


Msg 2601, Level 14, State 1, Procedure sp_flush_commit_table, Line 15 Cannot insert duplicate key row in object 'sys.syscommittab' with unique index 'si_xdes_id'. The duplicate key value is (2238926153). The statement has been terminated.

$
0
0

I am using SQL server 2008 R1 SP3. And when we are doing back up operations we are facing the below error

Msg 2601, Level 14, State 1, Procedure sp_flush_commit_table, Line 15
Cannot insert duplicatekey row in object 'sys.syscommittab' with unique index 'si_xdes_id'. Theduplicatekey value is (2238926153).
The statement has been terminated.

Please assist me with your inputs.

Thanks,

Rakesh.


SSRS 2008 set field value outside Dataset

$
0
0

Hi - I have a report with a Tablix and Dataset. I simply want to change the value of some text outside of this Tablix (using an expression) but cannot see how to achieve this. If I look at the expression option for my textbox obviously there are no fields as there isn't a dataset in scope of this field. If I look at the Datasets available then FIRST(... is offered, this is no good as I need to know the scope of the Tablix item value, not the first record in the dataset.

How do I get, check, a value from a dataset, outside of the tablix?

SSRS series lable Overlaping issue

$
0
0

Hi All,

Please see below picture and give me solution .My lable number got overlap and showing black arrow mark .



Akhilesh Sahu Sr.Software Developer

Date format when running in Mexico vs US

$
0
0

When using RS 2005.   I have a report that I developed in the US and runs on a server in the US.   I can create a subscription with no problems.

When our region in Mexico trys to create a subscription it gives an error on the date selections  because it want to do dd/mm/yyyy instead of mm/dd/yyyy.

Is there a way around this problem. 

Identify first occurances of member values in MDX dataset

$
0
0
I have an MDX dataset ordered by a row member.  I need to tag the first occurance of each value of this member.  Any thoughts on the easiest way to do this?

SSRS 2008 R2 Print Error

$
0
0

Hi - We have an SSRS report which errors when we select Actions / Print:

"Unable to load client print control."

There seem to be various reasons when searching this online, but nothing clear.

Is there a definitive answer?

Thanks

Display Nothing in table column heding when parameter doesn't have any value

$
0
0

Hi,

I created one tabular report . Report has 2 parameters(ex: A and B) both have default values from two different datasets. I am using these parameters in two column headings (col1 has parameter A and col2 has parameter B) in report. My question is, if parameters(A and B ) don't have any value from the datasets it should display "Nothing" in the table column headings(col1 and col2). If parameters(A & B) have some value(June & July respectively) it should display in table column headings(col1 and col2).

Thanks in advance,

Visu

report viewer

$
0
0

Hello Friends,

I'm trying to built a simple page to show informations from my SSRS, I'm using the code bellow, and i'm receiving the error message as follows, how to solve it?

rsInvalidItemPath issue- full path must be less than 260 characters long

this is my code:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        ReportViewer1.ProcessingMode = ProcessingMode.Remote
        ReportViewer1.ShowCredentialPrompts = True
        ReportViewer1.ShowExportControls = True

        ReportViewer1.ServerReport.ReportServerCredentials = New ReportServerCredentials()
        ReportViewer1.ServerReport.ReportServerUrl = New Uri("http://10.200.200.250/ReportServer")
        ReportViewer1.ServerReport.SetParameters(New ReportParameter("Param", "33", False))
        ReportViewer1.ServerReport.ReportPath = "/Cliente/rptCapa"


    End Sub


ReportViewer.WinForms.dll produce out of memory exception

$
0
0

I wrote a small app in VS2012 (C#) to replicate this problem, and I'm not 100% sure how to get in contact with Microsoft to log this problem.

The Problem:

  • A windows form using a ReportViewer 11 (11.0.3366.16) object to view a report. Assign the Report Server and Report Path to the component. Processing Mode = Remote, and set all the parameters and credentials to the ServerReport of the ReportViewer
  • The query on the report returns about 37,700 records from an Oracle 11g database, and is aggregated on the Report to about 2,700 rows, but when you do an XML export of the report and produces over 125,000 records in the XML.
  • When Executing the report through the ReportViewer component, it runs for 1-2 mins. and here is the kicker. On some machines I get the Out of Memory (or "not enough storage is available to process this command") before it finish rendering the report, and on other machines I get it when you have to select a file name on the export.
  • Only 32bit machines gets the error.

Now for the next kicker. Report Viewer 9 does not produce this error at all.

I've done some memory analyses on both the processes, and noted that ReportViewer 11 is using double the amount of memory to produce the same report. Here is what I found.

  • ReportViewer 11 spikes the memory usages of the app from about 18MB to about 270MB of RAM in the first 10-20 seconds. Then just as the report is displayed in the control, the memory spikes to about 1.1GB, and then after the render is done, it falls back to about 387MB. When you export the report the memory spike a couple of times to 1.1GB and 1.2GB of RAM then stabilises again at about 387MB, and just before the file save dialog pops up it goes up to about 450-500MB, and as the dialog is displayed it bombs with the exception.
  • ReportViwer 9 spiked the memory usage of the app from about 16MB to about 81MB and up to 202MBin the first 30s of the execution. As the report is displayed the usage goes to 291MB and comes down to 276MB. On export the Memory keeps steady up to the dialog box, and spikes to 463MB.

There is a bit of a memory leak though, because when you do the process again on v9, it doesn't free up all the memory used in the previous run, but consumes the same amount of memory.

Is there anybody that can point me in the right direction of who will be able to assist me in this matter?

Another thing that I found was that when the report is exported by ReportViewer to Excel, the file always have corrupt data, and Excel have to repair the file. The Excel Export at the end looks quite crappy, and is not really useful at all.

Thanks

Reporting Services with out national character after export to PDF

$
0
0

I have problem with exported report to PDF(sended by job)on some devices(pc, mobile, tablets),i dont see any text correctly, only undefinied symbols, problem only exists on exported reports, on SSRS by WEB looks correctly, 

WIN 2008 R2 (eng)

SQL 2008 (eng)

Region: Poland.

Report model - number of values selected in DDL param

$
0
0

Good afternoon,

I have created a report model that references Teradata views, and I am using this model to populate several datasets in a Report Builder report.  One dataset returns actual results, and the other datasets are used to populate available values for multivalued parameters.

The issue I'm encountering is that some of my parameters return a large number (tens or hundreds of thousands) of selectable values.  When clicking "select all", I'm getting an error, since the concatenated list of values exceeds the length limit.  However, since I'm working with a report model, I cannot use T-SQL workarounds such as custom "<ALL>" values/handling.  I also need to limit my result set using these values as parameters, not filters, since I want the intensive processing handled in the DB server, not the app server.

Is there any possible way to accommodate this?  As an example, I have a large (200k+) list of products, belonging to about 7,000 brands.  I want both my product number and brand lists as multivalue parameters...I might want to run the report for all products and all brands (returning 200k+ rows), or choose "select all" in the products list, but only pick a few brands (or vice versa).  Cascading parameters (with the first parameter limiting the next set of values) is not an option since there are many of these parameters that have too many values for the allowed limit (i.e. even my brand list generated the error when I choose "select all" and only picked a few products).

I have searched literally dozens of forums and tech sites, all to no avail thus far.  Any assistance will be greatly appreciated...thank you!

-Chris

ORA-01843: not a valid month . Receive this error when running report in reporting services but not when running query in BIDS

$
0
0

sql server 2008 r2
RS2008 r2

I can execute the query in BIDS 2008 with out a problem and I can run on our RS2005 server without a problem

But when I deploy report and run on our RS2008 server I get the error

  • An error has occurred during report processing. (rsProcessingAborted)
    • Query execution failed for dataset 'NIR'. (rsErrorExecutingCommand)
      • ORA-01843: not a valid month 

QUERY:

select * from NIR_QUARTERLY where birth_date between :PARAM1 and :PARAM2
order by PT_CODE

SSRS Publishing error: A cobalt error was thrown

$
0
0

Have a SharePoint 2013, SQL 2012 SSRS site.  Integrated mode.  Report templates set up on one site, published to another (in case this matters). Publishing has been fine (once every 5 minutes, for a couple dozen reports).  No sign of any performance problems.  Now one report sends a blank page in place of a report, with the 'Last Results' on the Subscription page recording "Failure writing file <url>:mhtml. A cobalt error was thrown.

If I delete the report, the file will publish again, at least the first time or two, then will fail again.  Any ideas?

Thanks,

David


David Ridenour

Viewing all 20764 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>