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

Address Format in Powerview Maps

$
0
0

Hello All,

My Greetings for the day!!!

I am trying to develop power view Maps. Can some1 please suggest the suitable format for the address to be passed.

When I pass Street Address, Pincode, City / Town and Country. Some times it is unable to plot in the map and report goes bad.

Please revert with best practices.

Thanks in advance.

Regards,



Hiren Parikh


SSRS 2016 - Mobile Reports Publisher - No way to change the report dataset

$
0
0

Once a shared dataset is selected to add data to a Mobile Report. There's no way to change/edit the report dataset.

Even if a new dataset is added, the properties of all items (navigator, guages, charts, maps and data grids) need to be reconfigured. Basically, redesigning the entire damn mobile report.




SSRS Login is Growing too many

$
0
0

updated:

Just wondering if there is a SSRS 2016 solution ?

Thanks all

/////////////////////////////////////////////////////////////////////////////////////////////////

Merry XMas all,

I am actually having a problem of growing SSRS users at the moment, currently our login has reached the max number of server logins but we may need to create more.

Is there anyway I can create SSRS specific Logins rather than binding to the windows server logins?

Thanks in advance for your help.

SSRS 2016 - The version of the report server database is either in a format that is not valid, or it cannot be read

$
0
0

I'm testing out SQL Server 2016 / Visual Studio 2015 in a dev environment.  We were encountering various SSRS issues (outlined in a separate post), and based on documentation, it  appeared that these issues were resolved in CU1.  However, we already had CU2 (13.0.2164.0) installed.  

In order to determine if the issues were re-introduced in CU2, I wanted to roll back CU2, check if the issues exist, and then apply CU1, and again see if the issues exist.

After rolling back CU2, SQL Server was reverted back to build 13.0.1711.0.  When I tried to open Report Manager, I got the following error message: "The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is '174'. The expected version is '173'. (rsInvalidReportServerDatabase)".  How can I get the report server back to version 173?  

Also, I was searching for CU1 (13.0.2149.0) in the Microsoft Update Catalog, but it doesn't appear to be listed.  Where can I get my hands on CU1?

Thanks for your help!

visibility of higher rowgroup values in child rowgroup expressions

$
0
0

Hi we run 2012 enterprise. Generally speaking, in a report that has rowgroup1 with child rowgroup2 with child rowgroup3 ...with child rowgroupn, are the parent rowgroup values visible in child rowgroups expressions?

Say row group 1 is geo area and there is a geo area called East.  And below that row group 2 is county and in East there is a count called Boone.  And below that is rowgroup 3 which is city and in Boone there is a city called Pleasant.  Can an expression in a cell in  Pleasant's row group heading (where u normally see  rowgroup 3's totals) SEE the values for rowgroup1 and rowgroup2?  ie East and Boone?

SSRS 2008R2 Parameter not working

$
0
0

This is the first time I have tried to set a param on a chart report. I need to let the user select "Full Svc", "Basic" or "All". I found a post on it and tried to follow but the report keeps returning no records. Here is what I have:

My Stored procedure to get the data

	SELECT CAST(HT_Mail_Date AS DATE) as HT_Mail_Date,
       CASE HT_RecType
          WHEN 'F' THEN 'Full Svc'
          WHEN 'B' THEN 'Basic'
          ELSE 'N/A'
       END AS Svc_Type,
       HT_RecType,
       CASE STC_SCAN
          WHEN 'Yes' THEN 'STC Scan'
          WHEN 'No' THEN 'Non-STC Scan'
          ELSE 'No Scan'
       END AS Scan_Type,
          COUNT(HT_serNum) AS Mail_Pieces
       FROM CT2_Mail_data LEFT JOIN CT2_Trace_Data ON HT_SerNUm = TR_SerNum
       WHERE HT_RecType = @SvcType
		  OR @SvcType = 'A'
       GROUP BY HT_Mail_Date, STC_SCAN, HT_RecType

2016 SSRS Will Not Start With Network Service but will with Local System

$
0
0

Fresh un configured install of SSRS 2016. Service will not start when using Network Service however if it is switched to Local System it start fine. Would like to use this with the less privileged account and to be sure that it is not an issue as we begin rolling out 2016. Any experience this issue?

Service start times out with generic error quickly.

