﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Carolyn Richardson / Article Discussions / Article Discussions by Author  / Using Reporting Services to Search the SQL Server Log / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 17:08:50 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>You have correctly identified the problem. I defined a shared datasource instead of local. Thank you for pointing it out.Since it's not a shared datasource, I ran into another challenge. I cannot test the ErrorList by clicking the "!" button and have to use the preview tab instead. I now have a different error to debug. Something about [rsErrorReadingDataSetField]  and [rsMissingFieldInDataSet]. I will work on this.Again, thank you for your help. It will be a great tool for us when I get this working.Loi.</description><pubDate>Mon, 20 Jun 2011 11:03:49 GMT</pubDate><dc:creator>loi.nguyen2000</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>I've not seen this before but Googled it and it seems that  this is by design. The data source for reports with dynamic connection functionality needs to be local (i.e. not shared) to the report itself. So the the table where you pull the list of server names from needs to be a table on your local instance.</description><pubDate>Wed, 15 Jun 2011 00:44:49 GMT</pubDate><dc:creator>Carolyn Richardson</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>I cut and pasted the scripts from your article, and it is: ="Data Source=" &amp; Parameters!ServerName.Value &amp; ";Initial Catalog=master" One thing I notice from my data source designer screen is mine had Edit button highlighted and the F(x) button greyed out. Yours is the opposite - F(x) highlighted and the Edit button greyed out. Is this something we set on server configuration? I'm not able to insert screen prints from my designer screen here for you to see. </description><pubDate>Tue, 14 Jun 2011 12:20:49 GMT</pubDate><dc:creator>loi.nguyen2000</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>I think there may be something wrong with the syntax of the connection string your using, can you post it here?</description><pubDate>Tue, 14 Jun 2011 12:02:43 GMT</pubDate><dc:creator>Carolyn Richardson</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>Hello Carolyn, this is a great article. It is exactly what I was looking for in my new job assignment. One problem I have is I could not set the data source name dynamically. I'm in SSRS 2K5 environment. I got an error message " Microsoft Report Designer - Connection string expressions are not allowed in shared data sources." Right now, I just hard coded the server name that I need to see the log most often to use it. What do I need to do to be able to configure the datasources dynamically?</description><pubDate>Tue, 14 Jun 2011 10:29:36 GMT</pubDate><dc:creator>loi.nguyen2000</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>Points noted thanks.You can use the xml file:-In Reporting Services create a new blank report and from the top menu select View then Code.  Replace all the XML displayed with the XML contained in the attached file. If you switch to layout the report will now appear in design view.</description><pubDate>Tue, 06 May 2008 10:39:46 GMT</pubDate><dc:creator>Carolyn Richardson</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>Great article.I liked the technique of using the parameter in the connection string.Didn't think that was possible,Nice hack!Just a couple of small problems though:1) Your creation script does not match the xml sample report:    Should read:    [code]CREATE TABLE [dbo].[ServerList]    ( [ServerName] [nchar](50) NULL )    ON [PRIMARY][/code]2) Reporting Services doesn't like extensions of XML for reports,    It prefers RDL.     Rename the example file to RDL and it will be easier to integrate.Thank you for including the sample files!Really made life easier!</description><pubDate>Tue, 06 May 2008 10:23:36 GMT</pubDate><dc:creator>Charley Jones</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>Very good practical and useful article. :)</description><pubDate>Tue, 06 May 2008 10:12:55 GMT</pubDate><dc:creator>Anipaul</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>Very cool, very useful.  I can definitely use something like this, but I have GOT to learn Reporting Services first! :hehe:</description><pubDate>Tue, 06 May 2008 10:02:10 GMT</pubDate><dc:creator>Wayne West</dc:creator></item><item><title>RE: Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>Great article ! I will use this . Thanks...</description><pubDate>Tue, 06 May 2008 08:56:54 GMT</pubDate><dc:creator>fthomas-735932</dc:creator></item><item><title>Using Reporting Services to Search the SQL Server Log</title><link>http://www.sqlservercentral.com/Forums/Topic495379-369-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Reporting+Services/62934/"&gt;Using Reporting Services to Search the SQL Server Log&lt;/A&gt;[/B]</description><pubDate>Mon, 05 May 2008 21:42:29 GMT</pubDate><dc:creator>Carolyn Richardson</dc:creator></item></channel></rss>