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

Interact with Power View report from PowerPoint Deck - Error: The user does not exist or is not unique.

$
0
0

I have Power View installed and configured (SQL 2012 SP1 CU4), and creating reports through the browser is working absolutely fine.

However, if I export to PowerPoint and then try to "Interact" with the embedded reports I get an error message:

Report Server has encountered a SharePoint error. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error. ---> Microsoft.SharePoint.SPException:The user does not exist or is not unique. ---> System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors

<detail><ErrorCode xmlns="rsSharePointError</ErrorCode><HttpStatus">http://www.microsoft.com/sql/reportingservices">rsSharePointError</ErrorCode><HttpStatus xmlns="400</HttpStatus><Message">http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="Report">http://www.microsoft.com/sql/reportingservices">Report Server has encountered a SharePoint error. ---&gt; Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error. ---&gt; Microsoft.SharePoint.SPException: The user does not exist or is not unique. ---&gt; System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors</Message><HelpLink xmlns="http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsSharePointError&ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&ProdVer=11.0.3368.0</HelpLink><ProductName">http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsSharePointError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3368.0</HelpLink><ProductName xmlns="Microsoft">http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="11.0.3368.0</ProductVersion><ProductLocaleId">http://www.microsoft.com/sql/reportingservices">11.0.3368.0</ProductVersion><ProductLocaleId xmlns="127</ProductLocaleId><OperatingSystem">http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="OsIndependent</OperatingSystem><CountryLocaleId">http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="1033</CountryLocaleId><MoreInformation">http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation xmlns="<Source>Microsoft.ReportingServices.SharePoint.Server</Source><Message">http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.SharePoint.Server</Source><Message msrs:ErrorCode="rsSharePointError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsSharePointError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3368.0" xmlns:msrs="Report">http://www.microsoft.com/sql/reportingservices">Report Server has encountered a SharePoint error.</Message><MoreInformation><Source>Microsoft.SharePoint</Source><Message>The user does not exist or is not unique.</Message><MoreInformation><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>


regards
Martin Hatch
MCPD & MCITP SharePoint 2010
MCTS WSS 3.0 | MOSS 2007
www.martinhatch.com


issue when ssrs report exporting to csv

Log out Button in SSRS Report Manager with Forms Authentication

$
0
0

Dear Experts,

   As per the requirement from Customer, we need to add a logout button to the Report Manager which is using Forms Authentication. We have tried the approaches provided in the forum. But actually none of the solution is working. I am able to redirect to my custom login page. But by clicking on the browser back button again it is navigating inside the Report manager Home page. Could you please help me out on it ?  

Regards,

Santo


Thanks and Regards, Santosh

SSRS: Diagram: Cumulate Values into new field

$
0
0

Hi there I'm currently using this Diagramm to Show percentages of Invoice Amount by Customers for my Company. (Picture below filters out Values that are under 4%)

now since i have a lot of Customers that take less than 4%, i was hoping it could be possible to cumulate them all into a Collective Company called "Others" I'm Using SQL Server Reporting Services 2012.

Does anybody know how this is done ? Many thanks to you all.

How to disable/remove a group based on a parameter

$
0
0

Hi, I have a report like the following:
Prod   Sales  Quan           Price
Product1
          Sales1
                   Quantity11      Price11
          Sales2
                   Quantity12      Price12
Product2
          Sales1
                   Quantity21       Price21
          Sales3
                   Quantity23       Price23

And I have two parameters, P1 and P2. P1 has two available values: Product, Sales. P2 has three available values: Product, Sales and None.
I do groupings to the table based on these two parameters. If I select P1 to be "Product", and P2 to be "Sales", the table will look exactly like the above; If I select P1 to be "Sales", and P2 to be "Product", the table will change to the following:

Sales  Prod   Quan           Price
Sales1
          Product1
                   Quantity11      Price11
          Product2
                   Quantity21      Price21
Sales2
          Product1
                   Quantity21       Price21
Sales3
          Product2
                   Quantity23       Price23
This change of grouping is easy to get: I simply set the grouping expression to be:

            For Group 1:                 Fields(Parameters!P1.Value).Value
            For Group 2:                 Fields(Parameters!P2.Value).Value

Now my question is if I select P1 to be "Product" and P2 to be "None", I want my table to look like the following:

Prod       Quan          Price
Product1
           Quantity11      Price11
           Quantity12      Price12
Product2
           Quantity21      Price21
           Quantity23      Price23

Please notice that I want to completely hide the second grouping, not only the rows of the grouping headers, but also the column which indicates the second grouping in the first two cases. It is easy to hide the grouping header rows by setting the "Row Visibility" of the row headers, but somehow the "Column Visibility" for the grouping columns are greyed out, not avavilable to be set.

BTW, I am using Visual Studio 2008 Business Intelligence to develop my report project.

Can someone share some thought with me? Thanks a million!!!!!

O

SSRS: Use of Sparkline

$
0
0