When using Network Service, Logs indicate ERROR , ReportingServicesService.exe, Right instance-specific key can not be determined

AND

ERROR: CLR runtime initialization error: error type=3, hr=0x80131534, updated=1, state=15.
ERROR: Failure happened during critical phase of CLR initialization.
ERROR: CLR runtime initialization failed. Generating a dump and exiting the process.

Have reinstalled several times and have attempted repair of .NET components. Have tried the services pipe timeout fix also and the aspnet_regiis -ga 'servicename' also.

SSRS 2016 - Mobile Reports Publisher - Value on Chart, Percentage on Legend (not formatted)

$
0
0

When creating Mobile Report Charts with values display mode set to "value on chart, percentage on legend". The formatting of percentage is off on the preview. 

However, the values percentage on chart, value on legend is working correctly.


To my surprise, it displays correct formatting when deployed and ran on report manager 2016.



Conditionally show Body's BackgroundImage based on dataset's field value on that page

$
0
0

Hi - I realise that may not make sense, so I'll try explain it further.

I have a report that has a rectangle on it displaying data from dataset A. It's grouped on field B within that dataset, and has a page break between groups.

I'm able to change the header and footer of the report based on field B by referencing its control in the rectangle using the ReportItems! context. Unfortunately, that doesn't seem to work in the Body section, where I want to be able to set the BackgroundImage of the body based on that same field B. If I try using the same expression as the header and footer, I get the following error: "The BackgroundlmageValue expression for the report section 'ReportSection0' refers to the report item 'txtHeaderVisibility'. Report item expressions can only refer to other report items within the same grouping scope or a containing grouping scope. Letters in the names of report items must use the correct case.".

I found this article but, to be honest, I couldn't get it working: link 

Does anyone know how to do this?

Thanks
James

Passing BookmarkID Via URL and without having click event

$
0
0

Hi All,

I have done 7 page break in my rdl and also i have set bookmark to show the charts based on parameters. Is it possible to show the bookmark Charts without clicking any link and also i have to know how to pass bookmark id via url. Please help to resolve this issue

Report Builder Query

$
0
0

Hi Champs,

I have two data sets, one that gets info of computer by Laptop, second that gets the information of its Encryption Status. Until now I had one tool for encryption hence one data set to match count, now added one more tech hence added one more dataset. Below one gives me count of Laptops that are in PGP dataset, how can I add one more dataset in below conditons so "Sophos" systems that matches Laptop as same name wll also appear in Count.

=Count(IIF(Fields!Category.Value = "Laptop", (Lookup(Fields!Name0.Value, Fields!Name0.Value, Fields!Name0.Value, "PGP")),Nothing))

In short, I wanted to extend my search/match from current PGP dataset, by adding one more dataset "Sophos" to look for/search

Thanks, Vasu


Vasu

SSRS Report Builder 3 - Query the SharePoint User Profile Web Service

$
0
0

Hi,

I am using Report Builder 3.0 in SharePoint Integrated mode on a SQL2008R" and SharePoint 2010 farm.

I would like to create a dataset which pulls from the SharePoint user profile service web service.   I have created the datasource by choosing an XML data source with the connection string of:

https://<server>/<customsite>/_vti_bin/UserProfileService.asmx

I have then attempted to create a query which seems to fail.  The query is:

<Query><?xml version='1.0' encoding='utf-8'?> \<soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'> \<soap:Body> \<GetUserProfileByName xmlns='http://microsoft.com/webservices/SharePointPortalServer/UserProfileService'> \<AccountName>*</AccountName> \</GetUserProfileByName> \</soap:Body> \</soap:Envelope></Query>

I receive the following error:

Am I on the right track with this query.  Has anyone else successfully connected to the user profile service from SSRS Report Builder?

Thanks,

Mark

Can't access SSRS 2008 R2 subscriptions after migration

$
0
0

I just moved SSRS 2008 R2 databases from Windows Server 2003 to Windows Server 2008 instance.  I followed documentation athttp://msdn.microsoft.com/en-us/library/ms156421.aspx and used the detach/attach db method.  I also restored encryption key from old instance. Everything worked great, except, I can't edit subscriptions or create new ones.  I get the 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. (rsReportServerDatabaseError) " 

