Quantcast
Viewing all 10045 articles
Browse latest View live

SSRS 2012 - my scatter chart isn't showing all data points

I have a scatter chart in SSRS (SQL Server 2012, Visual Studio 2010) that is producing the following:

Image may be NSFW.
Clik here to view.

There are five data points on there, however the result set I am using has 10 rows (a 'Completed Date' of datetime and a 'Lateness' integer whose values can be positive or negative.

This is the Dataset and the results it produces:

SELECT DISTINCT TOP 10
  a.ACTIVITY_NAME As [Activity Name]
  , ad.COMPLETED_DATE As [Completed Date]
  , ad.DAYS_LATE As [Lateness]
  FROM ACTIVITIES a
	JOIN ACTIVITY_DATA ad ON ad.ACTIVITY_ID = a.ACTIVITY_ID
	LEFT JOIN ORDERS o ON o.ORDER_ID = ad.OBJECT_ID
	JOIN ORDER_ITEMS oi ON oi.ORDER_ITEM_ID = ad.ORDER_ITEM_ID
	JOIN CUSTOMERS c ON c.CUSTOMER_ID = oi.CUSTOMER_ID
  WHERE (ad.KEY_DATE >= DATEADD(YEAR, - 1, GETDATE())) AND (ad.KEY_DATE <= GETDATE()) AND (ad.COMPLETED_DATE IS NOT NULL)
    AND a.ACTIVITY_ID = 21
  ORDER BY ad.COMPLETED_DATE DESC
Activity Name	Completed Date	Lateness
02 First fit    	2015-06-09 00:00:00	1
02 First fit	        2015-06-05 00:00:00	32
02 First fit    	2015-06-04 00:00:00	31
02 First fit    	2015-06-02 00:00:00	-13
02 First fit    	2015-06-02 00:00:00	-6
02 First fit    	2015-06-02 00:00:00	1
02 First fit    	2015-06-02 00:00:00	15
02 First fit    	2015-06-02 00:00:00	22
02 First fit    	2015-06-02 00:00:00	29
02 First fit    	2015-05-27 00:00:00	44

How can I tell SSRS to show every data point in my chart?


convert column to rows in SSRS

Hi experts,

i am having table like below:-

ManagerName, ManagerEmail, Client, P1-Client  ,P1-Number,P1-Description,P2-Client,P2-Number,P1-Description,P3-Client,P3-Number,P3-Description

but i need report below pls help me

ManagerName, ManagerEmail, Client , P1   P1-Client 

                                                                    P1-Number

                                                                     P1-Description

                                                             P2  

                                                                     P2 -Client 

                                                                    P2-Number

                                                                     P2-Description

Please guide me out.

SSRS Export to XML: Column Order within XSD

Hi,

I have a Report in SSRS 2012 (SharePoint 2010 Integrated Mode) that shows data on system-performance.

While I have a data-set and table in the report like: Column 1, Column 2, Column 3

When users exports the report to XML, they get an exportfile in XML like: Column 1, Column 2, Column 3

And an XSD that says: Column 3, Column 1, Column 2

Same issue described here (http://social.msdn.microsoft.com/Forums/hu/sqlreportingservices/thread/849d2dde-a11c-451d-bd98-9b1a779979d8)

According to Microsoft, this issue is caused by the fact that for deriving the schema items are enumerated from an unordered collection object. The order of the elements that get out of this collection is pseudo random. According to Microsoft, this issue should have been resolved in SQL Server 2008 R2, SP1, CU8 or SQL Server 2012 SP1, CU1. Unfortunately, this issue has not been resolved yet.

Is there any other way to resolve this issue? Or in which CU will this issue be resolved?

Many thanks,

Iman Jabor


Excel, PowerView error in SharePoint 2013: "An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source."

I've installed SQL Server 2012 SP1 + SP server 2012 + SSRS and PowerPivot add-in.

I also configured excel services correctly. Everything works fine but the powerview doesn't work!

While I open an excel workbook consist of a PowerView report an error occurs:"An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source."

error detail: 

<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source.</Message><MoreInformation><Source>Microsoft.ReportingServices.ProcessingCore</Source><Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'EntityDataSource'.</Message><MoreInformation><Source></Source><Message>For more information about this error navigate to the report server on the local server machine, or enable remote errors</Message></MoreInformation></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>

Please help me to solve this issue. I don't know if uploading the excel workbook is enough or maybe It needed to connect to another data source.

I Appreciate in advance.

SSRS 2008: connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)

Hi,

I have started getting this error since a week now when I try to schedule a report or change a schedule of a report. 

An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError) Get Online Help For more information about this error navigate to the report server on the local server machine, or enable remote errors 

 

