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

How to suppress the subreport when there is no data in it?

$
0
0

Since there is no way to pass value from subreport to the main report, how to suppress the subreport when it is blank?

 

Thanks.


Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 504

$
0
0

I get the following message soon after 120 seconds. Report query returns the full data set in SSMS withing 25 seconds.

This is a fairly a large report. I get this same error messages many of my large data reports.

Report server version 11.0.5058.0 on a VMware 2 GHz 4 core, 64GB RAM and Windows 2012 R2 (64 bit)

DB Server version Standard Edition (64-bit) 11.0.5058.0 on a VMware 2 GHz 8 core, 96GB RAM and Windows 2012 R2 (64 bit)

library!ReportServer_0-2!15ec!02/24/2015-14:29:07:: i INFO: Using folder C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\RSTempFiles for temporary files.
webserver!ReportServer_0-2!15ec!02/24/2015-14:29:17:: i INFO: Processed report. Report='/Head Office/UAE/RSH/Free Stock Report - Item wise', Stream=''
rshost!rshost!1404!02/24/2015-14:29:46:: e ERROR: WriteCallback(): failed to write in write callback.
rshost!rshost!1404!02/24/2015-14:29:46:: e ERROR: Failed with win32 error 0x03E3, pipeline=0x00000006101063B0.
rshost!rshost!1684!02/24/2015-14:29:46:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
rshost!rshost!1684!02/24/2015-14:29:46:: e ERROR: Failed with win32 error 0x03E3, pipeline=0x00000006101063B0.
httpruntime!ReportManager_0-1!1684!02/24/2015-14:29:46:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x800703E3): The I/O operation has been aborted because of either a thread exit or an application request. (Exception from HRESULT: 0x800703E3)
   at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
library!ReportManager_0-1!1684!02/24/2015-14:29:46:: 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-130692470239287110.  ---> System.Runtime.InteropServices.COMException (0x800703E3): The I/O operation has been aborted because of either a thread exit or an application request. (Exception from HRESULT: 0x800703E3)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
   at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
   --- End of inner exception stack trace ---;

I get the following error in visual studio


send an alert to notify ssrs report rendering is failed

$
0
0

Hi Friends,

I have one small requirement.

When ever the report fails in rendering time or report is not working(due to some data issues), I have to send an alert to notify people this report is rendering failed or report is throwing some error.

How can I do that, please help me on this..

Adding weekday name to x-axis in a chart

$
0
0

I am trying to add a weekday name to the horizontal axis in a chart (SSRS).

In horizontal Axis Properties I went to number, then Custom, and added:

=(WeekdayName(Fields!Date.Value))

It nearly works. I have put in this week's dates into the parameters (23/02/2015 - 28/02/2015) but the x-axis is showing the dates as numbers, eg 23 - 24 - 25. I'd love to see the words Monday, Tuesday et al in there instead.

When setting up the chart I have Fields!Date.Value as the category group, at the moment grouped on =day(Fields!Date.Value)

Any suggestions on how to get 'Monday', 'Tuesday' etc to appear would be much appreciated.

I have tried

=weekdayname(weekday(Fields!Date.Value)). This partly works but

unfortunately repeats the day of the week the report was run, eg Monday Monday Monday rather than Monday Tuesday Wednesday et al.

Thanks.



SSRS 2008 R2 - COUNTDISTINCT By Group

$
0
0

Hello,

Thanks for the help in advance.  I have some a results set that gives some numbers by country.  The countries selected are controlled by a parameter which is 'Multi Select'.  There could be one or many countries selected.

My 'Detail' level dataset is fine, however I'd like to add a summarised DISTINCT count of numbers by country in another location on the report.  I'd like SSRS to do the summary (based on the detail rows it already has), rather executing another SQL query to the database for the summary.

If there were a small list of countries I could do a COUNTDISTINCT IF Group = XYZ.  However as there could be a few or many, this is not practical.

This is what the detail looks like:

Numbers By Country

Here is an example of how I'd like to summary to look like (without doing a separate SQL query):

Country Number Summary

Many Thanks,
UnoT

=WeekdayName(weekday(Today())) gives me tomorrow

$
0
0
Hello