I am currently trying to Show the monthly Customer income rate by customer. I would really like to use sparklines for it, the Matrix which i am using, usually spread horizontaly over all months of current year till the current Month seems to hold the sparkline only within 1 Cell (see Image).

as you can see, the sparkline does what it is supposed to, though only in 1 cell, and I'am trying to do this over all cells, so the title on the cell aboves (2013-01) Shows it over all Points (2013-01 | 2013-02 | etc.) Does anybody know how this can be achieved?

thanks a lot


Naming a SSRS Report at the run time.

$
0
0

Hi,

I have a SSRS report based on a Stored procedure having  2 input parameters Param1 & Param2

Param1 :1,2,3,4

Param2 : 1,2,3

I want to generate a dynamic name for my ssrs report based on the values selected from the drop down of the report parameters.

there can be different permutation combinations for the same ie (1,1) (1,2),(1,3),(2,1)(2,2)......and so on

I want to give a unique dynamic name to my ssrs report based on the combination selected from the drop down.

Could you please suggest a way how to write an expression that will generate a dynamic name.

Thanks

Ajit

SSRS - How to show a specific value from a parameter on dropdown

$
0
0

Hi!

I've been struggling for a day with this problem...

I have a parameter connected to a dataset (TimeMonthOfYear) of type text. What I want to do is to specify a value in default value section. The list contains all month values, 'January' 'February' and so on.

Expectation: When running the report I want to show the actual month as default value taken from the dataset. So for instance, if I run it today and select som values on my other dropdowns and then come to the Month dropdown I want 'September to be shown' automatically. Of course I want my other month to be shown when expanding the drop-down

How can I do this??





How Display TimeZone in SSRS Report

$
0
0

Hi All ,

My Name is Srinivas . I have question in ssrs Report .

I want to display the Time Zones in my report below Header like  "MM/DD/YY  14:31:12.550 (EST) '.

For This I have taken  'Execution time' from  Built in function ( Text Box- Expressions) .

I am Able to display  MM/DD/YY  14:31:12.550. But not EST Or UTC . ...others.  These reports will execute in different time zones and clients will have know which timezone it is .

so Is there any Expression for this ...? I want to Display the  information Like this.

  MM/DD/YYYY Hr:Min AM/PM (Time Zone)

Can any one help on this ... Thanks in advance ..

UNable to load Print Control

$
0
0

Hi

We have recently encountered that users without admin rights cannot send a report to the printer via SSRS without entering the admin creds first each time

We are running ie8 on win7 pcs  using RS2008 SP2

Thanks

Joe

ssrs 2005 export to csv issue

$
0
0

Hello,

I am exporting a report from SSRS 2005 to CSV format.

I have set the device info Encoding to ASCII.

I have two fields ord and type and a total count field at the end.

When I export to CSV the file looks like this:

textbox4textbox25textbox10ordertype
ordtypTotal: 17288744 IM
ordtypTotal: 17288724  MT
ordtypTotal: 17288557  MT
ordtypTotal: 17280307  CA
ordtypTotal: 17288722  MS
ordtypTotal: 17288023  IN
ordtypTotal: 17279791  CU
ordtypTotal: 17288699  DP
ordtypTotal: 17288717  MT
ordtypTotal: 17287994  TR
ordtypTotal: 17258522  IN
ordtypTotal: 17288752  MT
ordtypTotal: 17288383  MT
ordtypTotal: 17287081  CA
ordtypTotal: 17287986  CA
ordtypTotal: 17288620  EF
ordtypTotal: 17288719  MT

 

But the file should look like this:

 

ordertype
288744 IM
288724  MT
288557  MT
280307  CA
288722  MS
288023  IN
279791  CU
288699  DP
288717  MT
287994  TR
258522  IN
288752  MT
288383  MT
287081  CA
287986  CA
288620  EF
288719  MT

TOTAL: 17

How can I eliminate the unwanted/unnecessary fields???

 

Setting the device info header to no-header did not solve it.

Please help!

 

Thanks.

 

 

 


SQL 2012 SP2 CU4 Breaking Existing PowerView Dasboards

$
0
0

We installed SQL 2012 SP1 CU4 to get the "pinned filters" option as our users were clamoring for this.<o:p></o:p>

After a bit of testing we found that CU4 actually breaks existing PowerView dashboards.<o:p></o:p>

The error is: <o:p></o:p>

Sorry, we can't show your data because closely related fields are on different axes.  Try moving closely related fields to the same axis.<o:p></o:p>

From other discussions I found this change was due to issues with allowing PowerView to
access Dimensional models (as opposed to Tabular) and was a
consciousdecision to implement on Microsofts part.

Does anyone know a way around this error while keeping the pinned filters? Rebuilding all our production PowerView dashboards is not an option. Our users are clamoring for the pinned filters.<o:p></o:p>

Thanks for your help!<o:p></o:p>


Default parameters Loading Issue in SSRS 2012 report

$
0
0

Hi,