We have SQL Server 2008 installed along with SSRS running on the server. I have never seen this happening before for almost a year now but suddenly it appeared.  Along with this, report subscription is also messed up and some report are not been emailed as they have a error like:

Failure sending mail: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database.Mail will not be resent. 

 

I am not sure what caused this but if anyone has any idea of what is going on it will be great. 

 

Thanks you for your help. 

Please reply soooon !!!

Date Labels on x axis in SSRS Line Chart

Hi All,

What is the best optimised options to display the date labels with bi-weekly intervals starting date Date from one month to three months future from the current date?

As per above requirements, I have built the below line graph query and graph, currently it only displays the date labels as per data but I need to display date labels with bi-weekly intervals starting date from one month to three months future from the current date. Also another issue found, if there are few more date labels then does not show all labels on horizontal axis.

Select


/* Set Week End date as Sunday */

DATEADD(DAY, 7 - DATEPART(WEEKDAY, t.TaskBaseline0FinishDate), CAST(t.TaskBaseline0FinishDate+1 AS DATE)) as[WeekEnd]

,count(t.TaskBaseline0FinishDate) as Baseline
,count(t.TaskFinishDate) as Finish

from
MSP_Task_UserView t  INNER JOIN MSP_Project_UserView p on 
p.ProjectUID=t.ProjectUID
Where 1=1
AND t.ProjectUID='5D3285EE-B699-4718-B85D-53DD14A37DE5'
Group by DATEADD(DAY, 7 - DATEPART(WEEKDAY,

t.TaskBaseline0FinishDate), CAST(t.TaskBaseline0FinishDate

+1 AS DATE))
Order by DATEADD(DAY, 7 - DATEPART(WEEKDAY,

t.TaskBaseline0FinishDate), CAST(t.TaskBaseline0FinishDate+1 AS DATE))

Image may be NSFW.
Clik here to view.

Thanks in advance for your help.


Badal Ratra MCTS



URL Action SharePoint 2013 not working correctly

Hi

I have a field in my dataset called URL which are URLs for website pages which an example of these is as follows.

http://google.co.uk

http://mysite.co.uk/client/division/t3105/pages/matter/home.aspx

I have created a Action for field to go to a URL which uses my dataset field.

When the report is rendered in BIDS the URL action works.

In sharepoint 2013 where the report field has the URL action of http://google.co.uk

but if the report field has a URL action similar to http://mysite.co.uk/client/division/t3105/pages/matter/home.aspx then there isn't anything to hover over.

Regards


multi value parameter not passing in sub report parameter list

hello all,

I have two report , first is main report which is matrix and have one parameter User_ids which is multi value selection

and my second report is basic chart of user_wise performance 

Now, my main report (matrix ) works fine for Multiple selection of users and i have putted one textbox on main reportchart which has action properties set for chart report 

when user click on chart button it must goes to chart with user selected in main report 

Now , i have used expression for parameter to send it like ..

=join(parameter!user_id!value,",") which pass selected value to chart 

and when i am selecting single user it passing that value to chart parameter list but , when it is more than one user it errors with conversion failed when converting the nvarchar value '121,128' to data type int.

but my chart also works when passing 121,128 in user parameter in preview of report .

please , tell me why this is happening ? 


Dilip Patil..


Heat Map

I have used STPointFromText to calculate a geography point for each location on my map.

I have selected a bubble map top visualise a data field at each point.

This works fine.

However, is it possible to represent the areas in between these data points as colour also, like the following:

Image may be NSFW.
Clik here to view.
Image result for heat map

I will obviously need to calculate the value of the area between each data point so I can represent as a colour. 

Is this possible with SSRS? What is the calculation? Will I require another layer on top of the point layer?


Customize column grouping

Hello All,
I am working on one of the report.

where I need to move the amount across column group.

My data is like this
Project  Amount CurrentFiscalMonth DelaybyMonth
A          10          Jul                          0
B          20          Aug                         2

C          10          Sep                         0

Report will be sum up the amount at CurrentFicalMonth grouping on column

