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

SQL server remote configuration

$
0
0
Hi,

We are trying to install just the BIDS in a user machine to be able to develop reports remotely. I have a couple of questions.

1. In my current scenario, SQL server 2008 R2 is already setup with the reporting services in say, Machine1. Can it be reconfigured so that a user in Machine2, trying to develop a report, access report server DB in Machine1? 

2. Can this be done in such a way that, first we want to point BIDS to a sample database (like Adventureworks etc.) in Machine1, before trying to develop reports with the actual database?

Could anyone help with the detailed steps involved. 

I have done development of reports with an SQL server installation and configuration in the same machine sometime before, but not remote. I looked for manuals, there is help available, but for this scenario, I want to confirm with the steps involved.Any input in this regard would be extremely helpful.

Thanks,
SK

SSRS 2008 subfolder access denied but only partly

$
0
0

Dear all

After removing authorizations from the root folder we have an access issue with subfolders.

A user with seemingly proper authorizations (Content Manager, Publisher, Browser, MyReports, ReportBuilder) is able to upload reports, delete reports, run reports, shift reports to other subfolders

But when trying to view the security properties or updating a report e.g. by changing the data source he gets the 'Access denied' error.

Any suggestions for the root cause of this?

SSRS - Cascading

$
0
0

Hi All,

i'm  working on a cascading report which has device & sub device as parameters. 

when i selected the device it is showing the appropriate sub-devices but when i select some sub devices data is not showing accurately. In the main data set i used store procedure which has device as parameter. 

Any help is greatly appreciated.

Thanks,

SK2811

Report Rendering Very Slow With RDLC

$
0
0

I am running into some horrible performance with running reports as .rdlc's

The reports themselves are fairly straightforward, save for some column and row groupings in matrices. If I have one simple column group, things run pretty quickly. If I add one or two more groupings, things slow down incredibly!

I've been doing some research and have found that several people have experienced the same problem as I.

http://prologika.com/CS/forums/p/1272/4541.aspx#4541

Unfortunately, I don't have the option to test out performance of the reports against a "real" SSRS installation. And the data source I'm working with is actually a C# dataset versus an actual SQL Server database.

We're currently running on Windows Server 2003  and are using .Net 4.0

Has anyone else experienced the same issue, and if so, how did you ultimately resolve/work around the issue? Amazing that the performance between rdlc and rdl's could be that drastic!

The developers have mentioned creating a field for each possible value for a field. For example, there is a top level group called "Plan" and a sub-group called "Unit". These are just two of the fields we are grouping on for column groups. There are possibly 30 different plans, with possibly up to 6 units. So essentially, there would be up to 180 columns in a table. We would then need to write expressions to hide any columns/groups that have no value. Not a smart option...


A. M. Robinson


SSRS subscription creating duplicate job

$
0
0
We have this sporadic problem where when we go in to save an edit on a SSRS report subscription, it gives us a duplicate job number error.  When I look at the Jobs in the Agent, there are duplicates, so I need to manually delete both duplicate jobs, then the subscription save will work.  If we delete just 1 of the jobs, the issue seems to clear for a while, but then reoccurs.  This has happened to us on multiple reports, but not consistently.  The subscriptions look fine.  Has anyone else run into this?  Any ideas what is causing this to happen?

Reporting services Installation with Globalization Locale Settings

$
0
0

Hi Guys,

         We have a problem in report Subscription using File share date format rendering.The File share works properly.But the

data showing in Subscription "pdf"  like Date format not displaying properly based on different countries.

It always shows in  "US format-MM/dd/yyyy".I tried hard in searching ,I tried by changing ssrs expression with "User-Language" or "GLobalization" nothing works. some solutions say that some configuration based on sql server or  sql reporting services. Is there any solution for this.

any solution for this is appreciated.

tnkx guys,

r.b

Auto refresh report after selecting parameter value

$
0
0

I am using sql server 2012 reporting services with windows application.

Is there a way, that we can auto "View Report" button_click event after selecting different parameter value.

Otherwise user has to click "View Report" after selecting different value each time.


h2007

Importing JQuery to SSRS

$
0
0

Hi All, 

I have a problem embedding JQuery in SSRS.

I have added the below code into the following path : \Reporting Services\ReportManager\Pages\Report.aspx

<script type="text/javascript" src="../AddOn/jquery.min.js"></script>

