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

Problem opening report solution

$
0
0

Something has happened and I cannot open my SQL Server 2008 reporting solutions. I am getting the following error when I click on solution:

Value cannot be null. Parameter name:name

If I then close the solution and open it again, I am getting no error.

What is THAT?


report subscription credentials

$
0
0

hi all,

i have stored credentials for a report subscriptions which were hard coded into the field. the report runs every morning.

but when my windows password got changed, the report failed to deliver to my email. so, i had to change the password stored in the report data sources and it worked.

my question here would be, how do i make the report work with out me having to change the password in report datasources everytime my windows password cahnges??

i know that we have to store credentials in the report to be able to define subscriptions. is there any other way?

please let me know

thanks

LinkTarget not working

SQL Report Builder 3.0 LookupSet Function on Sharepoint Lists

$
0
0

I have two sharepoint list named city and town. I have created two datasets for each list in SQL Repor Builder 3.0 . City dataset has ID and Title columns. Town dataset has ID, City_Id and Title.

My purpose is showing cityname and it's towns in same row. I use LookupSet function like this; =Join(LookupSet(Fields!ID.Value, Fields!City_ID.Value, Fields!Title.Value,"Town"), ",")

but, it gives just blank field. How I can use LookupSet function. Thanks



Solo dos registros dentro de Lista Reporting Services

$
0
0

Buenas,

Estoy realizando un reporte con reporting services, pues en el body tengo una Lista donde va el contendido principal.

Pero el reporting genera 'N' cantidad de registros que quepan por página, pero lo que necesito es que por página SOLO SE MUESTREN 2 REGISTROS.

Como puedo hacerlo.

Gracias.

--------------------------------------------------------------------

Im doing a report using reporting services, in the body I have the List where I show the content.

Reporting Services show 'N' records by page. Now, I need to show only 2 records by page.

How can i do it?

Thanks

How to avoid Charts & Sub-reports re-arranging themselves in final dashboard

$
0
0

Hi All,

How can I avoid charts and matrix merging when there is no data for one of the sub-reports ?

Since only I can upload only 2 images, hence I am uploading the images when there is data in one of the sub-report and one when there is no data.

The final output w/o any data on the "Report 15 - Sales Activity" looks like this :

But when I got data populated in "Report 15 - Sales Activity" it looks the following (which is what I want) :-

Outer Join issue in SSRS

$
0
0

Symptom description:

I have a Department table and an Employee table. In Department table, Deptno is the primary key. In Employee table, Empid is the primary key and Deptno is a foreign key pointing to Deptno of Department table.

Using BIDS, I have created a Data Source View (DSV) incorporating the above two tables and a relationship is also formed where Employee is the source and Department is the destination. I have then autogenerated a Report Model (.smdl) using the DSV.

Now, when I select attributes from both Department entity and Employee entity in Report Builder 3.0, the query generated by Report Builder fetches only those records from Department for which an employee exists.

My objective is to fetch all records from Department when Department is joined with Employee irrespective of whether an employee exists or not for that department. How can this be achieved?

Given below is the query generated by Report Builder:

SELECT DISTINCT
    "DEPT"."DepartmentNo" "DepartmentNo",
    "DEPT"."DepartmentDepartmentName" "DepartmentDepartmentName",
    "DEPT"."City" "City",
    "EMP"."EMPID" "EmployeeID",
    "EMP"."EMP_NAME" "EmployeeName",
    "EMP"."SALARY" "Salary"
FROM
    "CLINICOPIA_REPORTS"."EMP" "EMP"
    LEFT OUTER JOIN (
        SELECT /*+ NO_MERGE */
            "DEPT"."DEPTNO" "DepartmentNo",
            "DEPT"."DEPT_NAME" "DepartmentDepartmentName",
            "DEPT"."CITY" "City",
            "DEPT"."DEPTNO" "DEPTNO"
        FROM
            "CLINICOPIA_REPORTS"."DEPT" "DEPT"
    ) "DEPT" ON "EMP"."DEPTNO" = "DEPT"."DEPTNO"
WHERE
    CAST(1 AS NUMERIC(1,0)) = 1
ORDER BY
    "DepartmentNo", "DepartmentDepartmentName", "City", "EmployeeID", "EmployeeName", "Salary";