But, if the Project is being delayed say by as per the example its 2 months than the amount should be moved from Sep to Oct column for the particular project.
User has done it using the Offset function in excel.

Fiscal month starts at July and ends at June.

and data source is SSAS cube.

Please let me know if you need more details.

Many Thanks,

Pragati

Create PowerView report in sharepoint 2010 error

Hello,

whenever I try to create a PowerView report on an existing powerpivot- excel sheet I get following error:

"An error occurred while loading the model for the item or data source 'xxx'. Verify that the connection information is correct and that you have permissions to access the data source." 

Error details:

<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'http://intranet/PowerPivot/PowerPivot-Galerie/Mappe1.xlsx'. Verify that the connection information is correct and that you have permissions to access the data source.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60</HelpLink><ProductName xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.2100.60</ProductVersion><ProductLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1031</CountryLocaleId><MoreInformation xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'http://intranet/PowerPivot/PowerPivot-Galerie/Mappe1.xlsx'. Verify that the connection information is correct and that you have permissions to access the data source.</Message><MoreInformation><Source>Microsoft.ReportingServices.ProcessingCore</Source><Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=1.0" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'TemporaryDataSource'.</Message><MoreInformation><Source>Microsoft.AnalysisServices.AdomdClient</Source><Message>A connection cannot be made. Ensure that the server is running.</Message><MoreInformation><Source>Microsoft.AnalysisServices.SharePoint.Integration</Source><Message></Message><MoreInformation><Source>mscorlib</Source><Message>Access to the path 'C:\Program Files\Microsoft SQL Server\MSAS11.POWERPIVOT\OLAP\Backup\Sandboxes\PowerPivotServiceApplication1' is denied.</Message></MoreInformation></MoreInformation></MoreInformation></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>

When I try to open the PowerPivot sheet form Power Pivot Gallery and click on any filter I receive following message: 

An error occurred during an attempt to establish a connection to the external data source. The following connections failed to refresh: PowerPivot Data

Please help me. Thank you in advance!

Row Number Over Oartiotion help

Hi

I have a script as follows:

select hratency.comp_id
,hratency.tency_seq_no
,hratency.rent_acc_no
,hratency.prty_ref
,hratency.hb_ref
,hratency.bal_freq
,hratency.ethnic_org
,hratency.tency_st_dt
,hratency.tency_end_dt
,hratency.tenure_type
,hratency.res_vacn
--,EndD.prty_ref
,EndD.tency_seq_no
,EndD.Tend
,ROW_NUMBER()OVER(PARTITION BY hratency.prty_ref Order by hratency.prty_ref)AS RowNumber
from hratency
Inner Join QLHRA_TenancyEndPeriod AS EndD
ON hratency.comp_id = EndD.comp_id AND hratency.prty_ref = EndD.prty_ref
where (tency_st_dt > '2014/03/31' AND hratency.tenure_type <> 'OWN' AND hratency.tenure_type <> 'FORMO')

and gives the following output shown in part

Image may be NSFW.
Clik here to view.

i only want to return and rows that have the value of 1 in the RowNumber column and thought the following would work

SELECT * from (select hratency.comp_id
,hratency.tency_seq_no
,hratency.rent_acc_no
,hratency.prty_ref
,hratency.hb_ref
,hratency.bal_freq
,hratency.ethnic_org
,hratency.tency_st_dt
,hratency.tency_end_dt
,hratency.tenure_type
,hratency.res_vacn
--,EndD.prty_ref
,EndD.tency_seq_no
,EndD.Tend
,ROW_NUMBER()OVER(PARTITION BY hratency.prty_ref Order by hratency.prty_ref)AS RowNumber
from hratency
Inner Join QLHRA_TenancyEndPeriod AS EndD
ON hratency.comp_id = EndD.comp_id AND hratency.prty_ref = EndD.prty_ref
where (tency_st_dt > '2014/03/31' AND hratency.tenure_type <> 'OWN' AND hratency.tenure_type <> 'FORMO'))
where RowNumber=1
but i get the following error message

Msg 156, Level 15, State 1, Line 20
Incorrect syntax near the keyword 'where'

Having looked at this for ages i think i am blind now to the solution. Can anyone assist please

Thanks

John

AxIS GPO, SSRS 2012 and RSClientPrint - Continues to prompt for install

Please help!

