in

jetlounge

the minty fresh blog that whitens your teeth!

Browse by Tags

    Error When Deploying a Large RS Report Model

    May 30, 2008
    You may recieve the error during the deployment of a Reporting Services model: There was an exception running the extensions specified in the config file. Maximum request length exceeded. To correct, you need to increase the file size limit currently in place in the web.config on the RS Server. Find...

Visual Studio cannot shut down because a modal dialog is open

April 09, 2008
You might get this error message after some report development in BIDS (Business Intelligence Development Studio). It's actually a Visual Studio issue..something that has to do with VSS...and you may be afflicted even if you aren't using VSS. The Error Message states exactly: ---------------...

SSRS: Report Server Installation Is Not Initialized

March 27, 2008
I received this error message during model deployment: The report server installation is not initialized. (rsReportServerNotActivated) (rsRPCError) To fix, I launched "Reporting Services Configuration Manager" On the Initialization (which did have a green check mark) page, I noticed two IDs...

Adding Custom Code & Assemblies in Reporting Services

January 07, 2008
A few good links I keep referring to regarding the addition of a custom code assembly in RDL for a SQL Reporting Services report (SSRS). Technet: Using Custom Assemblies in Reports MS Support: How To Use Custom Assemblies or Embedded Code in RS Brian Like's Blog: Writing Custom Code in Reporting...

Report Model Filtering & Security

December 27, 2007
Filtering data in a SQL Server Report Model is rather persnickety, and there is limited instruction available online or in BOL.You use Report Models in Report Builder to develop ad-hoc SQL Reporting Services reports. This is a followup to the bug I discovered in Model Item Security as posted here and...

Model Item Security Not Consistent for Content Managers

December 27, 2007
There seems to be a bug or miscommunication as it pertains to securing SQL Server Report Models using model item security from SQL Server Management Studio. There is a fairly sparce Tutorial regarding row-level security on MSDN. Their Tutorial 3 goes over Row Level Security on Report Models. It states...

Red X Instead of Image in Reporting Services

December 26, 2007
I've run into this annoyance a few times in SSRS. Instead of seeing your image on a deployed report, you see only a Red X. This typically occurs when your image is in a virtual directory. The workaround is to make the virtual folder available to ANONYMOUS access. Microsoft has acknowledged the bug...

Gantt Charting with Reporting Services

December 21, 2007
I've got an article over at SQL Server Central that describes how to get Gantt charts in SSRS using native controls, not third party. And it has a holiday spin. This is the abstact: Gantt charts in SSRS aren’t included in the 2005 release. You can purchase a third-party add-on, or, if you can wait...

Reporting Services Data Source Connection Examples

December 20, 2007
The following table lists examples of connections string for various data sources. Data Source Example Description SQL Server OLTP database data source="(local)";initial catalog=AdventureWorks Set data source type to SQL Server . Analysis Services database data source=localhost;initial catalog...

Passing Parameters to Reporting Services using an URL

December 18, 2007
When launching SSRS reports by URL, it is often necessary to include parameters. To do so, simply include the parameter name, an equal sign, followed by the parameter. So param=value for a report where CustomerID is 1 would look like: http://localhost/ReportServer/Pages/ReportViewer.aspx%2ReportFolder...
Page 1 of 2 (19 items) 1 2 Next >


Powered by Community Server (Non-Commercial Edition), by Telligent Systems