I have noticed with one of my reports, when I add weekdayname, that tomorrow's value appears.

I tested this by adding a textbox with =WeekdayName(weekday(Today())) in it. I have just run this (on a Monday) and it is saying Tuesday. So clearly it's one day out.

Does anyone know how I can go about rectifying this? I can get round it in reports by adding an expression but I suspect there's some deeper problem that I would like to rectify.

Any advice would be much appreciated.

Thanks.

SSRS 2012: Report Header PrintOnFirstPage-problem after report migration from SSRS 2008

$
0
0

Hi ,

I developed my report using VS 2008 IDE and the report header property "PrintOnFirstPage" is set to False.

The content of the header are some textboxes and lines that should show only on page number > 1.

This works fine in VS 2008 IDE in preview mode as well as with reports rendered by SSRS 2008 report server.

Recently I migrate&convert the same report to SSRS 2012 I noticed a different rendering behaviour of my report.

So in VS 2010 preview mode, the page headers content (textboxe etc.)  is not visible on first page but the headers space did not colapse as it does in VS 2008 IDE preview mode.

I checked all the report properties but unable to find a solution to my problem.

I was able to reprduce the same behaviour by creating a new report using VS2010 IDE.

Any ideas are greatly appreciated

Thanks

Bodo

 



Register a standard .NET framework data provider

$
0
0

We have a custom data provider that we would like to register with the report server in a SQL Server 2014 standard edition. 

I have placed the necessary dlls in the bin folder inside the Report Server folder.

Here is the data section of the rsreportserver config file:

<Data>
<Extension Name="SQL" Type="Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="SQLAZURE" Type="Microsoft.ReportingServices.DataExtensions.SqlAzureConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="SQLPDW" Type="Microsoft.ReportingServices.DataExtensions.SqlDwConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="OLEDB" Type="Microsoft.ReportingServices.DataExtensions.OleDbConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="OLEDB-MD" Type="Microsoft.ReportingServices.DataExtensions.AdoMdConnection,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="ORACLE" Type="Microsoft.ReportingServices.DataExtensions.OracleClientConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="ODBC" Type="Microsoft.ReportingServices.DataExtensions.OdbcConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="XML" Type="Microsoft.ReportingServices.DataExtensions.XmlDPConnection,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="SHAREPOINTLIST" Type="Microsoft.ReportingServices.DataExtensions.SharePointList.SPListConnection,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="SAPBW" Type="Microsoft.ReportingServices.DataExtensions.SapBw.SapBwConnection,Microsoft.ReportingServices.DataExtensions.SapBw"/>
<Extension Name="ESSBASE" Type="Microsoft.ReportingServices.DataExtensions.Essbase.EssbaseConnection,Microsoft.ReportingServices.DataExtensions.Essbase"/>
<Extension Name="TERADATA" Type="Microsoft.ReportingServices.DataExtensions.TeradataConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/>
<Extension Name="{Name}" Type="{Name}.Data.Provider.{OurConnection},{Name}.Data.Provider"/>
</Data>

And here is the entry in the rssrvpolicy config file:

                       

<CodeGroup
                  class="FirstMatchCodeGroup"
                  version="1"
                  PermissionSetName="Nothing">
            <IMembershipCondition
                    class="AllMembershipCondition"
                    version="1"
                        />
<CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust" Name="{Name}DataProviderCodeGroup" Description="Grants permission to the {Name} data processing extension for reporting services.">
<IMembershipCondition class="UrlMembershipCondition" version="1" Url="C:\Program Files\Microsoft SQL Server\MSRS12.{Name}\Reporting Services\ReportServer\bin\{Name}.Data.Provider.dll" />
</CodeGroup> 

I have followed the tutorial here to the finest point: https://msdn.microsoft.com/en-us/library/bb326409.aspx 

Yet, when I open the report manager, it does not display our provider there. It will display the others, but ours does not show up. Does anyone notice any issues in the configuration or any setting that needs to be changed to allow other .NET framework data providers to be used on the report server?



Unable to edit or delete data driven subscription - rsInternal Error

$
0
0

I have a data driven subscription that I am trying to edit or delete. If I do either, I get a message