We have a prod server running SQL 2008 R2 SSRS and we are able to print SSRS reports fine.  I believe RSClientPrint is part of the deployed image.

We now have a test server running SQL2012 SSRS.  We have deployed a AxIS GPO which should allow a silent install of the new RSClientPrint for non-administrators.  We went the AxIS route as I was told some security patches can require a new print control so I want to avoid packaging, testing, and deploying updated print controls to thousands of machines.

The problem is that we are still being prompted to install the print control when attempting to print a SSRS report from the test 2012 server.

Has anybody seen this particular issue before?  Do I need to make the ssrs server a trusted site?

Thank you for any help!!!!  This is very frustrating.

David

expression help

Hello,

Can anyone help me convert the following lines to SSRS expressions?  I'm trying to return the dates in my ssrs report so users can see the data ranges they are returning data for.  My data set queries are using the these to set the date parameters.  Some of the functions don't seem to work in SSRS.

EOMONTH(Dateadd(Quarter,Datediff(Quarter,0,getdate())-2,0),2) --Beg of last Quarter  

EOMONTH(Dateadd(Quarter,Datediff(Quarter,0,getdate())-1,0),2) --end of last Quarter


EOMONTH(Dateadd(Year,Datediff(Year,0,getdate())-1,0),11) --beg this year

EOMONTH(Dateadd(Year,Datediff(Year,0,getdate())-2,0),11) -- beg of last year

EOMONTH(Dateadd(Year,Datediff(Year,0,getdate())-1,0),11) -- end of last year


x

How to calculate Sales percentage difference between selected year and its previous year in a Matrix

Hi,

I'm trying to generate a report using matrix like this

                                                      Month

Product     PreviousYearSalesAmount    SelectedYearSalesAmount      %SalesDifference

I can populate year sales amount, but i cant calculate the percentage.

Can Anyone help me please.

Note: Month and Year are passed as parameters.

Thank you.



Not able to connect Report Server using Service account

We have installed/configured SQL Server 2008 reporting services on a windows 2008 stand alone server. We can connect to reporting service using other domain accounts, however when we tried to connect using service account (for SQL reporting services), it doesn't connect. It again prompts for username/password.

Report url: http://servername/reports-sql1

In system event viewer, we are getting below error message.

Log Name: System
Source: Microsoft-Windows-Security-Kerberos
Date: 8/3/2011 11:44:08 PM
Event ID: 4
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: <ComputerName.Domain>
Description:
The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server <SSRS service account>. The target name used was HTTP/<ComputerName.Domain>. This indicates that the target server failed to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Please ensure that the target SPN is registered on, and only registered on, the account used by the server. This error can also happen when the target service is using a different password for the target service account than what the Kerberos Key Distribution Center (KDC) has for the target service account. Please ensure that the service on the server and the KDC are both updated to use the current password. If the server name is not fully qualified, and the target domain (Domain) is different from the client domain (Domain), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.


But instead of servername if we give IP address, it is able to connect
http://IPAddress/Reports_SQL1

We have set the below SPNs for the server.

1. For SQL Server: MSSQLSvc/<ComputerName.Domain>:1433 registered with service account for SQL Server
2. For RS: HTTP/<ComputerName.Domain>:80 registered with service account for SQL Server Reporting

We are using different service account for both.

Bubble Map with negative values

I have a bubble map which contains negative values for the data field.

If I Preview a bubble map report within Visual Studio, I can get the expected result.

However, once I deploy this report I cannot get any data back from the report (see screenshot below)

Once Deployed and viewed in IE:

Image may be NSFW.
Clik here to view.

Any ideas as to why this is occurring?

Also, the data field options in the Layer Wizard are SUM and COUNT. Can these be changed?



SSRS 2012 export to PDF/Excel fails during subscription run after upgrade from SSRS 2008 R2

Recently upgraded from SQL\SSRS 2008 R2 to SQL\SSRS 2012 SP2 CU4 on our main SSRS server.  We have one report that has a couple subreports and runs/displays correctly when run manually.  When the report runs via a subscription and performs the export to PDF and Excel the subreports do not show and the file has an error message in the bottom of the output "Error: Subreport could not be shown."  The SSRS logs have the following in them when the report runs via subscription:

