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

Multi Select Parameters in SSRS with default selection set to "Select All

$
0
0

In the case of Multi Select Parameters in SSRS,
How to set the default value to "Select All". I.e., by default, the Parameter value should be set to "SELECT ALL".

For example, if we have a @Region as a MultiSelect Parameter
with Values, "EA","SW",NW" and "HQ"

SSRS adds "Select ALL" check box to the Parameter list.

So We have Select All, EA,SW,NW,HQ check boxes appear in the Parameter List Box for the user to pick the Parameter Values for Region.

To start with,  the "Select ALL" check box should be checked(default selection)
How to achieve this ?


Help!! "The report server has encountered a configuration error........"

$
0
0
Hi There,

I have installed Sql Server 2005 on my machine. I've managed to created report, but when i try to deploy e same, I'm getting e following error...am i missing something here?Idea

  • The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError)
    • Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.4\Reporting Services\ReportServer\RSReportServer.config' is denied.

when i checked in msdn..there it says
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSerrors/htm/Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings_rsServerConfigurationError.asp

Other info:

I have followed the Tutorial Project in SQL Books online. And for TargetURL, i have given --> http://localhost/reportserver

Report server is located in my local only

rsreportserver.config : I dint touch this file and mine is fresh installation. Sad

Help please :)

SQL Server 2008 eval Reporting Services installation fails: Error: Action "SqlRSConfigAction_install_ConfigRC_Cpu32" failed during execution.

$
0
0
Need help to do a clean install of SQL Server 2008 eval.  Running the X86 self-extracting executable, installs with failures.  Reporting Services fails to install properly.  From Summary log:

  Feature:                       Reporting Services
  Status:                        Failed: see logs for details
  MSI status:                    Passed
  Configuration status:          Failed: see details below
  Configuration error code:      0xF49AD2A6
  Configuration error description: Input string was not in a correct format.
  Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20100224_082520\Detail.txt

From Detail:

2010-02-24 08:53:36 Slp: ----------------------------------------------------------------------
2010-02-24 08:53:36 Slp: Running Action: SqlRSConfigAction_install_ConfigRC_Cpu32
2010-02-24 08:53:36 Slp: Action Data:
2010-02-24 08:53:36 Slp:   Feature = RS_Server_Adv_sql_rs_Cpu32
2010-02-24 08:53:36 Slp:   Scenario = install
2010-02-24 08:53:36 Slp:   Timing = ConfigRC
2010-02-24 08:53:36 Slp:   ConfigObjectType = Microsoft.SqlServer.Configuration.RSExtension.SQLRSConfigurationPrivate
2010-02-24 08:53:36 Slp:   FeatureName = RS_Server_Adv
2010-02-24 08:53:36 Slp:   FeatureCpuType = Cpu32
2010-02-24 08:53:36 Slp:   FeaturePackageId = sql_rs
2010-02-24 08:53:36 RS: STATUS: Install_ConfigRC started

...and so on...

08:58:08 Slp: Sco: Attempting to open registry subkey
2010-02-24 08:58:08 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSRS10.MSSQLSERVER\ConfigurationState
2010-02-24 08:58:08 Slp: Sco: Attempting to get registry value RS_Server_Adv
2010-02-24 08:58:08 Slp: Error: Action "SqlRSConfigAction_install_ConfigRC_Cpu32" failed during execution.
2010-02-24 08:58:08 Slp: ---- Flush datastore cache before calling configuration action 'SqlBrowserConfigEngAction_install_Startup_Cpu32'

How to determine cause of "The permissions granted to user 'domain\user' are insufficient for performing this operation. (rsAccessDenied) "

$
0
0

I have been reading about this problem almost non-stop for 2+ days, and trying every suggested "fix", and none work. Clearly, the approach of "change this and see if it fixes the problem" is not working (as it rarely does for black-box problems with many variables).

So rather than experimenting endlessly with changes to the configuration, how can I determine the underlying cause? In other words, "breakpoint" at the point of the exception in order to determine what specific permission is insufficient to access which specific resource.  