When I browse to the folder location through the web the report loads this Javascript Library fine.  However when I open the report directly through a popup (Window.Open) It fails to load jquery! Any suggestions? 

Thanks 



Would it be possible to auto refresh the report based on a value is selected from a parameter list box ???

$
0
0

Hi,

Please advise how to auto refresh the report when a user picked an item from the parameter list ?

When the user selected the DL-01-BAT(V) from the Sensor Name list box, any way to let the report auto-refresh instead of user needs to click the "View Report" button ??

Thanks in advance

Report Builder 3.0 - passing parameters from the main report to a drill report

$
0
0

I'm trying to create my first drill report with Report Builder 3.0.  I have created a summary report with 2 parameters: (1) Team and (2) Type.  When this report runs, it displays summary information by branch.

I've created a second report (the drill report) that I would like to run when the user clicks on the branch.  The second report shows the detail for the branch.  I have 3 parameters in this report: (1) Team, (2) Type and (3) Branch.

The Team and Type parameters (on the drill report) should use the same values from the main report.  The Branch parameter should be the Branch the user clicks.  I have added a hyperlink to the Branch field on the main report.

In the Text Box Properties on the Branch field (in the main report), I've added a "Go To Report" action.  The drill report is referenced here.  I've added 3 parameters to the "action".  The values are the (1) Team parameter, (2) the Type parameter, and (3) the Branch field.  I have made the default value for the first 2 parameters the parameter value.

I've run the main report and the summary report is displayed like it should with each Branch underlined.  When I click on the hyperlink for a branch, the second report opens up with the (1) Team and (2) Type parameters displayed with the selections the user made from the main report.

However, I'm getting the following error message:

  • The report parameter 'Team’ has a DefaultValue or a ValidValue that depends on the report parameter “Team”. Forward dependencies are not valid. rsInvalidReportParameterDependency)                                                                                          

Is this because I made the default values the parameter values?

I removed the default values and tried again and this time I got the following error message:

  • An attempt was made to set a report parameter 'SVP Team' that is not defined in this report. (rsUnknownReportParameter)          
Any help with these parameters would be greatly appreciated.  Are there any step by step instructions anywhere for creating these drills?  Thanks for the help?

SSRS 2008 - Matrix subtotals in rows (like in Excel)

$
0
0

Hello guys,

I have to develop report in following structure:

My best shot so far was creating matrix, but I don't know how to add the subtotal rows which are calculated as one row values divided by another.


Source data snippet:

Row NumberColumn 1Column 2
2112
2232
2366
2496


Desired output in report:

Row NumberColumn 1Column 2
2112
2232
2366
Row no. 23/Row no. 2223
2496
Row no. 24/Row no. 2233


I was able to create matrix with Row Number but cannot figure out how to add rows with subtotals as showed above.

Any suggestion would be greatly apprecited.

Roy


ssrs Report taking to much time to load

$
0
0

Hello all,

I have a matrix report which was running nice before some days, but now taking too much time to load 

i tested store procedure but it is ok to return same data in 5 seconds 

and when i tested in ssrs BIDS side i set 60 sec for dataset timeout option, and it gets timeout 

after i set 1000 seconds timeout but it is just rolling and rolling loading 

when i check in executionlog of reportserver i found  something like ..

TimeDataRetrieval     TimeProcessing     TimeRendering       Status                                                  RowCount

131951   323    95        rsHttpRuntimeClientDisconnectionError    1784

Reply me fast please, Help must appreciated .. 

Thanks ..


Dilip Patil..

How to add a pre-existing subreport

$
0
0

Hello -

I am completely new to SSRS; I had been working with Crystal Reports in the past.

1.  I have a subreport that has one parameter that links to the main report.  I have no idea how to link up the subreport.  Any suggestions?

2.  Also, when I try to select the subreport, my only option is to select from Recent Sites and Servers, which is blank.  Where would "Recent Sites and Servers" be so I can put my subreport there?

Any help will be greatly appreciated!

Juniormint


SSRS Report with Date Parameters and SharePoint site Regional Settings issue

$
0
0
Hello,

I  have developed one SSRS Report, which is expecting From-To Date Parameters to filter the records.

The SharePoint site where they are deployed has the regional setting is set to English(Australia) and language setting is set to English.

I have set Language of the Report to expression : =user!Language