library!ReportServer_0-8!1700!07/21/2015-06:43:40:: i INFO: Call to GetPermissionsAction(/).
library!ReportServer_0-8!1890!07/21/2015-06:43:40:: i INFO: Call to GetPropertiesAction(/, PathBased).
library!ReportServer_0-8!1700!07/21/2015-06:43:40:: i INFO: Call to GetPropertiesAction(/, PathBased).
library!ReportServer_0-8!1700!07/21/2015-06:43:40:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-8!1890!07/21/2015-06:43:40:: i INFO: Call to ListChildrenAction(/, False).
library!ReportServer_0-8!ae0!07/21/2015-06:43:40:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-8!1890!07/21/2015-06:43:40:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-8!1700!07/21/2015-06:43:40:: i INFO: Call to GetSystemPropertiesAction().
processing!WindowsService_4!1688!07/21/2015-06:43:43:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!1688!07/21/2015-06:43:43:: w WARN: Data set 'DailyPADNetRegistrations': Report processing has been aborted.
processing!WindowsService_4!1424!07/21/2015-06:44:54:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!1424!07/21/2015-06:44:54:: w WARN: Data set 'DailyPADNetNewStudents': Report processing has been aborted.
library!ReportServer_0-8!1700!07/21/2015-06:45:20:: i INFO: RenderForNewSession('/PADAdminEmbeddedReports/Registrar/Unofficial APUS Transcript')
processing!WindowsService_4!12a4!07/21/2015-06:45:34:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!12a4!07/21/2015-06:45:34:: w WARN: Data set 'DailyPADGrossRegistrations': Report processing has been aborted.
library!ReportServer_0-8!1700!07/21/2015-06:46:02:: i INFO: RenderForNewSession('/PADAdminEmbeddedReports/Registrar/Official APUS Transcript')
library!ReportServer_0-8!1424!07/21/2015-06:46:04:: i INFO: RenderForNewSession('/PADAdminEmbeddedReports/Registrar/Official APUS Transcript')
library!ReportServer_0-8!16b4!07/21/2015-06:48:40:: i INFO: Call to GetPermissionsAction(/).
library!ReportServer_0-8!1890!07/21/2015-06:48:40:: i INFO: Call to GetPropertiesAction(/, PathBased).
library!ReportServer_0-8!16b4!07/21/2015-06:48:40:: i INFO: Call to GetPropertiesAction(/, PathBased).
library!ReportServer_0-8!16b4!07/21/2015-06:48:40:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-8!1890!07/21/2015-06:48:40:: i INFO: Call to ListChildrenAction(/, False).
library!ReportServer_0-8!16b4!07/21/2015-06:48:40:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-8!16b4!07/21/2015-06:48:40:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-8!16b4!07/21/2015-06:48:40:: i INFO: Call to GetSystemPropertiesAction().
library!WindowsService_4!1ba8!07/21/2015-06:51:14:: i INFO: Call to CleanBatch()
library!WindowsService_4!1ba8!07/21/2015-06:51:14:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 1 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_4!1ba8!07/21/2015-06:51:14:: i INFO: Call to CleanBatch() ends
runningjobs!WindowsService_4!1ba8!07/21/2015-06:51:14:: i INFO: RunningJobContext.IsExpired; found expired request
processing!WindowsService_4!370!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!370!07/21/2015-06:51:52:: w WARN: Data set 'DailyPADNetNewRegistrations': Report processing has been aborted.
processing!WindowsService_4!e44!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!e44!07/21/2015-06:51:52:: w WARN: Data source 'apus_pad': Report processing has been aborted.
processing!WindowsService_4!e44!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!604!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!604!07/21/2015-06:51:52:: w WARN: Data set 'DailyPADNetNewRegistrations': Report processing has been aborted.
processing!WindowsService_4!1678!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!1678!07/21/2015-06:51:52:: w WARN: Data source 'apus_pad': Report processing has been aborted.
processing!WindowsService_4!1678!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!1678!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!e44!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!1678!07/21/2015-06:51:52:: w WARN: Data source 'apus_pad': Report processing has been aborted.
processing!WindowsService_4!1678!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!WindowsService_4!e44!07/21/2015-06:51:52:: w WARN: Data source 'apus_pad': Report processing has been aborted.
processing!WindowsService_4!e44!07/21/2015-06:51:52:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
library!WindowsService_4!1678!07/21/2015-06:52:11:: i INFO: Initializing EnableRemoteErrors to 'False'  as specified in Server system properties.
reportrendering!WindowsService_4!1678!07/21/2015-06:52:11:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: Data retrieval failed for the subreport, 'Subreport1', located at: /IT/DSupport/Metrics_SubReport1. Please check the log files for more information. ;
processing!WindowsService_4!1678!07/21/2015-06:52:11:: e ERROR: An error has occurred while processing a sub-report. Details: Data retrieval failed for the subreport, 'Subreport1', located at: /IT/DSupport/Metrics_SubReport1. Please check the log files for more information.  Stack trace:
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.FinalizeErrorMessageAndThrow()
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.RetrieveSubreport()
reportrendering!WindowsService_4!1678!07/21/2015-06:52:11:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: Data retrieval failed for the subreport, 'Subreport2', located at: /IT/DSupport/Metrics_SubReport2. Please check the log files for more information. ;
processing!WindowsService_4!1678!07/21/2015-06:52:11:: e ERROR: An error has occurred while processing a sub-report. Details: Data retrieval failed for the subreport, 'Subreport2', located at: /IT/DSupport/Metrics_SubReport2. Please check the log files for more information.  Stack trace:
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.FinalizeErrorMessageAndThrow()
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.RetrieveSubreport()
reportrendering!WindowsService_4!e44!07/21/2015-06:52:14:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: Data retrieval failed for the subreport, 'Subreport1', located at: /IT/DSupport/Metrics_SubReport1. Please check the log files for more information. ;
processing!WindowsService_4!e44!07/21/2015-06:52:14:: e ERROR: An error has occurred while processing a sub-report. Details: Data retrieval failed for the subreport, 'Subreport1', located at: /IT/DSupport/Metrics_SubReport1. Please check the log files for more information.  Stack trace:
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.FinalizeErrorMessageAndThrow()
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.RetrieveSubreport()
reportrendering!WindowsService_4!e44!07/21/2015-06:52:14:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: Data retrieval failed for the subreport, 'Subreport2', located at: /IT/DSupport/Metrics_SubReport2. Please check the log files for more information. ;
processing!WindowsService_4!e44!07/21/2015-06:52:14:: e ERROR: An error has occurred while processing a sub-report. Details: Data retrieval failed for the subreport, 'Subreport2', located at: /IT/DSupport/Metrics_SubReport2. Please check the log files for more information.  Stack trace:
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.FinalizeErrorMessageAndThrow()
   at Microsoft.ReportingServices.OnDemandReportRendering.SubReport.RetrieveSubreport()