Given this entry in the log:

library!ReportServer_0-2!2798!08/09/2012-08:32:07:: Call to GetItemTypeAction(/).
library!ReportServer_0-2!2798!08/09/2012-08:32:07:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: ,  Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'domain\user' are insufficient for performing this operation.;

... how do I determine what GetItemTypeAction is complaining about????

DC 

How to do freeze pane in table format in ssrs report?

$
0
0

Hi Friends,

I have an issue in using freeze pane in ssrs report, in my report i have columns like below.



i want to freeze the columns Account to Day.How to do it?

please help me with this issue.

Thank You

Naveen

Dataset Linking in SSRS 2008

$
0
0

I have 2 datasets in my SSRS 2008 report. The first dataset is bringing data from a sharepoint list and second dataset is bringing data from a oracle table. Both the datasets have one common field. Is it possible to create a third dataset which will display data from first and second dataset based on common field.

[SSRS 2008R2] use parameters and filter to either show cells with NULL value or all cells

$
0
0

All,

I've recently started using MS SQL Server / SSRS.

For a new report I've created, I'm trying to create a filter for several columns that allows the user to choose to either show all rows, or only rows that have a NULL value in the relevent field.
'So far, I've only managed to created a filter that shows either the NULL, or the non-NULL values, but this isn't workable for the users.

Current filter related to a Boolean parameter that returns TRUE or FALSE
Current filter set-up:
Expression: =IsNothing(Fields!name.Value)
Operator: =
Value: =Parameters!name_empty.Value

How do I implement the required functionality?

SSRS on top on DB2 zOS

$
0
0

I am trying to connect to DB2 on zOS from SSRS Report Builder 3.0. I installed IBM DB2 ODBC and OLE DB provider for DB2 zOS
I can list the tables in zOS database and it gives me data when I test the dataset in Report Builder in the development time. But when I run the report it gives me this error:
ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application.
SQL Version 2012 (x64)
DB2 zOS vesion 7.5

I need URGENT help please!!


Custom Report Designed in Excel to be now designed in SSRS 2008 R2

$
0
0

Hi Fellow SSRS Wizards,

I have a very difficult boss who wants things regardless of what is needed to make it happen. I was presented with the report that needs to be done immediately... It's a report that holds depth values (Y-Axis) in cm and then Moisture Levels (X-Axis) with an arrow that shows the current level...

This may seem straight forward but for the styling and measuring, it has got me stumped a bit. Attached is the ideal result, bearing in mind that this example was designed in Excel and the sent on to me to do it in SSRS.

My boss keeps saying that it's a simple report, and that if Excel can do it then SSRS can do it and if it only takes him 5mins to create it in Excel that it should then only take me 5mins to replicate it in SSRS.

Any tips would help... I'm well over 5mins but am fighting off the pressure else I'll never get it to work at all

Thanks All,

Kevin Muggeridge


Kevin John Muggeridge System Reporting and Development Manager


End date help

$
0
0

New to all this,

What I need to do is in the end date parameter write something that will give me the last date of the month. If for example it is the middle of Sept I want to show the end of Aug.  Or if the current date is 31st Aug it will trat that as the last day of the month rather than maybe goin back to end of July.

Any help would be massively appreciated

ssrs repeating information on all pages

$
0
0

I have a report with several row groups (see below).  I need to be able to repeat everything in the red outlined area on every page.  I can't seem to find a way to do it. I've tried every suggestion I can find including going into advanced mode and setting each field's "Repeat on New Page" to "True".

Any help would be greatly appreciated.  Thanks in advance.

Repeating data on every page

Missing file error although file exists

$
0
0

Hi,

I'm working through SQL Server 2008 Reporting Services Step By Step. When I tried to run a report during one of the exercises I got the below error:

An error occurred during local report processing.
Could not find file 'C:\Users\administrator.ACHESON\Documents\Microsoft Press\Rs2008sbs\Workspace\Sales\Sales\bin\Debug\AdventureWorksDW2008.rds'