I have a SSRS report with Date, Type parameter having single selection and another two multi select . Default parameter loading is set for last two parameters except "Date" and "Type" and these two are cascaded from "Date" and"Type". First time if I select a value for "Date" and "Type" parameter, rest two parameter's values are automatically selected and I can hit the view button to view the report. But my issue is, if I change the value of "Type" parameter to any other value second time then the two default parameter's values are not selected("Select All") automatically, I need to manually check the "Select All" box and view the report.

 If you have any fix on this, so that in subsequent time if I change the value of "type", rest two parameters should auto fill. Please share.

Thanks in Advance,

Sudhanshu

How to hide the DocMap in Reports

$
0
0

Hi,

I want to hide the DocMap in the default view of some reports. As I read here

http://social.msdn.microsoft.com/Forums/sqlserver/en-US/51405026-1301-4e83-9684-d9b16a723100/sql-2005-reporting-services-hidden-docmap

it should work by adding &rc:DocMap=false to the URL-String.

On the first look it worked but then I discovered following: A report can be opened by using one of the following URLs.

- http://[computername]/ReportServer/[...]&rc:DocMap=false
- http://[computername]/Reports/[...]&rc:DocMap=false

Initially I thougt it doesn't matter if I use "ReportServer" or "Reports". But now I found out that adding parameteres to the URL-String works with "ReportServer" but doesn't work with "Reports".

Any idea how to make this parameter become usable with "Reports".

Best regards,

Hannes


Best regards, HAL



Error while dragging cube measures on powerview

$
0
0

Hello!

I'm trying to get started with PowerView in SharePoint 2013 but i'm facing a little problem. I'm trying to connect to a AnalysisServices (Multidimensional) instance, version 11.0.3373.0 on SQL Server 2012 SP1 CU5.

In PowerView i can explore the cube measures and dimensions, but when i try to drag a measure to my view i get the following error

System.Exception: Error: Invalid token in RPDS stream. StringTable token: 0x12.
   at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReader.ReadStringTable(Int64 offset, RPLContext context)
   at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReader.ReadVersionedReport(RPLReport report, RPLContext context)
   at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReader.ReadReport(RPLReport report, RPLContext context)
   at Microsoft.ReportingServices.Rendering.RPDSProcessing.RPLReport..ctor(BinaryReader reader)
   at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.PopulateRimWithRplData(Stream stream, HashSet`1 itemsToNotParse)
   at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.HandleRenderEditResponse(IAsyncEnumeratorCallback aec)

I've tried to search some info on this error but didn't find anything..

Thankyou for your help!


Showing CurrentMonth dynamically in drop down of filters in SSRS using SSAS cube as database

$
0
0

HI All ,

I want to show in my user selection parameters as CurrentMonth dynamically as default ,where i am having Cube as my database .

My months in dropdown are as follows :

January

Febrauary

................

................

Please suggest .

Thanks & Regards,

Naveen 

Equivalent of norm.inv function in excel to SSRS

$
0
0

Hi,

Urgent help required :

Please let me know the equivalent function of NORM.INV() in excel with SSRS. Actually I have a excel report which has a column with norm.inv function used as =NORM.INV(0.9,B2,F2)

I want to get a SSRS Report but I do not have a clue how to convert the function NORM.INV()

Thanks

Ajit

Having trouble with Report on 2008R2 Server

$
0
0

I have report which accepts Start Date and End Date as parameter to identify eligible members and displays a page per member. I used Visual Studio 2008 to create the rdl and uploaded it to 2008 SSRS Server and the report works fine. If my dataset set returns 14 rows then I able to see 14 pages 1page per member.  

However when I upload the same RDL to 2008R2 SSRS Server I see same data on all pages and also the there seems to be no limit for the number of pages even ) .  Please advise .....

PS: The report use tablix and text boxes. 

Thank You



Ione

Querying multiple servers within one report

$
0
0

I have a report requirement (SSRS 2012) that produces a summary of the same information gathered from different source systems. These have individual connection strings and include several third party products.

At this time, the information is being manually input into an Excel worksheet that shows a summary row for each account, with all of the disparate systems on one worksheet.

I've already explained to the user group that I cannot incorporate the different sources into one worksheet. The question I need to answer is whether or not I could create separate datasets and place different tablixes (same layout, different datasource) after one another with a page break and then export to Excel. The end goal would be to display each source system on a worksheet within a common workbook. Is this a possibility?

If I can overcome this hurdle the only issue is getting the user to understand that 38 columns wide is not going to translate well into one printed page (per his request). For that, I think I'll let a visual do the work of explaining the problem and let him print out the too-wide report and try to read it without a magnifying glass. :-)

Hiding multiple objects

$
0
0

I have a report (SSRS 2008 R2).

The report contains 3 different graphs.

I want to conditionally hide 2 of them based on a parameter selection.

What I can't figure out is how to use the .Hidden of the graph for the third graph.  That is, if I had only 2 graphs, hiding one of them is a snap.  But there does not appear to be a way to refer to multiple objects from the Hidden expression. 

Any help is appreciated.

Viewing all 28687 articles
Browse latest View live