library!WindowsService_4!1678!07/21/2015-06:52:20:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
notification!WindowsService_4!1678!07/21/2015-06:52:20:: i INFO: Notification 4f313c92-02dd-4735-a602-8a5c8200b808 completed.  Success: True, Status: The file "DailyMetrics_20150721.xls" has been saved to the "\\domain\public\studentservices\metrics\ssrsexcel" file share., DeliveryExtension: Report Server FileShare, Report: Metrics, Attempt 0
library!WindowsService_4!e44!07/21/2015-06:52:22:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
notification!WindowsService_4!e44!07/21/2015-06:52:22:: i INFO: Notification b89a8c5a-23ed-4a76-88d7-e5d5cec57112 completed.  Success: True, Status: The file "DailyMetrics_20150721.pdf" has been saved to the "\\domain\public\studentservices\metrics\ssrspdf" file share., DeliveryExtension: Report Server FileShare, Report: Metrics, Attempt 0

Recovering the symmetric key from the Keys table

We had a server give out on us completely. All that is left is a back up of the SSRS database. We have been able to get a new SSRS environment working but the symmetric key doesn't seem to work.  Reports will run if we delete all sensitive data through the Config manager and reenter the connection strings into the datasource but if we can get the symmetric key saved in the ReportingServices database to work correctly it will save us a ton of effort.

Can we make use of the symmetric key saved in the ReportServer.dbo.Keys table?

SSRS 2014 Report Manager - How to customize standard title and change background colors?

Hello and Good Day,

I have 3 SSRS 2014 (Dev, UAT and Prod).  I would like to change background colors of each environment and customize the title

'SQL Server Reporting Services'  to ' SSRS Development'.\

I prefer to implement both, a background color change and a title change.  The reason for this is to clarify to end users which environment they are working with.

Where can I make those minimal changes in SSRS 2014.

Thank you and enjoy the day! 

Covi


Mark Covian


Viewing all 10045 articles
Browse latest View live