<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luke Hayler - SQL Server Developer &#187; log files</title>
	<atom:link href="http://lukehayler.com/tag/log-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukehayler.com</link>
	<description>A blog about Business Intelligence and other personal interests</description>
	<lastBuildDate>Tue, 13 Dec 2011 11:42:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Troubleshooting SSRS Data Driven Subscriptions (SS 2005)</title>
		<link>http://lukehayler.com/2009/10/troubleshooting-ssrs-data-driven-subscriptions-ss-2005/</link>
		<comments>http://lukehayler.com/2009/10/troubleshooting-ssrs-data-driven-subscriptions-ss-2005/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:00:00 +0000</pubDate>
		<dc:creator>Luke Hayler</dc:creator>
				<category><![CDATA[Luke Hayler]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[data driven subscriptions]]></category>
		<category><![CDATA[log files]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.lukehayler.com/2009/10/troubleshooting-ssrs-data-driven-subscriptions-ss-2005/</guid>
		<description><![CDATA[Let’s just assume that… You’ve created your data driven subscription (File share) for your reporting services report, and everything is as it should be. The subscribers table has been created, populated and correctly mapped to the required fields in the &#8230; <a href="http://lukehayler.com/2009/10/troubleshooting-ssrs-data-driven-subscriptions-ss-2005/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>Let’s just assume that…</h4>
<p>You’ve <a href="http://msdn.microsoft.com/en-us/library/ms156012.aspx" target="_blank">created your data driven subscription</a> (File share) for your reporting services report, and everything is as it should be. The subscribers table has been created, populated and correctly mapped to the required fields in the subscription (FileName, Path, Format, Parameters, etc), the schedule is set. And then you test your subscription.</p>
<h4>The Error <span style="text-decoration: line-through;">Message</span> Status</h4>
<div id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:c4bca06e-d1fb-4ced-bdb9-764f3e1cef3b" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><a title="The 'Informative' Status Message" rel="thumbnail" href="http://lukehayler.com/wp-content/uploads/2009/10/Troubleshooting_DD_Subs__Error_Status8x6.png"><img src="http://lukehayler.com/wp-content/uploads/2009/10/Troubleshooting_DD_Subs__Error_Status.png" border="0" alt="" width="325" height="176" /></a></div>
<p>The schedule has run and you find this very helpful <span style="text-decoration: line-through;">error message</span> status beside you subscription in Report Manager. Scratching your head you dive into the Error &amp; Event logs searching (in vain) for those few lines that will shed some light on the question “Why did those 2 errors occur?” Nothing.</p>
<h4>Found ‘em!</h4>
<p>Hidden away in its own folder are the Reporting Services Log Files:</p>
<p><strong>SQL Sever 2005 &#8211;&gt; *C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\LogFiles   </strong></p>
<p><strong>SQL Server 2008R2 &#8211;&gt; *C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles</strong></p>
<p><em>*These may be different depending on your installation</em></p>
<p>More specifically, you’ll need to look at the <strong>ReportServerService__mm_dd_yyyy_hh__mm_ss.log</strong> files. These files will list, among other things, any errors encountered in your Data Driven Subscriptions. Here’s mine:</p>
<div id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:6c26855d-cf14-4083-b63a-ad3e436fb7f4" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"><a title="The Actual Error Message" rel="thumbnail" href="http://lukehayler.com/wp-content/uploads/2009/10/Troubleshooting_DD_Subs__Error_Message8x6.png"><img src="http://lukehayler.com/wp-content/uploads/2009/10/Troubleshooting_DD_Subs__Error_Message.png" border="0" alt="" width="550" height="143" /></a></div>
<p>From this I could deduce that there was a problem with the filename that was being used for one of the reports. Once I had reviewed all the filenames being used and had updated those that contained the special characters (2 of them), the subscription ran without a hitch. Problem solved.</p>
<p>So the bottom line here is, if you have any issues with you reports look in the reporting services log file.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:19979d02-8f6a-4b9f-93ca-5278a3b070c7" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/ssrs">ssrs</a>,<a rel="tag" href="http://technorati.com/tags/reporting+services">reporting services</a>,<a rel="tag" href="http://technorati.com/tags/errors">errors</a>,<a rel="tag" href="http://technorati.com/tags/data+driven+subscriptions">data driven subscriptions</a>,<a rel="tag" href="http://technorati.com/tags/troubleshooting">troubleshooting</a></div>
]]></content:encoded>
			<wfw:commentRss>http://lukehayler.com/2009/10/troubleshooting-ssrs-data-driven-subscriptions-ss-2005/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