An internal error occurred on the
report server. See the error log for more details. (rsInternalError) Get Online Help

The status is pending.

Help!

Thank you

I found in a SQL Dmpr0009.log file the following error:

library!ReportServer_0-2!2410!02/27/2015-09:21:38:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: Adding more than one data source with null original name, Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.;


SSRS Data Driven Subscription Management Questions

$
0
0

I have two questions on data driven subscriptions in SSRS 2012 Enterprise Edition

1) Is there a limit to how many can run at a time?  The reason I am asking is that yesterday we had a very large subscription running and we had several others waiting to run,  We waited for about 8 hours before they actually ran.  There was plenty of resource on the Oracle database server and plenty of resource on the reporting server, I am wondering if there is a limit that I can increase to the number of jobs that can run at a given time?

2) My second question has to do with how to stop a data driven subscription?  We tried everything from rebooting the SSRS server, to stopping the SQL Server Agent Job, to identifying the process on the database server and nothing stopped the job from running.  How do I do stop a job?

Thank you

SQLDumper Error

$
0
0

While troubleshooting another problem I discovered this error.

Any thoughts on this?

Thank you

---------------------------------------------------------------------------------------------

Fault bucket 90349650291, type 5

Event Name: SQLException64

Response: Not available

Cab Id: 0

Problem signature:

P1: ReportingServicesService.exe

P2: 2011.110.5058.0

P3: 00000000537423EB

P4: SQLDUMPER_UNKNOWN_MODULE.DLL

P5: 0.0.0.0

P6: 0000000000000000

P7: 17068

P8: FFFFFFFFC677081B

P9: FFFFFFFFF6612D81

P10:

Attached files:

C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0009.mdmp

C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0009.log

These files may be available here:

C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Critical_ReportingService_47a692227a878eaa4b1f0793dd4e4fc6d5e4ee8_00000000_26fb9ce8

Analysis symbol:

Rechecking for solution: 0

Report Id: 19601fe0-bea5-11e4-80da-005056af00c4

Report Status: 0

Hashed bucket: e989e80431dbd4f011e34543c9c3844d

Contents of the mini dump -

-------------------------------------------------------------

