Sign In
Random Thoughts on Technology
Emi Baragan's (mostly) technical blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Debugging
Delegation
Deployment
Development
IE
IIS
Kerberos
PDF
Reporting Services
Setup
SharePoint
SQL
SQL BI
SQL Server Agent
Support
WMI
Archive
Archives
July 2010
(2)
May 2010
(1)
December 2009
(1)
October 2009
(1)
August 2009
(2)
May 2009
(1)
April 2009
(2)
March 2009
(1)
February 2009
(1)
January 2009
(1)
December 2008
(1)
October 2008
(1)
September 2008
(2)
August 2008
(2)
MSDN Blogs
>
Random Thoughts on Technology
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Random Thoughts on Technology
PivotViewer Extension for Reporting Services - CTP1
Posted
over 2 years ago
by
emilianb
0
Comments
On his blog , Cristian Petculescu posted a cool video demonstrating the capabilities of the PivotViewer Extension for Reporting Services. The PivotViewer Extension for Reporting Services provides an application generator that enables users to effortlessly...
Random Thoughts on Technology
Kerberos Authentication for SSRS 2008 R2 integrated with SharePoint 2010.
Posted
over 2 years ago
by
emilianb
0
Comments
Prash announced yesterday the availability of a new whitepaper - Configuring Kerberos Authentication for Microsoft SharePoint 2010 Products . The whitepaper contains all the needed information for setting up Kerberos Authentication in your environment...
Random Thoughts on Technology
SQL Server Setup and Deployment Portal is live
Posted
over 2 years ago
by
emilianb
0
Comments
http://msdn.microsoft.com/en-us/library/cc765421.aspx - SQL Server Setup and Deployment Support and Information This is a Solution-Based portal, a totally new approach for our technology-based portals, which focuses on aggregating the relevant SQL...
Random Thoughts on Technology
Using DelegConfig version 2.0 (beta) tool for troubleshooting Kerberos Delegation issues
Posted
over 3 years ago
by
emilianb
0
Comments
In april 2009, I posted an article on using Brian Murphy Booth's DelegConfig tool for troubleshooting Kerberos delegation issues. Today I'll talk a bit about the version 2.0 of the tool which brings some cool new features and also supports IIS 7.0...
Random Thoughts on Technology
Doubled records in Excel output of a SSRS Report with expandable regions
Posted
over 3 years ago
by
emilianb
1
Comments
Some customers have lately raised the discussion around, what they thought it was, a misbehavior of the Excel Rendering extension when dealing with expandable regions. The behavior can be described as follows. On Reporting Services 2008, we are exporting...
Random Thoughts on Technology
SSRS service might not start after installing Windows Security patches and rebooting the machine
Posted
over 3 years ago
by
emilianb
0
Comments
Sometimes, if your server is under heavy load, or after installing Windows Security patches, like http://www.microsoft.com/technet/security/bulletin/ms09-004.mspx , you might experience issues where the SSRS service fails to start with the following information...
Random Thoughts on Technology
Copy 'n' Paste from PDF files generated from SQL Server Reporting Services
Posted
over 3 years ago
by
emilianb
0
Comments
Over the last months I've seen more and more customers inquiring about issues when trying to Copy text from PDF files exported from Reporting Services reports and Pasting it into other documents. The issue they were complaining about makes so that pasting...
Random Thoughts on Technology
Timeouts and Microsoft SQL Server 2005 Reporting Services
Posted
over 3 years ago
by
emilianb
4
Comments
When working with Microsoft SQL Server 2005 Reporting Services, there are more levels of execution\session timeout configurations. On one hand we have the ASP.NET session which we have to consider since the SSRS service is actually a ASP.NET Web Service...
Random Thoughts on Technology
Slow response time for SQL Server Reporting Services after restart or after period of inactivity - why does it happen and how to fix it -
Posted
over 3 years ago
by
emilianb
1
Comments
I can think of 2 separate issues and causes. First is related to the Web Service recycling and the time needed for restarting and reloading its components\assemblies. The second could be a question of response time for a report (the first time it is executed...
Random Thoughts on Technology
Using DelegConfig tool for troubleshooting Kerberos Delegation issues
Posted
over 3 years ago
by
emilianb
1
Comments
A couple of days ago I delivered a presentation on troubleshooting Kerberos configuration issues, especially from the SQL Server's perspective. Part of this presentation I demonstrated the use of Brian Murphy-Booth's ( http://blogs.iis.net/brian-murphy...
Random Thoughts on Technology
WMI related errors while connecting to SQL Server 2005/2008 Reporting Services
Posted
over 3 years ago
by
emilianb
0
Comments
Here's a quick guide describing a few checks you could make if you encounter any WMI related errors while trying to connect to your SSRS instance either with Management Studio or with the Configuration Tool. 1. The most common cause for these type...
Random Thoughts on Technology
Creating Subscriptions Programmatically using different Local Settings (field separators)
Posted
over 3 years ago
by
emilianb
1
Comments
If you want to create subscriptions programmatically, using the SOAP API, you would call the CreateSubscription method exposed by the API, through the proxy class created against the Web Service (ReportService.asmx; ReportService2005.asmx). However, you...
Random Thoughts on Technology
About integrating Reporting Services into your application (for beginners)
Posted
over 3 years ago
by
emilianb
1
Comments
In order to integrate Reporting Services into your Web Application you have the following options: using the Reporting Services SOAP API (consuming the Reporting Services web service), using the ReportViewer control and using URL Access ( Integrating...
Random Thoughts on Technology
Unable to load the client print control after installing KB956391
Posted
over 4 years ago
by
emilianb
0
Comments
Recently, one of my colleagues put together a very comprehensive action plan that normally should fix this issue. So, if you happen to have this error message while trying to print a report in Reporting Services 2005 after having recently installed...
Random Thoughts on Technology
Could not locate entry in sysdatabases for database X
Posted
over 4 years ago
by
emilianb
1
Comments
While upgrading a SQL Server 2005 Reporting Services instance to SP2 from SP1 or from RTM, you might encounter the following error and the upgrade fails, if your reporting Services database name is of the form XReportServer, where X is a string of characters...
Random Thoughts on Technology
Conditional Formatting not working in reports exported to Excel from SQL Server 2000 Reporting Services SP2
Posted
over 4 years ago
by
emilianb
0
Comments
Consider the following scenario: You have a report deployed on a SQL Server 2000 Reporting Services SP2 instance. This report contains conditional formatting for some of the dataregions or for some cells inside a table/matrix. The format property that...
Random Thoughts on Technology
Developer Tools in Internet Explorer 8
Posted
over 4 years ago
by
emilianb
0
Comments
As you probably heard, IE8 introduces the Developer Tools. Lots of great features like live HTML and CSS editing, JScript debugging and profiler, HTML, CSS validators. More information: http://blogs.msdn.com/ie/archive/2008/09/03/developer-tools-in...
Random Thoughts on Technology
SQL Server Agent cannot be started after adding an "Alias Local Host Server"
Posted
over 4 years ago
by
emilianb
0
Comments
We might find ourselves in the following scenario: for a SQL Server 2005 edition, you accidentaly specify a wrong "Alias Local Host Server" in Management Studio. Now, what happens is that, when the SQL Server Agent starts, it tries to connect to this...
Random Thoughts on Technology
"The specified @name (‘B3F7CB60-6636-4F67-93CF-B94C052DFD29’) already exists" while editing a subscription
Posted
over 4 years ago
by
emilianb
1
Comments
Consider the following scenario: You have either SQL Server 2000 Reporting Services or SQL Server 2005 Reporting Services set up. You have SSRS configured so that the application pool used by the SSRS virtual directories (Reports and ReportServer) has...
Page 1 of 1 (19 items)