The file exists though. Can anybody advise why the error might be appearing? could it be permissions related?

Cheers

Paul

Extract individual tablix to CSV File

$
0
0

Hi Friends

I have four tablixs in a report, each tablix having a hide expression based on a parameter. Now we want to create a different subscriptions for each tablix. But when we exported data to CSV file, data related to hidden tablixs is also getting extracted with headers and empty values. What is the solution for this task.


Royal Thomas

Add 2 expressions to a Pie Chart in Report Builder 3.0

$
0
0
Is it possible to add 2 expressions to a pie chart?  Per the example below.  I already have the numerical vlaue but I also wanted to add the planners names.

Report works on Report Builder but doesn't work on Report Manager

$
0
0

Hello,

i have a situation where a particular report is working on the Report builder but when deployed to Report manager it throws an error. (have seen the similar error initially on report builder as it's not updating the fields called from sproc, after manually entering the fields it started working on Report builder but now its not working on the Report Manager) how can i make the report to work on report manager?

Does any came across with anything similar!

error!

  • An error has occurred during report processing. (rsProcessingAborted)
    • Query execution failed for dataset 'DemographicStressEthinicity'. (rsErrorExecutingCommand)
      • For more information about this error navigate to the report server on the local server machine, or enable remote errors


SSRS 2008 - Hidden column Group header disappears

$
0
0

Hello,

I have a matrix in a report with several row groups and one column group.  I went into the column group properties and set the column group to hidden, and a toggle on the column to the left of the group.

When I collapsed the column group (toggle to "hidden"), I was surprised to find that the column group is not hidden, but rather collapsed into a single column.  While this behavior was not what I was initially looking for, it is acceptable to do this. 

However, the issue I have is when the column group is expanded, the headers (S, M, L, XL, etc) are visible in the report.  When I collapse the column group, the header disappears (it is blank).  What I am wondering is if there is a way for me to specify a header value when the column group is collapsed?

Attaching two screenshots I hope will show what I mean.  Initial state is Expanded, when it is collapsed there is no value in the Header cell.

Page width as a default for the reportserver SSRS

$
0
0

Hi Experts,

I want to make the Zoom as "Page width" as a default in the report manager.

is that possible? if possible can anyone guide me how to do that.

Already I got some solutions like pass the parameter in the RC: 

But I can't able to figure out how to do that? Can anyone guide me pls?

Thanks,

RK

Report Manager could not detect .NET Framework 3.5

$
0
0
Hi.

I am running VS2008 enterprise evalution version on XP SP3 with reporting and analysis services running fine.

The problem I am facing is when I click the Report Builder Option from Report Manage . I get the error message stating "To use the report builder you must install .NET framework 3.5"

I have .NET framework 3.5 installed on my system and running as implied from the below test

This machine has the correct version of the .NET Framework 3.5.

This machine's userAgent string is: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={9A33F5AB-FB0B-4036-9CED-E5E16D795253}; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022).

Please let me know what I am missing.

Also, I am running IE 8.0.6001

thanks
vineet

Model Item Security (Reporting Services Sql Server 2008)

$
0
0

Not able to Implement Model Item Security. If followed by the Tutorial nothing Reflects.

Tried with the Report Manager.

Set a role/User (Self) on the Root Node in the Model Item security page in the Report manager for the model.

All my fellow team mates are administrators to the Report Server, I modify their Roles and set it to Browser and Report Builder for the model specifically.

And add my self as a Content Manager.

So I should be able to see all the entities of the model.when a report is run, it should return me all data for entities mentioned AND IT DOES .

But it behaves the same to other team mates. (Should it)

According to what I understand it should not.

Please help me with this.

I am stuck with no help.

Thanks.

Default parameter dates expression help

$
0
0

I'm not sure what to put for the expression for a few default date parameters. I need three different ones. 

1. 7/1/current year

2. 7/1/previous year

3. current month/current day/last year (i.e. it is 7/22/13 today. I need 7/22/12 to appear)


ipainter

Viewing all 10045 articles
Browse latest View live


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