Environment: SharePoint 2010 serves as the Web Front-End Server and also hosts Reporting Services Add-in. SQL Server 2008 R2 SP2 is the Back-End Server hosting Sql Server Reporting Services (SSRS) in SharePoint Integrated mode. The data is fetched in the Report Builder 3.0 reports from an Oracle database.

Environment details-

  • Web Front-End Server: SharePoint Server 2010 with Enterprise Client Access License features. Operating System is Microsoft Windows Server 2008 R2 Standard - 64 Bit.
  • Back-End Database Server: SQL Server 2008 R2 Enterprise SP2. Operating System is Microsoft Windows Server 2008 R2 Standard - 64 Bit.
  • Oracle Database Server: Operating System is Red Hat Enterprise Linux Server release 5 (Tikanga). Oracle Database version is Oracle Database 10g R2 Enterprise Edition Release 10.2.0.2.0 - Production.

"Index was outside the bounds of the array" when exporting to PDF

$
0
0

I have a problem that is identical to the problem here:

http://support.microsoft.com/kb/978636

My issue is that I am using SQL 2008 R2 (10.5.1600), which is a later version than stated in this document.

Summary

I have a list that contains a subreport which contains 2 tablix items that are spanning multiple pages. The report renders correctly online, but when attempting to view in print preview mode or exporting to a PDF, the error message: "Index was outside the bounds of the array." is displayed. This occurs on the server (running SQL 2008 R2, integrated with SharePoint) and on my local Data Tools. I have upgraded my local machine to SP2 to see if that fixes the problem; it does not. The problem manifests itself only when the subreport spans multiple pages.

Thanks!


Graph a running total in SSRS

$
0
0

I have a running total that I want to graph but I can't make it work.  The running total works fine in a Table.   My dataset gathers Quantity by Year. 

If I set the Series of the graph to =RunningValue(Fields!Qty.Value,sum"RunningTotal") the graph just shows one column wich is the value of the running total for the last Year.  As soon as I add Year to the Category of the graph I get Scope errors.

"The DataPoint expression for the chart has a scope parameter this is not valid for RunningValue, RowNumber or Previous......"

What I need to show is the Runing Total of Qty by Year - just like the Table shows.  How can I do this?

SSRS : Remove frame/padding in gauge?

$
0
0

How can I remove the top padding so the bottom stays as it is but all the space over the gauge is eliminated?

When I display several gauges vertically, there's too much unwanted space between each control.

Thanks.


VM

Remove frame/padding in gauge?

$
0
0

How can I remove the top padding so the bottom stays as it is but all the space over the gauge is eliminated?

When I group the data, there's too much space between the gauges.

Thanks.


VM

How to pop-up a data-bound image full-scale in RB 3.0

$
0
0

I've built a Report Builder 3.0 report and it contains data-bound images in one of the report columns (I followed the steps outlined inhttp://technet.microsoft.com/en-us/library/dd239367(v=sql.105).aspx and it worked great).

The data-bound images embedded in the report are basically sized as thumbnails.  This is great, but I also need users to be able to see a full-size rendering of the image (either by hovering over it or by clicking on it).  If these were EXTERNAL images, I would simply create an action that contained a link to the image file.  How do I accomplish this for data-bound images?

Thanks.

-tom

Report Builder - Getting Started

$
0
0

Hello everyone.

Well, that's first post here. I'm new in SQL, I've just known tha bascic concepts and queries. 

I really need some line to follow and start study Report Builder. Is there some book indication or website to study.

Tnk u guys.


Unsupported RPL stream version detected: 101.116.1047292257

$
0
0

Hello,

we are mirgating our databases, cubes, ssis packages and reports from SQL Server 2008 to 2008 R2.

Most of the reports work fine on SSRS 2008 R2, but some cannot be executed:

"Unsupported RPL stream version detected: 101.116.1047292257. Expected version 10.6."

I've tried what is suggeted in this thread: http://social.msdn.microsoft.com/Forums/is/sqlreportingservices/thread/efbbd74c-370c-4d21-b27c-448e42464a1a

But it didn't help me.

How can I fix this problem?

Thanks

ReportServer service SUDDENLY will not start at all!

$
0
0
Help! I'm panicking a bit here ... I got a call at home today on a Sunday when one of the system admins at work apparently applied some Windows updates (possibly including SQL Server SP2 -- I thought it was installed already, but I see an error in the event log during it's installation, and when I tried to manually install it, some of the related components appeared to be still pre-SP2) ...