I can see the subscriptions listed in the Report Manager but can't edit them.

I realized that SQL Server Agent was NOT running when I attached databases and configured SSRS databases in SSRS Config Mgr.  The Subscription jobs are not in the new instance.  If this is the problem, can I fix this by repeating process with original MDF/LDF files from old instance.

Or should I try to script SQL Agent jobs and move them over?

Any suggestions/help would be most appreciated.

Judy Flora

Halifax, Nova Scotia

Subscription SQL Agent Jobs Not Appearing After SSRS Database Restore

$
0
0

I am in the process of moving my SSRS environment to new servers and am running into an issue.

I have done a backup and restore of the ReportServer database. I've restored the encryption key onto the new SSRS server. I did a stop and restart of SQL Agent, SQL Server, and Reporting Services.

When I go into Manamgement Studio and expand the jobs, none of the subscription jobs are present?!?!

I've done this before without any problems in the past.

Has anyone else run into this, and if so, how did you ultimately resolve it?

Thanks!

 

A. M. Robinson

SUm Distinct

$
0
0

Hi people,

I love reporting services 2005 BUT have struck a major limitation!

Basically I need a sum distinct function. I have various duplicate details lines and just need to sum the unique values. Anyway this is not possible and a number of people a stuck with this. Yes you can write another sql statement using DISTINCT but then how can you easily integrate that into a table with scope? you can't!

Anyway has anyone been able to achieve this nicely in reporting services? I was thinking of calling a distinct SQL statement from an Expression in a text box on a header field and passing another text box as a parameter to get around this limitation. Is this possible?

Here is a link with similiar problem

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=240606&SiteID=1

Cheers
Damien

 


Does a subreport execution get logged in ExecutionLogStorage (or ExecutionLog3 view)?

$
0
0
I am querying [ExecutionLogStorage] table (also used in the view [ExecutionLog3]) in the [ReportServer] database to get some report execution information.  As I am doing this, I am noticing that if a report is run as a subreport inside a master report, then the subreport execution is not logged. Is this expected? Or am I doing something wrong?

Data driven subscription on 2012 report server

$
0
0

On a ssrs 2012 report server, I want to setup a data driven subscription where the results are emailed to various users. I would like to send the email messages to the various users by running a t-sql 2012 script and not actually generating an ssrs 2012 report. The email message will either contian the information that is incorrect and/or an attached excel spreadsheet will display the information that is not correct. The email messages will be sent to each person that is associated with the unique school.

Is this possible? If so, would you show me how to setup the data driven email messages by using t-sql 2012 only with code and/or links to refer to?

If this is not possible, would you tell me how to setup the ssrs 2012 report where a datadriven subscription is used and the report is emailed to the applicable user?

SSRS accessing files on the server using Custom Code

$
0
0
I deployed my report and on my local machine I tested for the fact that I can use a file path as a parameter. Using a custom dll I could then grab the data from the file located at the file path stated in the parameter. In other words, on my local machine I can access an excel file on my desktop and parse it using custom code. After deploying it I realize that the file path doesn't seem to work or in other words access the desktop of the machine. So I was wondering if its possible to upload the file onto the server. Then have the report access that file from the server. Thank you in advanced

hOW TO CREATE A REPORT WITH ROW GROUP USING sp lIST COLUMN TYP cHOICE/CHECKBOX?

$
0
0

Any ideas how I can create a simple report going against a Sharepoint List using columns A, B, C, D where the Row Group is column A which is defined as a Choice/checkbox type?  I can define the report and groupings, but the results I get are: "#A#;" or "#A#;#B#;' or any combination of the choices the user selected.

I would like my report to show all lines for "A" and sub-totaled, then group "B", and so on.

Sure appreciate the help!

Bob

robert.w.banks@kp.org

doing medians across multiple row groups in ssrs

$
0
0
Hi we run 2012 enterprise. A peer asked me today how medians might be calculated inside 4 rowgroups in ssrs. I told her we might need to record 4 extra columns on every row in the dataset but wasn't sure. And even then don't know that column values (regardless of the fact that they are repeating) at a detail level are visible to ssrs when it is dealing with rowgroup aggregations. Does the community have any ideas? I will post more here once I get additional background.
Viewing all 10045 articles
Browse latest View live


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