<?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>PerformancePoint Blog &#187; Excel Services</title>
	<atom:link href="http://performancepointblog.com/tag/excel-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://performancepointblog.com</link>
	<description>A Blog about PerformancePoint, SQL Reporting Services and all the nummy BI technologies that interact with them</description>
	<lastBuildDate>Fri, 16 Jul 2010 01:02:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Troubleshooting issues with Excel Services Data Refresh</title>
		<link>http://performancepointblog.com/2009/01/troubleshooting-issues-with-excel-services-data-refresh/</link>
		<comments>http://performancepointblog.com/2009/01/troubleshooting-issues-with-excel-services-data-refresh/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 21:12:53 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Excel Services]]></category>

		<guid isPermaLink="false">http://performancepointblog.com/?p=30</guid>
		<description><![CDATA[I don&#8217;t know what my mental block around Excel Services is all about &#8211; but configuring it just kills me. After building more Hyper-V and VS images which include Excel Services than I care to count, I still have not managed to get data refresh working right the first time. Ever! Kind souls often offer [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://performancepointblog.com/2009/01/troubleshooting-issues-with-excel-services-data-refresh/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Troubleshooting+issues+with+Excel+Services+Data+Refresh";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I don&#8217;t know what my mental block around Excel Services is all about &#8211; but configuring it just kills me.<br />
After building more Hyper-V and VS images which include Excel Services than I care to count, I still have not managed to get data refresh working right the first time. Ever!</p>
<p>Kind souls often offer tidbits like &#8220;did you configure the trusted file location&#8221; and other nice-but-useless advice for anyone who has worked with the technology for a little while, and I just grind my teeth. Do I sound bitter? Well, I am. I get particularly aggravated that the error message doesn&#8217;t give me more information to go on, too.</p>
<p>Today, while building a new Business Intelligence demo image which relies completely on Windows 2008 &amp; SQL Server 2008, I again ran into data refresh hell. But I also happened to stumble upon a great tool which helped solve my issues after only dropping 2-3 F-bombs.</p>
<p>For the MOSS gurus in the house, this is probably old stuff, but it was an epiphany for me.</p>
<p>The Log View feature integrates an easy way to your MOSS logs right into SharePoint 3.0 Central Administration.</p>
<p>You can download it from here:</p>
<p><a href="http://www.codeplex.com/features/Release/ProjectReleases.aspx?ReleaseId=2502 ">http://www.codeplex.com/features/Release/ProjectReleases.aspx?ReleaseId=2502 </a></p>
<p>Once you&#8217;ve grabbed it, drop it in the folder below on your MOSS box:</p>
<p><strong>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN</strong></p>
<p>Then, navigate to the same location on a command prompt and execute the following:</p>
<p><strong>stsadm -o addsolution -filename LogViewer.wsp<br />
stsadm -o deploysolution -name LogViewer.wsp -allowgacdeployment -immediate<br />
stsadm -o execadmsvcjobs<br />
iisreset</strong></p>
<p>That&#8217;s it. Jump to the <strong>Operations</strong> page of Central Admin, and you&#8217;ll see <strong>View Unified Logging Service</strong> under Utilities. Hit it.</p>
<p>Select a log file which covers the period you had a problem with data refresh, choose <strong>Excel Services</strong> in the This <strong>category</strong> filter, select <strong>Warning</strong> in <strong>Event Severity</strong> and click Go.</p>
<p>I found this:</p>
<p>Unable to establish connection using only the connection string. If a username and password are saved in the connection string, they may not be correct, or the Unattended Service Account may not be configured. [Session: 21.1wTVe6u1xgnzlBvXz6VtM90.5.en-US5.en-US73.+0300#0000-11-00-01T02:00:00:0000#+0000#0000-03-00-02T02:00:00:0000#-0060 User: ATLAS\Administrator</p>
<p>Whoops! Forgot to configure the Excel Services Unattended Execution Account. I knocked it out, bounced IIS, but still had a problem. So I went back to the log, filtered on <strong>Information</strong> in <strong>Event Severity</strong>, and found this:</p>
<p>The workbook 'http://atlasone/Reports/FirstTest.xlsx' attempted to access external data using the unsupported provider 'Provider=MSOLAP.4;Integrated Security=SSPI;Persist Security Info=True;Data Source=.;Initial Catalog=Adventure Works DW 2008'. [Session: 21.37RxBqgtK2fX8GRWS68rV90.5.en-US5.en-US73.+0300#0000-11-00-01T02:00:00:0000#+0000#0000-03-00-02T02:00:00:0000#-0060 User: ATLAS\Administrator]</p>
<p>Jeepers! The connection in my Excel worksheet was made with the latest/greatest SSAS provider, which didn&#8217;t even exist when MOSS was dropped &#8211; So I added MSOLAP.4 to the list of Trusted data providers (under Excel Services Settings in Shared Services), did another IISReset, and I was in business.</p>
<p>Can&#8217;t tell you how much time this little tool gave me back.</p>
]]></content:encoded>
			<wfw:commentRss>http://performancepointblog.com/2009/01/troubleshooting-issues-with-excel-services-data-refresh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