EVERYTHING else is up, and working fine -- database server, analysis server, etc.  However, the primary function of this server is to serve crucial daily reports for an internal group, and now the Reporting Services stuff won't restart at all.  No matter what I try, I just get a variation of this:

From the Reporting Services Configuration Manager:
System.InvalidOperationException: Cannot start service ReportServer on computer 'PRODB'. ---> System.ComponentModel.Win32Exception: The service did not respond to the start or control request in a timely fashion
   --- End of inner exception stack trace ---
   at System.ServiceProcess.ServiceController.Start(String[] args)
   at System.ServiceProcess.ServiceController.Start()
   at ReportServicesConfigUI.Panels.ServerInformationPanel.StartStopServiceTask(Boolean start)

From the Event Viewer System log:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7009
Date: 7/27/2008
Time: 7:26:24 PM
User: N/A
Computer: PRODB
Description:
Timeout (30000 milliseconds) waiting for the SQL Server Reporting Services (MSSQLSERVER) service to connect.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.



Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7000
Date: 7/27/2008
Time: 7:26:24 PM
User: N/A
Computer: PRODB
Description:
The SQL Server Reporting Services (MSSQLSERVER) service failed to start due to the following error:
The service did not respond to the start or control request in a timely fashion.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

The Reporting Services logs mostly just repeat that "The Report Server Windows service 'ReportServer' is not running." ...

The best hint I got was a message which claims an Error in timer Running Requests DB : Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerServiceUnavailableException: The Report Server Windows service 'ReportServer' is not running. The service must be running to use Report Server....

However, the database is running, and the user account is correct, and the Reporting Services Configuration Manger shows green checkmarks on everything except the Server Status and the Initialization (which obviously fail because the service won't start!) (oh, and SharePoint Integration and Encryption Keys, which remain unset).




Format a cell based on MAX

$
0
0

In SSRS I am creating a report. I would like to Underline any cell in the column that is the highest value. For example, if the column were age and the values were: 12, 15, 12, 18, 12, 21. I would like for 21 in the column to be underlined.

I haven't found how to do this.

Any help?

Reports created in 2008R2 BIDS -- have to be used on BOTH SQL Server 2008 R2 AND SQL Server 2012

$
0
0
We have about 150 reports created in BIDS 2008 R2. These reports also reference assemblies; have shared data sources and shared datasets. We want to keep one copy of the reports and deploy to both SQL Server 2008 R2 and SQL Server 2012 environments. We found that SQL server 2012 does not always like a report created in BIDS and displays erratic behavior until we open and deploy from SSDT (Data Tools 2012). Is our best option to open, save and deploy all the rdls from SSDT to both SQL Server 2008 and SQL Server 2012? Do we need to do this to all the rdls created in BIDS 2008 R2? Thanks!

Laura

Deploy Multiple SSRS Projects on one Go

$
0
0

Hello,

Suppose I have two SSRS 2012 projects in one VS Solution and I have configured both the projects for deployment. Now I can deploy one project at once so hence I have to deploy 2 times even if I am deploying to same server. 

Is there a way I can deploy all SSRS projects in the solution at one go?

Thanks,
Prabhat

Logon failed for the unattended execution account. (rsServerConfigurationError)

$
0
0

I am getting this error

  • The Report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    • Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
      • For more information about this error navigate to the report server on the local server machine, or enable remote errors

I have set a domain account for the unattended execution and the password is correct and that password is NOT expired. I am able to login and launch process using the same login account and password. So password is correct and is not expired.

The user id has owner permission on ReportServer and ReportServerTempDB databases.


MSDNStudent Knows not much!

Displaying a sparse matrix

$
0
0

I have a SharePoint list which I am reporting against in SSRS 2012.  I can pull up the data just fine.  The problem is how the data displays. 

Sample data:

Classroom 1, Supervisor 1

Classroom 2, Supervisor 1

Classroom 3, Supervisor 1

Classroom 4, Supervisor 2

Classroom 5, Supervisor 2

Classroom 6, Supervisor 3

Classroom 7, Supervisor 3

Desired Output

Supervisor 1

Supervisor 2

Supervisor 3

Classroom 1

Classroom 4

Classroom 6

Classroom 2

Classroom 5

Classroom 7

Classroom 3

Current Output

Supervisor 1

Supervisor 2

Supervisor 3

Classroom 1

Classroom 2

Classroom 3

Classroom 4

Classroom 5

Classroom 6

Classroom 7

Viewing all 10045 articles
Browse latest View live


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