Date Picker on the Report was not displaying in the expected format and so not filtering the correct data.

So, as a work around I have done below change in RSViewerPage.aspx file in layouts according to below link.

http://www.tachytelic.net/2013/01/changing-the-format-of-date-parameters-on-a-sql-server-2012-reporting-services-report-that-is-sharepoint-integrated/

But, this is not the permenant solution. If any updates come for the SharePoint site, this change would be overridden.

Has anyone found any solution to this problem yet?

Please suggest.


Thank you,
Mittal.

Date order in SSRS report

$
0
0

Hi All;

I am using below formula for date order in SSRS

"

=Format( Fields!scheduledstartValue.Value,

"MM yyyy")

"

Date comes in teh order as below

for teh year 2014 order is right but 2015 should be at the last

Any much appreciated

Thanks


Pradnya07


Migrated Report Server Web GUI not functional

$
0
0

I migrated report server from 2003 OS/SQL 2008 32 bit/IE6 to 2008 SP2 OS/SQL 2008 SP1 64 bit/IE 8 and had some difficulties.  But I think I've got it in a place I could edit the data source and get it all working IF the web page GUI would let me.

The new server is shown on left but I don't know what to do to IE or whatever to get the GUI so that I can work with it like it was on the "old" server (shown on the right).

The servers are in a manufacturing environment and the customer doesn't keep software like IE current.  They prefer to keep things functional rather than risk breaking something with software upgrade.  This was mandatory to get off the 2003 OS.

Lookup

$
0
0

Hi,

I need a help on LookupSet

= Trim(Join(
LookupSet(Fields!JoinColumn.Value ,Fields!JoinColumn.Value,Fields!JoinColumnText.Value,"Dataset") ,vbcrlf))

I am using the code as above.Here JoinColumn is unique number column and joining based on this unique column.I have one scenaro where JoinColumnText will have the below values.                                                                                                                                                                                                                                                                                                     

JoinColumnText value as below  

This is Line1
This is Line2

Here first row is blank and it will not have any value.When i use the code as above it is not joining and not displaying the JoinColumnText data.Please help me how to overcome this scenario when there is empty row.

Details of Reports scheduled on SSRS (Report name, userdetails, frequency, etc)

$
0
0

Hi all,

Is there a way to find all SSRS scheduled reports details such as (Report Name, schedule time, mail IDs configured, etc.)?
Please help as we have many SCCM reports on SRS, and manual work will take very long time..

scorpITs | http://scorpITs.blogspot.com


How to remove the DELETE item from the Running report context list box

$
0
0

Hi,

I only grant a user with BROWSER role but he still can DELETE a report from HOME folder ? how to avoid this ??

Thanks

SQL 2012 SP1 Reporting Services for SharePoint (2013) - Install-SPRSService Not Available

$
0
0

So, at this point, I've blown away an otherwise functional SP2013 + SQL2012SP1 multi-server farm trying to get this to work, only to end up with the same results. Irrespective of whether I install Reporting Services before or after the SP2013 server is in a farm, SSRS does not seem to be enabled in the farm. I cannot add a new SSRS service application (the menu item does not exist); I cannot start the SSRS service on server (because it isn't here); I cannot execute the Install-SPRSService cmd in SP (yes, the SharePoint) Powershell (PS comes back with this error:

Install-SPRSservice : The term 'Install-SPRSservice' is not recognized as the
name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ Install-SPRSservice
+ ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Install-SPRSservice:String) [],
    CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

).

Quite simply, something's broken. I've followed a couple of detailed how-to's on technet and elsewhere... Right at the point when I should be able to create the SSRS service application, the wheels come off the cart. I've tried Import-Module'ing the SQLCMDLETS and SQLPS PS modules...nothing... The strange thing is that after the installation of the SSRS, if I happen to go into the General Application Settings in Central Admin, I see a new item after Content Deployment:

$Resources:ReportServerResources,AdminReportServerGroupTitle; 

$Resources:ReportServerResources,ManageIntegrationSettings;

$Resources:ReportServerResources,AddTrustedAccounts;

$Resources:ReportServerResources,SetServerDefaults; 

When I uninstall, this goes away.

Greatly appreciate any suggestions you can offer because this is driving me crazy, and I have tried everything I can think of to get this going...


Viewing all 10045 articles
Browse latest View live


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