<?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>The Systems Engineer &#187; microsoft</title>
	<atom:link href="http://www.thesystemsengineer.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thesystemsengineer.com</link>
	<description>structured chaos</description>
	<lastBuildDate>Wed, 31 Aug 2011 23:07:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Outlook 2007 Logon Prompt on Exchange 2007</title>
		<link>http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/</link>
		<comments>http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:22:18 +0000</pubDate>
		<dc:creator>Trace</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[auto discover]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://www.thesystemsengineer.com/?p=114</guid>
		<description><![CDATA[When using Outlook 2007 with Exchange 2007 some of our users would get prompted to login to the client access server. Clicking cancel would still allow them in their mailbox with what appeared to be all functionality. However the prompt would return after a few minutes. This was very annoying as you can imagine. After [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-5473497202656082";
/* Footer 468x60, created 3/8/08 */
google_ad_slot = "8765020198";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>When using Outlook 2007 with Exchange 2007 some of our users would get prompted to login to the client access server. Clicking cancel would still allow them in their mailbox with what appeared to be all functionality. However the prompt would return after a few minutes. This was very annoying as you can imagine. After some web searching I was able to find the problem a long with a solution.</p>
<p>First open up Exchange 2007 powershell. We&#8217;ll check on the problem and verify it is the same as well as fix it from here.</p>
<p>Run the following command.<br />
<code>[PS] C:\Windows\System32>Get-ClientAccessServer | fl</code><br />
<code><br />
Name                           : EXCH03<br />
OutlookAnywhereEnabled         : False<br />
AutoDiscoverServiceCN          : exch03<br />
AutoDiscoverServiceClassName   : ms-Exchange-AutoDiscover-Service<br />
AutoDiscoverServiceInternalUri : https://exch03.company.com/Autodiscover/Autodiscover.xml<br />
AutoDiscoverServiceGuid        : 77378f46-2c66-4aa9-a6a6-3e7a48b19596<br />
AutoDiscoverSiteScope          : {DownTown}<br />
IsValid                        : True<br />
OriginatingServer              : ADDC01.company.com<br />
ExchangeVersion                : 0.1 (8.0.535.0)<br />
DistinguishedName              : CN=EXCH03,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administ<br />
                                 rative Groups,CN=PHE,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=company,D<br />
                                 C=com<br />
Identity                       : EXCH03<br />
Guid                           : 341169c4-dd14-47b2-b3e6-01ca8653dfbb<br />
ObjectCategory                 : company.com/Configuration/Schema/ms-Exch-Exchange-Server<br />
ObjectClass                    : {top, server, msExchExchangeServer}<br />
WhenChanged                    : 4/22/2009 10:03:06 AM<br />
WhenCreated                    : 4/7/2009 10:37:52 AM<br />
</code><br />
<code><br />
Name                           : EXCH04<br />
OutlookAnywhereEnabled         : False<br />
AutoDiscoverServiceCN          : EXCH04<br />
AutoDiscoverServiceClassName   : ms-Exchange-AutoDiscover-Service<br />
AutoDiscoverServiceInternalUri : https://mail.company.com/autodiscover/autodiscover.xml<br />
AutoDiscoverServiceGuid        : 77378f46-2c66-4aa9-a6a6-3e7a48b19596<br />
AutoDiscoverSiteScope          : {DownTown}<br />
IsValid                        : True<br />
OriginatingServer              : ADDC01.company.com<br />
ExchangeVersion                : 0.1 (8.0.535.0)<br />
DistinguishedName              : CN=EXCH04,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administ<br />
                                 rative Groups,CN=PHE,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=company,D<br />
                                 C=com<br />
Identity                       : EXCH04<br />
Guid                           : 4857fd2e-da32-4a7c-a97a-cfb0135d2875<br />
ObjectCategory                 : company.com/Configuration/Schema/ms-Exch-Exchange-Server<br />
ObjectClass                    : {top, server, msExchExchangeServer}<br />
WhenChanged                    : 4/13/2009 12:46:00 PM<br />
WhenCreated                    : 4/13/2009 10:07:00 AM<br />
</code></p>
<p>You should notice here that our AutoDiscoverServiceInternalUri points to our external dns name for Outlook Web Access. This is our problem. This should be the internal dns name for our client access server.  Here is the command to set it to what we want.</p>
<p><code>[PS] C:\Windows\System32>Set-ClientAccessServer -Identity "EXCH04" -AutodiscoverServiceInternalURI "https://exch04<br />
.company.com/Autodiscover/Autodiscover.xml"<br />
[PS] C:\Windows\System32></code></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/&amp;title=Outlook+2007+Logon+Prompt+on+Exchange+2007" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to digg"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to digg" alt="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Outlook+2007+Logon+Prompt+on+Exchange+2007&amp;url=http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/&amp;version=0.7" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Feed Me Links"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Feed Me Links" alt="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/&amp;title=Outlook+2007+Logon+Prompt+on+Exchange+2007" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Stumble Upon"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Stumble Upon" alt="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/&amp;title=Outlook+2007+Logon+Prompt+on+Exchange+2007" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Google Bookmarks"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Google Bookmarks" alt="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Outlook+2007+Logon+Prompt+on+Exchange+2007&amp;url=http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to SlashDot"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to SlashDot" alt="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/&amp;t=Outlook+2007+Logon+Prompt+on+Exchange+2007" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to FaceBook"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to FaceBook" alt="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Twitter"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Twitter" alt="Add 'Outlook 2007 Logon Prompt on Exchange 2007' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thesystemsengineer.com/technical/outlook-2007-logon-prompt-on-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Enterprise Agreement SQL 2005 Install Gotcha!</title>
		<link>http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/</link>
		<comments>http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 04:20:17 +0000</pubDate>
		<dc:creator>Trace</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[enterprise agreement]]></category>
		<category><![CDATA[error 1603]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql 2005]]></category>

		<guid isPermaLink="false">http://www.thesystemsengineer.com/?p=12</guid>
		<description><![CDATA[If you have an Enterprise Agreement or Volume License from Microsoft you may wish to bookmark this one. When downloading SQL 2005 Standard or Express you have 2 iso&#8217;s to download. One has a #1 in the name and the other #2 in the name. Grab them both. The first is the servers install and [...]]]></description>
			<content:encoded><![CDATA[<p><!-- WSA: ad in context inpost-banner not shown: too many ads --></p>
<p>If you have an Enterprise Agreement or Volume License from Microsoft you may wish to bookmark this one. When downloading SQL 2005 Standard or Express you have 2 iso&#8217;s to download. One has a #1 in the name and the other #2 in the name. Grab them both. The first is the servers install and the second is the tools. If you happen to only get the first, you will soon learn you cannot install the management consoles and other client connectivity options. Oh sure the setup will allow you to select them. You&#8217;ll even get the installation to kick off and run a bit. But rest assured by the time you get back from lunch your install will have failed. You&#8217;ll see a message like:</p>
<ul>
There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.
</ul>
<p>You can go and double check your logs to make sure it is the same issue. Check the logs here:</p>
<ul>
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files
</ul>
<p>If it turns out to be the same issue you should see something like the following:<br />
<code><br />
Running: InstallToolsAction.10 at: 2006/4/8 16:46:2<br />
Error: Action "InstallToolsAction.10" threw an exception during execution. Error information reported during run:<br />
Target collection includes the local machine.<br />
Fatal Exception caught while installing package: "10"<br />
Error Code: 0x80070002 (2)<br />
Windows Error Text: The system cannot find the file specified. Source File Name: sqlchaining\sqlprereqpackagemutator.cpp<br />
Compiler Timestamp: Tue Aug 9 01:14:20 2005<br />
Function Name: sqls::SqlPreReqPackageMutator::modifyRequest<br />
Source Line Number: 196<br />
---- Context -----------------------------------------------<br />
sqls::InstallPackageAction::perform<br />
WinException caught while installing package. : 1603<br />
Error Code: 0x80070643 (1603)<br />
Windows Error Text: Fatal error during installation. Source File Name: packageengine\installpackageaction.cpp<br />
Compiler Timestamp: Fri Jul 1 01:28:25 2005<br />
Function Name: sqls::InstallPackageAction::perform<br />
Source Line Number: 167<br />
---- Context -----------------------------------------------<br />
sqls::InstallPackageAction::perform<br />
</code></p>
<p>If everything checks out this far then here is how to fix it. You need #1 and #2 iso&#8217;s. Extract #1 to *:\sql2005\servers. Then extract #2 to *:\sql2005\tools. Now rerun your setup from the servers directory. Now when you select to install servers and client components etc it will successfully install.</p>
<p><a href="http://support.microsoft.com/kb/916760/en-us">Source I used to fix my problem the first time.</a></p>
<p>http://support.microsoft.com/kb/916760/en-us</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/&amp;title=Microsoft+Enterprise+Agreement+SQL+2005+Install+Gotcha%21" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to digg"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to digg" alt="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Microsoft+Enterprise+Agreement+SQL+2005+Install+Gotcha%21&amp;url=http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/&amp;version=0.7" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Feed Me Links"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Feed Me Links" alt="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/&amp;title=Microsoft+Enterprise+Agreement+SQL+2005+Install+Gotcha%21" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Stumble Upon"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Stumble Upon" alt="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/&amp;title=Microsoft+Enterprise+Agreement+SQL+2005+Install+Gotcha%21" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Google Bookmarks"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Google Bookmarks" alt="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Microsoft+Enterprise+Agreement+SQL+2005+Install+Gotcha%21&amp;url=http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to SlashDot"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to SlashDot" alt="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/&amp;t=Microsoft+Enterprise+Agreement+SQL+2005+Install+Gotcha%21" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to FaceBook"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to FaceBook" alt="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Twitter"><img src="http://www.thesystemsengineer.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Twitter" alt="Add 'Microsoft Enterprise Agreement SQL 2005 Install Gotcha!' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thesystemsengineer.com/technical/microsoft-enterprise-agreement-sql-2005-install-gotcha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

