in

jetlounge

the minty fresh blog that whitens your teeth!

Browse by Tags

    Suppress Auto Update of MDX Parameter Datasets in Reporting Services 2008

    June 25, 2009
    With the MDX Query Designer in SSRS 2008 Report Designer and Report Builder 2.0, changing the main dataset overwrites the parameter datasets, which will kill any manual adjustments made. Bummer. The hack to fix is to add a SuppressAutoUpdate =true to the parameter dataset: < Query > < DataSourceName...

FIX: An unexpected error has occurred, Web Parts Maintenance Page

February 27, 2009
I received this error on a web part page that used the SQL Server Reporting Services native web parts for Report Browsing and report Viewing. Every time I attempted to "connect" the Viewer control to the Browser, I was kicked out to an error page with the following error message: An unexpected...

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...

FIX: 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...
Page 1 of 3 (21 items) 1 2 3 Next >


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