<?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>microsoftNOW &#187; error</title>
	<atom:link href="http://www.microsoftnow.com/tag/error/feed" rel="self" type="application/rss+xml" />
	<link>http://www.microsoftnow.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 05:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>&#8220;RPC Server Unavailable&#8221; error while requesting IP-HTTPS certificate on UAG</title>
		<link>http://www.microsoftnow.com/2011/01/rpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html</link>
		<comments>http://www.microsoftnow.com/2011/01/rpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html#comments</comments>
		<pubDate>Sun, 09 Jan 2011 17:30:06 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DirectAccess]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[Threat Management Gateway]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/?p=2760</guid>
		<description><![CDATA[If your enabling DirectAccess on Forefront Unified Gateway in a lab, and you try to request an IP-HTTPS certificate for the UAG machine from your Enterprise CA, you might run into the following error: “RPC Server Unavailable 0x800706ba” This is because Forefront Unified Access Gateway is already installed on the machine, and TMG (Threat Management [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2011%252F01%252Frpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FeQOb4A%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%26ldquo%3BRPC%20Server%20Unavailable%26rdquo%3B%20error%20while%20requesting%20IP-HTTPS%20certificate%20on%20UAG%22%20%7D);"></div>
<p>If your enabling DirectAccess on Forefront Unified Gateway in a lab, and you try to request an IP-HTTPS certificate for the UAG machine from your Enterprise CA, you might run into the following error:</p>
<p><strong>“RPC Server Unavailable 0x800706ba”</strong></p>
<p>This is because Forefront Unified Access Gateway is already installed on the machine, and TMG (Threat Management Gateway) is blocking DCOM/RPC traffic that is required to request a certificate using the MMC snap-in.</p>
<p>To avoid this issue, Tom Shinder’s <a href="http://download.microsoft.com/download/D/1/8/D182038F-B0C1-4B60-9E75-8C7E56754BA5/TestLabGuide_DemonstrateUAG-DA-SP1-RC.docx">documentation</a> suggests that you request the IP-HTTPS certificate before you install UAG. </p>
<p>However, if you have already installed UAG, follow these steps to request and install the IP-HTTPS certificate:</p>
<p>1. Open Notepad, and paste the following code to make the INF file for the request. The only text that may need to be changed are in red.</p>
<p><font face="Courier New">[Version]      <br />Signature=&quot;$Windows NT$&quot;</font></p>
<p><font face="Courier New">[NewRequest]      <br />Subject = &quot;<font color="#ff0000">CN=uag1.contoso.com</font>&quot; ; <em>(</em><font face="Georgia"><em>Replace the subject name with the external FQDN of your UAG server)</em>        <br /></font>Exportable = FALSE      <br />KeyLength = 2048      <br />KeySpec = 1      <br />KeyUsage = 0xA0      <br />MachineKeySet = True       <br />ProviderName = &quot;Microsoft RSA SChannel Cryptographic Provider&quot;      <br />ProviderType = 12      <br />SMIME = FALSE      <br />RequestType = CMC</font></p>
<p><font face="Courier New">[Strings]     <br />szOID_ENHANCED_KEY_USAGE = &quot;2.5.29.37&quot;       <br />szOID_PKIX_KP_SERVER_AUTH = &quot;1.3.6.1.5.5.7.3.1&quot;      <br />[Extensions]       <br />%szOID_ENHANCED_KEY_USAGE% = &quot;{text}%szOID_PKIX_KP_SERVER_AUTH%&quot;</font></p>
<p><font face="Courier New">[RequestAttributes]     <br />CertificateTemplate = <font color="#ff0000">WebServer2008</font></font></p>
<p>Replace WebServer2008 with the name of your IP-HTTPS certificate template.</p>
<p>1. Run Command Prompt as Administrator</p>
<p>2. Convert the INF file to a request file (.req)   <br /><font face="Courier New">certreq&#160; –new&#160; ip-https.inf&#160; ip-https.req</font></p>
<p>3. Copy the request file to your CA server (or any server that has unrestricted access to the CA machine)   </p>
<p>4. Go to the CA server, open Command Prompt as Administrator</p>
<p>5. Submit the REQ file to the CA   <br /><font face="Courier New">certreq&#160; –submit&#160; IP-HTTPS.req</font></p>
<p>6. Choose the CA in the popup window.</p>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2011/01/select-CA.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="select-CA" border="0" alt="select-CA" src="http://www.microsoftnow.com/wp-content/uploads/2011/01/select-CA_thumb.png" width="398" height="247" /></a></p>
<p>7. Save the file as IP-HTTPS.CER when prompted.</p>
<p>10. Copy the IP-HTTPS.CER file back to the UAG machine.</p>
<p>11. On the UAG machine, open the Command prompt as Administrator</p>
<p>12. Type:    <br /><font face="Courier New">certreq&#160; –accept&#160; IP-HTTPS.cer</font></p>
<p>This will add the certificate to the local store.</p>
<p>13. <em>(optional) </em>Open the Certificates MMC for Local Computer. Open Properties for the uag1.contoso.com certificate. Give a Friendly Name “IP-HTTPS Certificate” and click OK.</p>
<p>If you’re looking to test DirectAccess scenarios, I highly recommend that you check out Dr. Tom Shinder’s <a href="http://social.technet.microsoft.com/wiki/contents/articles/test-lab-guides.aspx">test lab guides</a> published on the Microsoft website.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2011/01/rpc-server-unavailable-error-while-requesting-ip-https-certificate-on-uag.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enabling SSO with RemoteApp on UAG</title>
		<link>http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html</link>
		<comments>http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:47:03 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[RemoteApp]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html</guid>
		<description><![CDATA[If you are publishing RemoteApp or Remote Desktop Services on Forefront Unified Access Gateway 2010, and have enabled Single Sign On (SSO) on the RDS application in UAG, you might find that UAG tries to perform user logon on the published server using computername\username instead of domain\username. I’ve researched this issue and found that there’s [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Fenabling-sso-with-remoteapp-on-uag.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Enabling%20SSO%20with%20RemoteApp%20on%20UAG%22%20%7D);"></div>
<p>If you are publishing RemoteApp or Remote Desktop Services on Forefront Unified Access Gateway 2010, and have enabled Single Sign On (SSO) on the RDS application in UAG, you might find that UAG tries to perform user logon on the published server using <strong><em>computername\username</em></strong> instead of <strong><em>domain\username</em></strong>.</p>
<p>I’ve researched this issue and found that there’s nothing I can do about it, at least at the time of writing this, as it is listed as a <a href="http://technet.microsoft.com/en-us/library/dd772157.aspx#BKMK_DA">known issue</a> in UAG.</p>
<p><strong>Workaround</strong></p>
<p>A workaround would be to ask users to log in using “<strong><em>domainname\username</em></strong>” while logging on to the UAG portal instead of just “<strong><em>username</em></strong>”. </p>
<p>Just a thought &#8211; you might be able to automate the appending of “<strong><em>domainname\</em></strong>” to the username string by customizing the UAG login page code, although I haven’t attempted it. </p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/enabling-sso-with-remoteapp-on-uag.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Failed to enumerate domains&#8221; error while configuring File Access in UAG</title>
		<link>http://www.microsoftnow.com/2010/02/failed-to-enumerate-domains-error-while-configuring-file-access-in-uag.html</link>
		<comments>http://www.microsoftnow.com/2010/02/failed-to-enumerate-domains-error-while-configuring-file-access-in-uag.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:55:15 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[File servers]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/failed-to-enumerate-domains-error-while-configuring-file-access-in-uag.html</guid>
		<description><![CDATA[If you’re trying to enable File Access in Microsoft Forefront Unified Access Gateway 2010, you might encounter the following error when you try to configure “File Access” from “Admin” menu. Failed to enumerate domains Please Check your permissions Before we troubleshoot this problem, it’s important to understand how the File Access feature in UAG works. [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Ffailed-to-enumerate-domains-error-while-configuring-file-access-in-uag.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%26%238220%3BFailed%20to%20enumerate%20domains%26%238221%3B%20error%20while%20configuring%20File%20Access%20in%20UAG%22%20%7D);"></div>
<p>If you’re trying to enable File Access in Microsoft Forefront Unified Access Gateway 2010, you might encounter the following error when you try to configure “File Access” from “Admin” menu.</p>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb5.png" width="516" height="197" /></a> </p>
<p><strong>Failed to enumerate domains      <br />Please Check your permissions</strong></p>
<p>Before we troubleshoot this problem, it’s important to understand how the File Access feature in UAG works. The File Access feature is dependent on the Computer Browser service. The Computer Browser service, as we all know, is used when we try to browse the network using “Network Neighborhood”, “My Network Places” or “Network”.</p>
<p>If the file servers are members of a domain, UAG computer has to be a member on that domain, or on a domain that has trust relationship with that domain.</p>
<p>To fix this error,</p>
<ol>
<li>Make sure that Network Discovery is enabled on the Internal network connection. </li>
<li>Open Start &gt; Admin Tools &gt; Services. </li>
<li>Make sure the Computer Browser service is not disabled. </li>
<li>Make sure the Computer Browser service is set to Automatic and started. </li>
<li>Open “Network” on the UAG computer, and see if you can browse other computers on the internal network. If not, troubleshoot accordingly. Once you are able to browse the other computers, then UAG File Access will also work. </li>
</ol>
<p>If you’re still facing problems, </p>
<ul>
<li>take a look at the <a href="http://technet.microsoft.com/en-us/library/dd897154.aspx">steps</a> needed in mixed-mode domain environments. </li>
<li>if there is a firewall between UAG and the file servers, look at <a href="http://support.microsoft.com/default.aspx/kb/832017">this article</a> </li>
</ul>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image7.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb6.png" width="407" height="203" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/failed-to-enumerate-domains-error-while-configuring-file-access-in-uag.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>UAG error: &#8220;A timeout occurred. The 6to4 network interface cannot be enabled&#8221;</title>
		<link>http://www.microsoftnow.com/2010/02/uag-error-a-timeout-occurred-the-6to4-network-interface-cannot-be-enabled.html</link>
		<comments>http://www.microsoftnow.com/2010/02/uag-error-a-timeout-occurred-the-6to4-network-interface-cannot-be-enabled.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 06:51:56 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/uag-error-a-timeout-occurred-the-6to4-network-interface-cannot-be-enabled.html</guid>
		<description><![CDATA[I was trying to configure DirectAccess on UAG in a test environment, and kept getting the above error whenever I tried to activate my configuration. The solution is simple. UAG needs two consecutive public IP addresses assigned on the external network interface. In a test environment, you would sometimes use a private IP range like [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Fuag-error-a-timeout-occurred-the-6to4-network-interface-cannot-be-enabled.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22UAG%20error%3A%20%26%238220%3BA%20timeout%20occurred.%20The%206to4%20network%20interface%20cannot%20be%20enabled%26%238221%3B%22%20%7D);"></div>
<p>I was trying to configure DirectAccess on UAG in a test environment, and kept getting the above error whenever I tried to activate my configuration.</p>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb3.png" width="590" height="57" /></a></p>
<p>The solution is simple. UAG needs two consecutive <strong>public</strong> IP addresses assigned on the external network interface. In a test environment, you would sometimes use a private IP range like 10.0.0.0 or 192.168.0.0 for the external interface, which is not supported. Also note, the UAG DirectAccess server cannot be behind a NAT.</p>
<p>Change the IP address on the external interface to a public IP address, and the error will go away! <img src='http://www.microsoftnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/uag-error-a-timeout-occurred-the-6to4-network-interface-cannot-be-enabled.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ExTRA crashes when you try to restore a mailbox</title>
		<link>http://www.microsoftnow.com/2009/01/extra-crashes-when-you-try-to-restore.html</link>
		<comments>http://www.microsoftnow.com/2009/01/extra-crashes-when-you-try-to-restore.html#comments</comments>
		<pubDate>Mon, 26 Jan 2009 06:24:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup and recovery]]></category>
		<category><![CDATA[BPA]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[Mailbox Server role]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2009/01/extra-crashes-when-you-try-to-restore-a-mailbox.html</guid>
		<description><![CDATA[January 26, 2009 On Exchange Server 2007 SP1, Exchange Troubleshooting Agent hangs/crashes after you mount the database in the recovery storage group and begin the actual ‘merge or copy mailbox’ process with the following (or similar) crash information: Problem signature: &#160; Problem Event Name:&#160;&#160;&#160;&#160;&#160; APPCRASH &#160; Application Name:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ExTRA.exe &#160; Application Version:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 8.1.240.3 &#160; Application [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2009%252F01%252Fextra-crashes-when-you-try-to-restore.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22ExTRA%20crashes%20when%20you%20try%20to%20restore%20a%20mailbox%22%20%7D);"></div>
<p><font color="#c0c0c0">January 26, 2009</font></p>
<p>On Exchange Server 2007 SP1, Exchange Troubleshooting Agent hangs/crashes after you mount the database in the recovery storage group and begin the actual ‘merge or copy mailbox’ process with the following (or similar) crash information:</p>
<p><font face="Courier New" size="2">Problem signature:      <br />&#160; Problem Event Name:&#160;&#160;&#160;&#160;&#160; APPCRASH</font></p>
<p><font face="Courier New" size="2">&#160; Application Name:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ExTRA.exe      <br />&#160; Application Version:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 8.1.240.3       <br />&#160; Application Timestamp:&#160;&#160;&#160;&#160;&#160;&#160; 47342a91       <br />&#160; Fault Module Name:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; migbase.dll       <br />&#160; Fault Module Version:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 8.1.240.5       <br />&#160; Fault Module Timestamp:&#160;&#160;&#160;&#160;&#160; 47427ba1       <br />&#160; Exception Code:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; c0000005       <br />&#160; Exception Offset:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 000000000006741e       <br />&#160; OS Version:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 6.0.6001.2.1.0.274.10       <br />&#160; Locale ID:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1033       <br />Operating System: Windows 2008 Server       <br />Time Zone: (GMT+04:00) Abu Dhabi, Muscat       <br />Alternate Language: en-US       <br />Support topic(s): Tools/ExTRA</font></p>
<p>The solution would be to install <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=652ED33A-11A1-459C-8FFE-90B9CBFE7903">Rollup Update 5 on Exchange Server 2007 SP1</a>.</p>
<p>***Lighten your load. Store, Backup and Access Important Files Online using ElephantDrive &#8211; <a href="http://www.dpbolvw.net/click-3767862-10565309" target="_blank">Free Trial.</a>***<img src="http://www.ftjcfx.com/image-3767862-10565309" width="1" height="1" border="0"/></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2009/01/extra-crashes-when-you-try-to-restore.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAS running an &#039;older version&#039; of Exchange?</title>
		<link>http://www.microsoftnow.com/2008/11/cas-running-version-of-exchange.html</link>
		<comments>http://www.microsoftnow.com/2008/11/cas-running-version-of-exchange.html#comments</comments>
		<pubDate>Sat, 22 Nov 2008 18:18:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Client Access Server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/11/cas-running-an-older-version-of-exchange.html</guid>
		<description><![CDATA[Outlook Web Access is not currently available for the user mailbox that you are trying to access. If the problem continues, contact technical support for your organization and tell them the following: The Microsoft Exchange Client Access server that is proxying the Outlook Web Access requests is running an older version of Microsoft Exchange than [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F11%252Fcas-running-version-of-exchange.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22CAS%20running%20an%20%26%23039%3Bolder%20version%26%23039%3B%20of%20Exchange%3F%22%20%7D);"></div>
<p><img src="https://webmail.hct.ac.ae/owa/8.1.291.1/themes/base/error.gif" /> Outlook Web Access is not currently available for the user mailbox that you are trying to access. If the problem continues, contact technical support for your organization and tell them the following: The Microsoft Exchange Client Access server that is proxying the Outlook Web Access requests is running an older version of Microsoft Exchange than the Client Access server in the mailbox Active Directory site. </p>
<hr size="2" />
<p>If you have set up Exchange Server 2007 Client Access Servers in a CAS-CAS Proxy scenario, where the CAS server in the main site is exposed to the internet and the CAS servers in other remote locations depend on the internet-exposed CAS to proxy requests to them, users in the remote site may get the above error when they try to access their mailboxes via Outlook Web Access.</p>
<p>The cause is very simple. The Client Access Server in the remote site may have the latest Update Rollup for Exchange 2007 installed on it, while Client Access Server in the main site is still having an older Update Rollup.</p>
<p>I noticed this problem when the Client Access Server in the main site is running with Update Rollup 3, while the remote site has already got Update Rollup 4 installed.&#160; A quick install of the latest Update Rollup on all servers solved the problem.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/11/cas-running-version-of-exchange.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0xC004F038: The returned count from your Key Management Service is insufficient</title>
		<link>http://www.microsoftnow.com/2008/11/0xc004f038-returned-count-from-your-key.html</link>
		<comments>http://www.microsoftnow.com/2008/11/0xc004f038-returned-count-from-your-key.html#comments</comments>
		<pubDate>Sun, 02 Nov 2008 07:19:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[KMS]]></category>
		<category><![CDATA[software piracy]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/11/0xc004f038-the-returned-count-from-your-key-management-service-is-insufficient.html</guid>
		<description><![CDATA[We have a KMS Server that has been activating Vista clients for several months. A few days ago our desktop team came across the following Windows Activation error on one of the Vista Enterprise machines: Error 0xC004F038 The computer could not be activated. The returned count from your Key Management Service is insufficient. The KB [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F11%252F0xc004f038-returned-count-from-your-key.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%220xC004F038%3A%20The%20returned%20count%20from%20your%20Key%20Management%20Service%20is%20insufficient%22%20%7D);"></div>
<p>We have a KMS Server that has been activating Vista clients for several months. A few days ago our desktop team came across the following Windows Activation error on one of the Vista Enterprise machines:</p>
<p align="center"><a href="http://lh5.ggpht.com/_lSGuEfogrPw/SQ1UcpHN5jI/AAAAAAAAA4k/7evLV5eWJuM/s1600-h/image%5B8%5D.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="194" alt="image" src="http://lh5.ggpht.com/_lSGuEfogrPw/SQ1Udw68rsI/AAAAAAAAA4o/KkgDMsWKsqY/image_thumb%5B4%5D.png?imgmax=800" width="471" border="0" /></a> </p>
<p><strong>Error 0xC004F038 The computer could not be activated. The returned count from your Key Management Service is insufficient.</strong></p>
<p>The <a href="http://support.microsoft.com/kb/942961">KB Article 942961</a>, which describes this error message, did not apply to us, because our KMS count is more than 25 and the article suggests that this problem only happens when the count is lesser than 25. </p>
<p>We resolved the issue by re-arming the Windows Activation on the client machine and then trying to do an automatic activation after a restart. Here&#8217;s how we did it:</p>
<ul>
<li>On the offending Vista Enterprise client, type:     <br /><strong>slmgr.vbs -rearm</strong>      </li>
<li>After a restart, type the following command on the same machine:     <br /><strong>slmgr.vbs -ato</strong></li>
</ul>
<p>The -rearm switch &quot;re-arms&quot; or &quot;resets&quot; the Windows Activation on the client machine. This can be done a maximum of three times per Windows Vista installation. The re-arming also extends the grace period, so it is particularly useful if you are looking for a temporary fix to buy some time while you sort out KMS issues.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/11/0xc004f038-returned-count-from-your-key.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems logging in to new Exchange Server 2007 mailboxes via OWA</title>
		<link>http://www.microsoftnow.com/2008/10/problems-logging-in-to-new-exchange.html</link>
		<comments>http://www.microsoftnow.com/2008/10/problems-logging-in-to-new-exchange.html#comments</comments>
		<pubDate>Sun, 19 Oct 2008 08:09:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/10/problems-logging-in-to-new-exchange-server-2007-mailboxes-via-owa.html</guid>
		<description><![CDATA[Sometimes users may face problems logging in to new mailboxes created or moved in to Exchange Server 2007 when they use Outlook Web Access. Users may get error messages like the one below (abridged): Request Url: https://webmail.company.com:443/owa/lang.owa User host address: 192.168.x.x Exception Exception type: Microsoft.Exchange.Data.Storage.StoragePermanentException Exception message: There was a problem accessing Active Directory. Call [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F10%252Fproblems-logging-in-to-new-exchange.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Problems%20logging%20in%20to%20new%20Exchange%20Server%202007%20mailboxes%20via%20OWA%22%20%7D);"></div>
<p>Sometimes users may face problems logging in to new mailboxes created or moved in to Exchange Server 2007 when they use Outlook Web Access. Users may get error messages like the one below (abridged):</p>
<p>Request Url: <a href="https://webmail.company.com:443/owa/lang.owa">https://webmail.company.com:443/owa/lang.owa</a>    <br />User host address: 192.168.x.x</p>
<p>Exception   <br /><strong>Exception type: Microsoft.Exchange.Data.Storage.StoragePermanentException     <br />Exception message: There was a problem accessing Active Directory.</strong></p>
<p>Call stack   <br />Microsoft.Exchange.Data.Storage.ExchangePrincipal.Save()     <br />Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.DispatchLanguagePostLocally(OwaContext owaContext, OwaIdentity logonIdentity, CultureInfo culture, String timeZoneKeyName, Boolean isOptimized)     <br />Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.DispatchLanguagePostRequest(OwaContext owaContext)     <br />Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.PrepareRequestWithoutSession(OwaContext owaContext, UserContextCookie userContextCookie)     <br />Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.InternalDispatchRequest(OwaContext owaContext)     <br />Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.DispatchRequest(OwaContext owaContext)     <br />System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     <br />System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)</p>
<p>Inner Exception   <br />Exception type: Microsoft.Exchange.Data.Directory.ADOperationException    <br /><strong>Exception message: Active Directory operation failed on cs-ad-03.ad.hct.ac.ae. This error is not retriable. Additional information: Insufficient access rights to perform the operation. Active directory response: 00002098: SecErr: DSID-03150A45, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0</strong>     <br />&#8230;</p>
<p>Here are some of the things that you may want to try out when you face this kind of a problem:</p>
<ul>
<li>Make sure that the user object is inheriting permissions from the parent object. To do this, </li>
<ul>
<li>Open ADUC.</li>
<li><strong>View &gt; Advanced features</strong></li>
<li>Right click on the user choose <strong>Properties</strong>.</li>
<li>On <strong>Security tab</strong> click Advanced</li>
<li>Make sure that this object inherits permissions from parent object is checked.</li>
<li>Click OK</li>
</ul>
<li>Try running the following Exchange Management Shell cmdlet:     <br /><strong>Set-Mailbox &quot;username&quot; -ApplyMandatoryProperties</strong></li>
<li>Make sure <strong>SELF </strong>has permissions on the user account and the user mailbox.</li>
<li>Make sure that there are no connectivity problems between Exchange Server and Active Directory. Also make sure that a GC is available.</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/10/problems-logging-in-to-new-exchange.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPM 2007 error 31008 when creating Protection Group</title>
		<link>http://www.microsoftnow.com/2008/07/dpm-2007-error-31008-when-creating.html</link>
		<comments>http://www.microsoftnow.com/2008/07/dpm-2007-error-31008-when-creating.html#comments</comments>
		<pubDate>Tue, 01 Jul 2008 13:58:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Data Protection Manager 2007]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/07/dpm-2007-error-31008-when-creating-protection-group.html</guid>
		<description><![CDATA[I was trying to create a protection group in System Center Data Protection Manager 2007 to protect SharePoint Server 2007. I followed the protected computer prerequisites documentation and made sure the following were done: Installed KB940349 on the SharePoint front end server. Installed KB941422 &#8211; Update for WSUS 3.0. After installing this KB, I had [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F07%252Fdpm-2007-error-31008-when-creating.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22DPM%202007%20error%2031008%20when%20creating%20Protection%20Group%22%20%7D);"></div>
<p>I was trying to create a protection group in System Center Data Protection Manager 2007 to protect SharePoint Server 2007.</p>
<p>I followed the <a href="http://technet.microsoft.com/en-us/library/bb808827.aspx" target="_blank">protected computer prerequisites documentation</a> and made sure the following were done:</p>
<ol>
<li>Installed <a href="http://support.microsoft.com/kb/940349" target="_blank">KB940349</a> on the SharePoint front end server. </li>
<li>Installed <a href="http://go.microsoft.com/fwlink/?LinkId=100392" target="_blank">KB941422</a> &#8211; Update for WSUS 3.0. After installing this KB, I had to run the SharePoint Configuration Wizard. </li>
<li>Start the VSS Writer service on the WSS server as per <a href="http://go.microsoft.com/fwlink/?LinkId=100247" target="_blank">this article</a>. </li>
<li>Make sure the back end SQL Servers are running SQL Server 2005 with Service Pack 2. </li>
</ol>
<p>I followed all these steps as per the <a href="http://technet.microsoft.com/en-us/library/bb808827.aspx">prerequisites document</a>. However, I still got the following error:</p>
<p><a href="http://lh6.ggpht.com/shijaz.a/SGpu-7L0ZPI/AAAAAAAAAwI/_uhYjMAZGmo/s1600-h/image%5B11%5D.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="421" alt="image" src="http://lh3.ggpht.com/shijaz.a/SGpvGRc3rpI/AAAAAAAAAwM/uShYVLbWGUo/image_thumb%5B7%5D.png?imgmax=800" width="534" border="0" /></a> </p>
<blockquote><p>This item cannot be protected because some prerequisite software is missing. Ensure that all prerequisite software is installed and then protect this item (ID: 31008). Click Help to view the list of prerequisite software for the selected item.</p>
</blockquote>
<p>The problem was solved when <a href="http://support.microsoft.com/kb/940349" target="_blank">KB940349</a> was installed on the backend SQL Server as well. All servers were restarted after installing this update. Then I went to the <strong>Management</strong> tab on the DPM 2007 console and selected <strong>Refresh Information</strong> from the <strong>Actions</strong> pane.</p>
<p>On returning to the <strong>Create Protection Group</strong> wizard, the error was gone.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/07/dpm-2007-error-31008-when-creating.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Address Book Synchronization error on Office Communicator 2007</title>
		<link>http://www.microsoftnow.com/2008/05/address-book-synchronization-error-on.html</link>
		<comments>http://www.microsoftnow.com/2008/05/address-book-synchronization-error-on.html#comments</comments>
		<pubDate>Wed, 21 May 2008 07:19:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Address Lists]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Office Communications Server 2007]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/05/address-book-synchronization-error-on-office-communicator-2007.html</guid>
		<description><![CDATA[online advertising After installing the Office Communications Server 2007 (OCS), if your users get an Address book synchronization error, it is probably because they are not able to access the Address Book shared folder that you created during the OCS setup. Make sure you have verified the configuration as per KB938286. On the client machine, [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F05%252Faddress-book-synchronization-error-on.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Address%20Book%20Synchronization%20error%20on%20Office%20Communicator%202007%22%20%7D);"></div>
<p><!-- Begin BidVertiser code --><br /><script LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=286665&#038;bid=701074" type="text/javascript"></script><br /><noscript><a href="http://www.bidvertiser.com">online advertising</a></noscript><br /><!-- End BidVertiser code --> <a href="http://lh3.ggpht.com/shijaz.a/SDPM2YSm8kI/AAAAAAAAAvI/-X1vtggFS_o/image%5B9%5D.png?imgmax=800"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="35" alt="image" src="http://lh5.ggpht.com/shijaz.a/SDPM34Sm8lI/AAAAAAAAAvQ/5JgkW0A12Ak/image_thumb%5B3%5D.png?imgmax=800" width="111" align="right" border="0" /></a>
<p>After installing the Office Communications Server 2007 (OCS), if your users get an Address book synchronization error, it is probably because they are not able to access the Address Book shared folder that you created during the OCS setup. </p>
<p>Make sure you have verified the configuration as per <a href="http://support.microsoft.com/kb/938286">KB938286</a>.</p>
<p>On the client machine, try to browse the location <strong>https://&lt;OCS POOL FQDN&gt;/Abs/Int/Handler</strong>. Take care to use the OCS <strong><u>Pool</u></strong> FQDN and not the server FQDN or IP address. Make sure that your browser does not report any certificate errors. If it does, then you need to sort out the problem.</p>
<ol>
<li>If the root CA certificate is not installed on the client machine, install it. </li>
<li>If the common name of the certificate is not the OCS server FQDN, you need to re-issue the certificate so that it contains your OCS Pool FQDN. This can be done by running OCS Setup and selecting the option to issue a certificate. Make sure you apply the certificate. </li>
</ol>
<p>Once you have ironed out all the certificate errors, you should no longer get any certificate errors on IE when you navigate to the above URL. Sign out and sign in to Communicator 2007. You should be able to search the Address Book and the exclamation mark on the OCS icon should vanish.</p>
<p>   <!-- Begin BidVertiser code --><br /><script LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=286665&#038;bid=701074" type="text/javascript"></script><br /><noscript><a href="http://www.bidvertiser.com">online advertising</a></noscript><br /><!-- End BidVertiser code --></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/05/address-book-synchronization-error-on.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