(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 4932
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000587E6448
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 4932
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000587E6448
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(FA4:C9C) 09/18/14 15:55:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0001.mdmp
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(FA4:C9C) 09/18/14 15:56:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(FA4:C9C) 09/18/14 15:56:01, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(FA4:C9C) 09/18/14 15:56:01, ACTION, ReportingServicesService.exe, Created the report.

(FA4:C9C) 09/18/14 15:56:01, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(FA4:C9C) 09/18/14 15:56:01, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(FA4:C9C) 09/18/14 15:56:01, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 9952
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000616A6448
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 9952
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000616A6448
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(1924:2510) 02/25/15 16:58:31, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0002.mdmp
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(1924:2510) 02/25/15 16:58:38, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(1924:2510) 02/25/15 16:58:38, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(1924:2510) 02/25/15 16:58:38, ACTION, ReportingServicesService.exe, Created the report.

(1924:2510) 02/25/15 16:58:38, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(1924:2510) 02/25/15 16:58:38, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(1924:2510) 02/25/15 16:58:38, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 9952
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000616A6448
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 9952
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000616A6448
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(2048:21F4) 02/25/15 17:16:12, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0003.mdmp
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(2048:21F4) 02/25/15 17:16:16, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(2048:21F4) 02/25/15 17:16:16, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(2048:21F4) 02/25/15 17:16:16, ACTION, ReportingServicesService.exe, Created the report.

(2048:21F4) 02/25/15 17:16:16, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(2048:21F4) 02/25/15 17:16:16, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(2048:21F4) 02/25/15 17:16:16, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 1188
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000627A6448
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 1188
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000627A6448
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(F28:F2C) 02/25/15 17:33:01, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0004.mdmp
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(F28:F2C) 02/25/15 17:33:04, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(F28:F2C) 02/25/15 17:33:04, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(F28:F2C) 02/25/15 17:33:04, ACTION, ReportingServicesService.exe, Created the report.

(F28:F2C) 02/25/15 17:33:04, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(F28:F2C) 02/25/15 17:33:04, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(F28:F2C) 02/25/15 17:33:04, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 6340
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000627A6448
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 6340
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000627A6448
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(20A4:2060) 02/26/15 11:56:25, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0005.mdmp
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(20A4:2060) 02/26/15 11:56:28, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(20A4:2060) 02/26/15 11:56:28, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(20A4:2060) 02/26/15 11:56:28, ACTION, ReportingServicesService.exe, Created the report.

(20A4:2060) 02/26/15 11:56:28, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(20A4:2060) 02/26/15 11:56:28, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(20A4:2060) 02/26/15 11:56:28, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 6340
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000627A6448
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 6340
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000627A6448
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(B10:FD4) 02/26/15 12:16:50, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0006.mdmp
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(B10:FD4) 02/26/15 12:16:54, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(B10:FD4) 02/26/15 12:16:54, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(B10:FD4) 02/26/15 12:16:54, ACTION, ReportingServicesService.exe, Created the report.

(B10:FD4) 02/26/15 12:16:54, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(B10:FD4) 02/26/15 12:16:54, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(B10:FD4) 02/26/15 12:16:54, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 5000
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000627A6448
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 5000
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000627A6448
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(754:FC8) 02/26/15 12:32:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0007.mdmp
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(754:FC8) 02/26/15 12:32:56, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(754:FC8) 02/26/15 12:32:56, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(754:FC8) 02/26/15 12:32:56, ACTION, ReportingServicesService.exe, Created the report.

(754:FC8) 02/26/15 12:32:56, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(754:FC8) 02/26/15 12:32:56, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(754:FC8) 02/26/15 12:32:56, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 1140
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 0000000068E36448
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 1140
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x0000000068E36448
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(91C:6E4) 02/26/15 15:09:14, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0008.mdmp
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(91C:6E4) 02/26/15 15:09:19, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(91C:6E4) 02/26/15 15:09:19, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(91C:6E4) 02/26/15 15:09:19, ACTION, ReportingServicesService.exe, Created the report.

(91C:6E4) 02/26/15 15:09:19, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(91C:6E4) 02/26/15 15:09:19, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(91C:6E4) 02/26/15 15:09:19, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () completed with status (00000514)
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 1: 6888
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 2: 0
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 3: 0:0
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,  Parameter 4: 00000000552D6448
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 6888
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00000000552D6448
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x0000000000000000
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x0000000000000000
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(2AB0:29E8) 02/27/15 09:21:39, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\Logfiles\SQLDmpr0009.mdmp
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll'
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\dbghelp.dll' : '6.12:2.633'
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE'
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '2011.110:5058.0'
(2AB0:29E8) 02/27/15 09:21:44, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files\Microsoft SQL Server\110\Shared\SQLDUMPER.EXE' : '11.0:5058.0'
(2AB0:29E8) 02/27/15 09:21:44, ACTION, ReportingServicesService.exe, Watson Invoke: Yes
(2AB0:29E8) 02/27/15 09:21:44, ACTION, ReportingServicesService.exe, Created the report.

(2AB0:29E8) 02/27/15 09:21:44, ACTION, ReportingServicesService.exe, WerReportAddFile Mini Dump succeeded.
(2AB0:29E8) 02/27/15 09:21:44, ACTION, ReportingServicesService.exe, WerReportAddFile Log Tail File succeeded.
(2AB0:29E8) 02/27/15 09:21:44, ACTION, ReportingServicesService.exe, Submitted report asynchronously.

Handle the junk character

$
0
0

Hi Friends,

I have a some junk characters some things like below..

I want to handle those columns , (I have to change it into readable format )

Is there any function is there to change the format of these..

Product
µTorrent 3.3.1 Build 29938 Stable
µÛ¹úʱ´ú2Õ÷·þÕß ÖÐÎÄÓ²Å̰æ
µÚÒ»´´ÒµÍøÉÏÐÐÇé½»Ò×ϵͳ
¶à¿Í·þ 4.4
¶àÃ×ÒôÀÖv5.1.1
“驱动魔法师网卡增强版安装包 V1.4.5.2 For Win98, Win2K, WinXP,
《Ryse:罗马之子》3DM简体中文硬盘版 版本 1.0
¶àÐãÊÓÆµ 1.0.2.0

MVC

$
0
0

HI

I'm working with Mvc application, i want to share the views across the entire solution.

I created an email template on my main project and i want access it on MVC service project which is sitting on the same solution. I tried razor generator but still can't access it.

Your help will me much appreciated.


L.M


How to generate expand/collapse ssrs report?

$
0
0

Hi,

I have a requirement, where i have to expand/collapse the columns like below

ID  Name  Profile

1     X          A

1     X           B

2     Y            C

2     X             D

2     X             E

now i want to group ID's  and Names  

ID  name  Profile

1

when i expand '1' then 

ID  Name profile

1     X

      

when i expand 'X' then i have to c Profiles of that


jo

How to implement tool tip functionality in SSRS report

$
0
0

Hi,

I want to implement the tool tip functionality in on report.

Requirement is like this, When ever I have to move my mouse to the 

particular below mentioned column the fully qualified name should have to shown in the tool tip.

What are all the thing I have to use to implement on this.

Whether I have to use the java script or anything else.

Please let me know..


Passing rendering format and report parameters in the URL to call a report - SSRS 2012

$
0
0

Hi,

I've a SSRS 2012 with the integer and multivalue Creation_Years parameter that I need to call directly to export data in the Excel format.

I've tried to use this URL: http://reportserv/Reports/Pages/Report.aspx?ItemPath=%2fInsurance%2fInstallations_Excel&rs:Format=excel&Creation_Years=2014 but the parameter is required in an interactive manner.

I've tried to set the hidden property for the parameter, I've tried to invert the position of the "rs:Format=excel" string with the "Creation_Years=2014", but the error message doesn't change. Also if I specify the 2015 year, the parameter isn't overwritten with the 2015 value.

Any helps to me, please? Thanks

Loop over datasets

$
0
0

SQL Server 2008 with latest service packs and patches as of 1/1/2015.

I have 15 datasets in my SSRS report.  Each dataset has the exact same columns (Code, Name, Length).  The query behind each dataset is pretty much the same just differences (sometimes vast differences) in the WHERE clause.

Do I have to drag and drop a tablix onto the screen for each dataset or can I programmatically create tablix by looping over the available datasets?  The number of datasets may change but the three output columns will always be the same.

Thank you in advanced for your help.

JamesNT


"If you have to ask about various operating system limits, you're probably doing something wrong." -Raymond Chen

SSRS 2012 display of report parameters

$
0
0

In an exisitng SSRS 2012 report, a user can currently select individually 5 different reports that can be generated. Now the user wants to add a 6th report where there would be 2 additonal parameters. The user would prefer for the extra parameter selections not to appear until they select the 6th report to execute.

Basically the 2 extra parameters would only display when the 6th report is selected to run.

Thus is there a way when the user selects the 6th report, for the 2 new parameters to be displayed for running the report? If this is possible, would you show me how to accompliksh this goal?

If this is not possible, would you let me know that also?


SSRS report within SharePoint - parameters get reset

$
0
0

Hello,

We run SSRS reports from SharePoint using Internet Explorer.

Recently some of the report users started having problems with running reports locally on their laptops. They cannot select report parameters anymore. Every time the report user picks up the first parameter from the drop-down list, the SharePoint page gets reset to the default original report page; and the selected parameter does not hold. The very same users are able to run the same reports from terminal server – no problem.

It seems to be something on these users' laptops locally (maybe Windows or IE automatic update changed the settings?), which is causing this malfunction.

Did anyone experience the same problem? What was the solution?

 

Please help.

 

Thank you,

Lana

 

SSRS Cascading Parameters

$
0
0

Dear Team,

Kindly help with below issue.

My SSRS report has 8 parameters among which first 3 are mandatory and other are optional.

I have 6 datasets 1 for main report display dataset and other five are for cascading parameters dependent on first 3 params.

cascading params are initially disabled as there dataset uses mandatory params.

After entering mandatory params the cascading params are enabled 1 by 1 and not all at same time.

Is there are way to enable all cascading parameters at the same time as there is no dependency among themselves and all 3 mandatory dependent fields are already populated.

Thanks!! 

Viewing all 10045 articles
Browse latest View live


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