<?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>Email management, storage and security for business email admins &#187; error codes</title>
	<atom:link href="http://www.theemailadmin.com/tag/error-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theemailadmin.com</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 14:00:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Error Code 10 Redux</title>
		<link>http://www.theemailadmin.com/2011/07/error-code-10-redux/</link>
		<comments>http://www.theemailadmin.com/2011/07/error-code-10-redux/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 16:00:58 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4239</guid>
		<description><![CDATA[If you encounter an error 10 that is actually caused by a certificate issue, here's how to fix your cert.<p><a href="http://www.theemailadmin.com/2011/07/error-code-10-redux/">Error Code 10 Redux</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F07%2Ferror-code-10-redux%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F07_2Ferror-code-10-redux_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F07%2Ferror-code-10-redux%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-4176" style="margin: 10px; border: black 0px solid;" src="http://www.theemailadmin.com/wp-content/uploads/2011/06/outlook.jpg" alt="outlook" width="136" height="133" />A few months ago I wrote <a href="http://www.theemailadmin.com/2011/05/how-to-fix-error-code-10/">this article</a> about troubleshooting Outlook when it throws an Error 10. Having run into it again, and realizing that my previous article didn’t go into the details when there really is a mismatch between the name(s) on the certificate and how your client is configured, I thought this would be a great topic to cover in this week’s post.<span id="more-4239"></span></p>
<p>In this situation, you configure Outlook to connect using RPC over HTTPS and at launch, you get an error that states:</p>
<blockquote>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-4240" style="margin: 10px; border: black 0px solid;" src="http://www.theemailadmin.com/wp-content/uploads/2011/07/error10.PNG" alt="error10" width="485" height="222" />There is a problem with the proxy server’s security certificate. The name on the security certificate is invalid or does not match the name of the target site.</p>
<p style="text-align: center;">Outlook is unable to connect to the proxy server. (Error Code 10)</p>
</blockquote>
<p> </p>
<p>If you launch your browser and go to visit your OWA site, you may also get a certificate warning that the name does not match. If you used the steps cover in <a href="http://www.theemailadmin.com/2010/10/the-exchange-certificate-wizard-pki-made-easy/">this post on the Exchange Certificate Wizard</a>, you may still run into this error if two conditions exist:</p>
<ol>
<li>Your CA (especially if you are running your own internally) does not support Subject Alternate Names</li>
<li>The first SAN in your certificate does not match the CN of your certificate.</li>
</ol>
<p>If you are running your own CA, make sure that it supports the SAN attribute for certificates. It can process requests that include SANs, and issue certificates, but without the SAN attributes. To check and to fix this, open an administrative command prompt on your CA and run this command.</p>
<pre>certutil -getreg policy\EditFlags</pre>
<p>Look at the output and confirm that it lists EDITF_ATTRIBUTESUBJECTALTNAME2. If it does not, run this command, and then restart Certificate Services.</p>
<pre>certutil -setreg policy\EditFlags
+EDITF_ATTRIBUTESUBJECTALTNAME2</pre>
<p>Now you can request a certificate with the complete list of SANs you require. When you create your request, you want to have the CN match the FQDN that you will use when configuring clients. You want that same FQDN to appear first in the list of all SANs that you may configure on this certificate. Using an FQDN in the CN and listing it first in the SAN list not only eliminates the error 10 issue on Outlook clients, but it also makes sure that you can use this certificate for POP and IMAP over SSL, both of which require a FQDN (not a hostname.)</p>
<p>If you want to create your CSR by hand instead of running the <a href="http://www.theemailadmin.com/2010/10/the-exchange-certificate-wizard-pki-made-easy/">Exchange Certificate Wizard</a>:</p>
<p>1. create a csr.inf file with the following contents.</p>
<pre>[NewRequest]
Subject="CN=host.example.com,OU=something,O=somethingelse,
L=YourCity,S=YourStateorProvince,C=yourCountry2lettercode"
Exportable=TRUE
KeyLength=2048
MachineKeySet=TRUE
FriendlyName="Exchange cert"
KeySpec=1

[EnhancedKeyUsageExtension]
OID=1.3.6.1.5.5.7.3.1

[RequestAttributes]
CertificateTemplate=WebServer
SAN="dns=host.example.com&amp;dns=host&amp;dns=alternate
FQDN&amp;dns=alternate2FQDN"</pre>
<p>Make sure you replace all the obvious values above, and also make sure if you copy/paste, all your double quotes are straight double quotes and not smart quotes.</p>
<p>2. Now run the command</p>
<pre>certreq -new csr.inf cert.req [enter]</pre>
<p>3. <span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height: 19px">Use the cert.req file to submit the request to your CA and issue the certificate. Save it as cert.cer.</span></p>
<p><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height: 19px">4. Copy the issued certificate back to your Exchange server.</span></p>
<p><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height: 19px">5. Run the command</span></p>
<pre>certreq –accept cert.cer [enter]</pre>
<p>6. <span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height: 19px">Launch the Exhange Management Console, browse down to Server Configuration, and you will see the certificates on your server.</span></p>
<p><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height: 19px">7. Right-click the new certificate and assign the services you want to use to it.</span></p>
<p><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height: 19px">8. I usually reboot the server at this point, but you can just restart the Exchange Transport Service and run an iisreset if you prefer.</span></p>
<p>Now test your Outlook client again and all should be well. If you still get the error, first, make certain that Outlook closes before relaunching. Then go ahead and reboot the Exchange server to be sure. There&#8217;s a reason I usually reboot the server after all.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/07/error-code-10-redux/">Error Code 10 Redux</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/07/error-code-10-redux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Fix Error Code 10</title>
		<link>http://www.theemailadmin.com/2011/05/how-to-fix-error-code-10/</link>
		<comments>http://www.theemailadmin.com/2011/05/how-to-fix-error-code-10/#comments</comments>
		<pubDate>Thu, 19 May 2011 12:20:13 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4037</guid>
		<description><![CDATA[How to fix error code 10, even when it isn't really a certificate issue!<p><a href="http://www.theemailadmin.com/2011/05/how-to-fix-error-code-10/">How to Fix Error Code 10</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F05%2Fhow-to-fix-error-code-10%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F05_2Fhow-to-fix-error-code-10_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F05%2Fhow-to-fix-error-code-10%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-4038" style="margin: 10px; border: 0px solid black;" src="http://www.theemailadmin.com/wp-content/uploads/2011/05/error-150x150.jpg" alt="error" width="108" height="105" />Usually Exchange&#8217;s error messages are, while concise, informative and tend to point you in the right direction towards resolution, but sometimes an error occurs and the error message generated has little to nothing to do with the actual problem. One such case is with the proxy error 10.</p>
<p>This post will talk about what proxy error 10 usually means and how to fix that, but it will also go over another situation that occurs frequently, causes Outlook to throw the same error, but has little to do with the message.</p>
<p><span id="more-4037"></span>Let&#8217;s talk first about this error message and what it indicates to the user. The text of the error can read as one of the following messages, where %s is a hex string;</p>
<h3>Error message 1</h3>
<p>There is a problem with the proxy server&#8217;s security certificate, %s. Outlook is unable to connect to this server. (%s)</p>
<h3>Error message 2</h3>
<p>There is a problem with the proxy server&#8217;s security certificate, %s. The name on the security certificate is invalid or does not match the name of the site. Outlook is unable to connect to this server. (%s)</p>
<h3>Error message 3</h3>
<p>There is a problem with the proxy server&#8217;s security certificate, %s. The security certificate is not from a trusted certifying authority. Outlook is unable to connect to this server. (%s)&#8221;</p>
<h3>Error message 4</h3>
<p>There is a problem with the proxy server’s security certificate. The name on the security certificate is invalid or does not match the name of the target site <em>%FQDN.</em></p>
<p>These error messages are usually caused by an issue with the certificate, including a name mismatch, an invalid or revoked certificate, or a certificate issued by an untrusted CA. It can also be caused by a mismatch between the FQDN in the account settings on the client, and what is on the certificate. For errors 1 and 2, the %s is a bitmask representing what is wrong with the certificate.</p>
<p>FLAG_CERT_REV_FAILED 0&#215;00000001</p>
<p>FLAG_INVALID_CERT 0&#215;00000002</p>
<p>FLAG_CERT_REVOKED 0&#215;00000004</p>
<p>FLAG_INVALID_CA 0&#215;00000008</p>
<p>FLAG_CERT_CN_INVALID 0&#215;00000010</p>
<p>FLAG_CERT_DATE_INVALID 0&#215;00000020</p>
<p>FLAG_CERT_WRONG_USAGE 0&#215;00000040</p>
<p>FLAG_SECURITY_CHANNEL_ERROR 0&#215;80000000</p>
<p>One way to examine the certificate from the client’s side is to view the certificate being presented by browsing to <a target="_blank" href="https://servername/rpc" onclick="pageTracker._trackPageview('/outgoing/servername/rpc?referer=');">https://servername/rpc</a> and then using the browser to check the certificate. You should be able to tell whether there is a name mismatch (don’t forget that the FQDN might be listed in the Subject Alternate Name (SAN) property,) and whether or not you trust the chain up to the root CA.</p>
<p>Error 4 is a unique one, where the wording in the message might send you on a wild goose chase. Before spending too much time tearing out your hair trying to figure out what is wrong with a perfectly valid certificate, check your Client Access Server to make sure that the Microsoft Exchange Address Book (MSExchangeAB) service is running. If that service has stopped (or is unreachable) then your Outlook 2010 clients will throw the fourth example of Proxy Error 10. Determine and resolve why the service failed or is unreachable, start the service, and have your clients re-launch Outlook.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/05/how-to-fix-error-code-10/">How to Fix Error Code 10</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/05/how-to-fix-error-code-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Exchange Error 5.1.1</title>
		<link>http://www.theemailadmin.com/2010/05/troubleshooting-exchange-error-5-1-1/</link>
		<comments>http://www.theemailadmin.com/2010/05/troubleshooting-exchange-error-5-1-1/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:12:30 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[NDR 5.1.1]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2492</guid>
		<description><![CDATA[Occasionally when a user sends email they may receive a Non Delivery Report (NDR) with error code 5.1.1 from the destination email server such as Microsoft Exchange 2000 and 2003 Server. This is an error message that is indicating that the recipient does not exist on the destination email server. And to add more confusion [...]<p><a href="http://www.theemailadmin.com/2010/05/troubleshooting-exchange-error-5-1-1/">Troubleshooting Exchange Error 5.1.1</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F05%2Ftroubleshooting-exchange-error-5-1-1%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F05_2Ftroubleshooting-exchange-error-5-1-1_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F05%2Ftroubleshooting-exchange-error-5-1-1%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Occasionally when a user sends email they may receive a Non Delivery Report (NDR) with error code 5.1.1 from the destination email server such as Microsoft Exchange 2000 and 2003 Server. This is an error message that is indicating that the recipient does not exist on the destination email server. And to add more confusion to the situation it is possible that the intended recipient of the first unsuccessful email is able to send email to the original sender and that original sender can successfully reply back to what was the original recipient.</p>
<p>If there are problems with delivering email to a recipient then a Non Delivery Report will be sent back to the sender. The NDR message is a subclass of a larger group of delivery status notifications. The delivery status notifications define three types of status:</p>
<ol>
<li>Success (2.X.X numeric codes)</li>
<li>Persistent transient failure (4.X.X numeric codes)</li>
<li>Permanent failures (5.X.X numeric codes)</li>
</ol>
<p>Most NDRs are sent because of failures so those error codes will be of the form 4.X.X or 5.X.X. This implies that the server is able to identify the reason for the failure and so is able to assign an error code which identifies the failure. The NDR which is sent back to the sender of the original email will contain the assigned error code.</p>
<p><span id="more-2492"></span></p>
<p>Here is an example of what an Outlook client might see when they receive the 5.1.1 error message:</p>
<p>Your message did not reach some or all of the intended recipients.</p>
<p>Subject: Original Message<br />
Sent: 3/24/2002 11:40 AM</p>
<p>The following recipient(s) could not be reached:<br />
<a target="_blank" href="mailto:user@domain.com">user@domain.com</a> on 3/24/2002 11:40 AM<br />
The e-mail account does not exist at the organization this message was sent to.<br />
Check the e-mail address, or contact the recipient directly to find out the<br />
correct address.<br />
&lt;server.domain.com #5.1.1&gt;</p>
<p>In this example, the server that is reporting the 5.1.1 error code is listed as “server.domain.com”. It is important to note that sometimes the server that is reporting the problem is not the same as the server that is experiencing the problem.</p>
<p>Another example of the error code is a basic message such as: “511 &#8211; recipient address has invalid format”.</p>
<p>Here is a list of reasons why the 5.1.1 error may be produced:</p>
<ol>
<li>There is no email account on the destination email server’s site for the recipient’s email address. This may happen if the email account was moved from one administrative group to another administrative group. If the recipient email user then replies to an old email during the transition then an old administrative group style LegDN will be used and the NDR will be sent back to the sender. The same result would also happen if the moved user did not recreate their Outlook profile.</li>
<li>Note that if an administrator tries to take a short cut by simply renaming an account in active directory then it will most likely result in NDR messages being created. A workaround would be to put the old legDN in as an x.500 address. This will prevent NDRs from being generated when email is replied to or sent to the old legdn. Note that it is not a Microsoft recommended practice to change the legdn’s.</li>
<li>The email message was sent to obsolete personal address book entries. The email account may once have existed there but has since been removed. The account may no longer exist if the end user has left the company and their account has been deactivated or deleted. It is also possible that the email address used is incorrect.</li>
<li>The categorizer rejected delivery because you configured your SMTP contact with characters that do not meet the requirements of RFC0821.</li>
</ol>
<p>To correct this problem an administrator should verify that the recipient’s email address is formatted correctly and then resend the message. Confirm that the receiver’s email server is able to resolve the recipient’s email address.</p>
<p>If the email was sent to a user internal to the organization within the same domain, then it usually means that the recipient’s email address, as shown in either of the “To”, “Cc”, or “Bcc” fields, does not exist in your organization’s email system. If the email was sent to a user email address external to your company then the recipient’s email address should be verified by contacting administrators responsible for the destination email server site.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/05/troubleshooting-exchange-error-5-1-1/">Troubleshooting Exchange Error 5.1.1</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/05/troubleshooting-exchange-error-5-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 80042109</title>
		<link>http://www.theemailadmin.com/2010/03/troubleshooting-error-code-80042109/</link>
		<comments>http://www.theemailadmin.com/2010/03/troubleshooting-error-code-80042109/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:07:09 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[Outlook 0x80042109]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2217</guid>
		<description><![CDATA[Occasionally sending and receiving emails can pose problems for end users. One of the more serious problems is when users are unable to receive their email messages. A sample error message related to being unable to receive emails is the following: &#8220;Outlook is unable to connect to your outgoing (SMTP) email server&#8221; This error message [...]<p><a href="http://www.theemailadmin.com/2010/03/troubleshooting-error-code-80042109/">Troubleshooting Error Code 80042109</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F03%2Ftroubleshooting-error-code-80042109%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F03_2Ftroubleshooting-error-code-80042109_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F03%2Ftroubleshooting-error-code-80042109%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Occasionally sending and receiving emails can pose problems for end users. One of the more serious problems is when users are unable to receive their email messages.</p>
<p>A sample error message related to being unable to receive emails is the following:</p>
<p>&#8220;Outlook is unable to connect to your outgoing (SMTP) email server&#8221;</p>
<p>This error message can occur if Outlook is trying to retrieve email messages from a Post Office Protocol (POP3) email server. It can also be produced if Outlook is trying to retrieve email messages from a Simple Mail Transfer Protocol (SMTP) email servers.</p>
<p>It is also possible that you may receive the error code 0&#215;80042109 along with the above error message. This can happen if an end user is attempting to send a message via an email server and they are then asked to provide their login credentials. However, if the OK button is clicked again it will only result in another login prompt being displayed. And, instead of selecting the OK button, if the user hits the Cancel button then the following error message is displayed:</p>
<p>Task &#8216;&lt;SMTP server name&gt; &#8211; Sending and Receiving&#8217; reported error (0&#215;80042109): &#8216;Outlook is unable to connect to your outgoing (SMTP) email server. If you continue to receive this message, contact your server administrator or Internet service provider (ISP).&#8217;</p>
<p>A workaround for this problem is to create a new profile for the user account. The current email server is not responding to the existing user’s profile. A new profile will correct this problem.</p>
<p><span id="more-2217"></span></p>
<p>It is also possible for the client to use either port 587 or port 465 (with Secure Socket Layer &#8211; SSL). Some email servers are configured to work with those ports instead of using the standard email port (25). Some service providers will require authentication on port 587.</p>
<p>Follow the steps below to change your port from 25 to 587 for the Outgoing server:</p>
<ol>
<li>From the Tools menu go to “email accounts”.</li>
<li>Select View or Change existing email accounts.</li>
<li>Double-click on (your email server)</li>
<li>Select “More settings”</li>
<li>Go to the Advanced tab</li>
<li>Change the Outgoing server (SMTP port) from 25 to 587</li>
<li>Click OK or hit enter</li>
<li>Select Next</li>
<li>Finish or Done.</li>
</ol>
<p>Additionally, an administrator may also have to change the outgoing server name within Outlook to a different server as determined by their service provider. The POP3 incoming email server does not need to be changed.</p>
<p>On the Outgoing Server tab an administrator should ensure that the checkbox is checked for “My Outgoing Server (SMTP) requires authentication.” Then enter the appropriate email address and password combination. After the username and password has been entered the administrator should then click on “Remember Password” and select &#8220;Log on using Secure Password Authentication (SPA)”.  At this point either press the OK button or hit the enter key. Some administrators have reported that they have used this workaround and have not had to change the Port numbers. Their incoming port was port 110 and their outgoing port, 587, was left unchanged.</p>
<p>Some users have reported that in addition to the 0&#215;80042109 error they also received the following message:</p>
<p>”Your server does not support the connection encryption type you have specified. Try changing the encryption method.”</p>
<p>If this happens then an administrator can make the following changes:</p>
<ol>
<li>Open the account settings for the user account.</li>
<li>Select the Advanced tab.</li>
<li>Verify that the “This server requires SSL” checkbox is checked.</li>
<li>Verify that the “Use the following encryption type” has Secure Socket Layer (SSL) selected.</li>
</ol>
<p>As you can see there are a variety of problems and solutions related to the 0&#215;80042109 error code. Sometimes the solution can be as simple as creating a new password. This can be needed if a password has become corrupted. What happens is that Outlook will continue to ask the end user for their password and the user will re-type their password two or three times before realizing that there is a problem either with what they thought was their password or with the password itself. Changing the password on the server and then within Outlook can sometimes be the simple solution to what appears to be an otherwise complex problem.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/03/troubleshooting-error-code-80042109/">Troubleshooting Error Code 80042109</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/03/troubleshooting-error-code-80042109/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 800c0131</title>
		<link>http://www.theemailadmin.com/2009/09/troubleshooting-error-code-800c0131/</link>
		<comments>http://www.theemailadmin.com/2009/09/troubleshooting-error-code-800c0131/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 15:23:41 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Email archiving & storage]]></category>
		<category><![CDATA[email management]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[Outlook Express email management]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1471</guid>
		<description><![CDATA[In my last couple posts I addressed the issue of running out of memory and how it affects Outlook and Outlook Express. As an email administrator you will often have various resource issues as you have probably already experienced. Besides finding out that your system is running out of memory the other issues you will [...]<p><a href="http://www.theemailadmin.com/2009/09/troubleshooting-error-code-800c0131/">Troubleshooting Error Code 800c0131</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F09%2Ftroubleshooting-error-code-800c0131%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F09_2Ftroubleshooting-error-code-800c0131_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F09%2Ftroubleshooting-error-code-800c0131%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In my last couple posts I addressed the issue of running out of memory and how it affects Outlook and Outlook Express. As an email administrator you will often have various resource issues as you have probably already experienced. Besides finding out that your system is running out of memory the other issues you will probably run into from time to time is that of running out of disk space.</p>
<p>If you’ve received any of the following errors then you have already dealt with these issues. But if not then here are some low disk space scenarios and potential solutions.</p>
<p>One indication that you may have a low disk space problem that adversely affects Outlook Express execution is if you receive the following error:</p>
<p>OLEXP: Error Message If the Folders.dbx File Is Missing or Damaged</p>
<p>Other errors you may receive, after you start Outlook Express or try to send any email messages can include any of the following error messages:</p>
<p>MSIMN caused an invalid page fault in module Msoe.dll<br />
MSIMN caused an invalid page fault in module &#8220;unknown&#8221;<br />
MSIMN caused an invalid page fault in module Directdb.dll<br />
Msimn caused an exception C0000006h in module Directdb.dll<br />
Outlook Express: The message could not be sent. There is not enough Disk space.<br />
Unknown error has occurred. Protocol: SMTP Port: 0 Secure: No [SSL] Error: 0x800c0131</p>
<p>If you get any of these error messages then it is most likely because your Folders.dbx file has become corrupted or cannot be found for some reason. It is also possible that the read-only attribute has been set for the Folders.dbx file.</p>
<p><span id="more-1471"></span></p>
<p>At this point it is probably a good place to review how all data related to Outlook Express is stored on the hard drives. Your Outlook Express is your end users conduit to all of their email folders and messages. It contains information about the local IMAP folders and messages and any newsgroups that are subscribed to by your end users. All of this information gets stored in one folder called the store root folder. Some administrators refer to it as the store root. It is also know as the store folder. The bottom line is that this one folder holds everything and sits in the Store root directory located at:</p>
<p>C:\Windows\Application Data\Outlook Express\&lt;Group Unique ID&gt;<br />
or<br />
C:\Documents and Settings\&lt;User&gt;\Local Settings\Application Data\Identities\&lt;Group Unique ID&gt;\Microsoft\Outlook Express</p>
<p>If this were a UNIX system the GUID would refer to a Group User ID.</p>
<p>And of course, you, or a previous email administrator or other system administrator, may have relocated the file or directory to another location more aptly named for your environment. If you inherited this system and need to lookup the current location of your Store folder then you can select Tools, Options, Maintenance, and then Store folder to find its location.</p>
<p>The Folders.dbx file must exist in order for Outlook Express to run correctly. It contains your mail folder and all sub folders, newsgroups and options for synchronization of all subscribed newsgroups and other email folders.</p>
<p>When Outlook Express starts up, it scans for the existence of this file. If it cannot find it then Outlook Express will create a new Folders.dbx. If for whatever reason you wished to start over you could always backup your current Folders.dbx file, and any of your default email folders such as your &lt;dot&gt;dbx files known as Inbox.dbx, Drafts.dbx, Sent Items.dbx and Deleted Items.dbx, rename them, and then restart Outlook Express. That will give you a fresh start. You could always go back and restore those files using an email archiving tool.</p>
<p>You may need to do this if Outlook Express was having trouble starting up or if it begins to run slow. You can fix this by using the above steps. But remember that all of your nested trees, lists of newsgroups and any options such as synchronization will be lost. You may also need to re-edit your email message rules.</p>
<p>Once you restart Outlook Express and after having deleted Folders.dbx, then all of your default email folders previously mentioned that cannot also be found will be created automatically for you.</p>
<p>You can rename the Folders.dbx file by performing the following steps:</p>
<ol>
<li>Click Start, select Find, and then click on Files or Folders.</li>
<li>In the Named box, type in folders.dbx.</li>
<li>In the Look In box, select your primary hard disk (usually the C drive), and then click Find Now.</li>
<li>Right-click the Folders.dbx file, and then click Rename.</li>
<li>Type folders.old or follow your own renaming scheme, and then click OK.</li>
<li>Start Outlook Express.</li>
</ol>
<p>This process will create a new Folders.dbx file for you automatically when Outlook Express starts up.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/09/troubleshooting-error-code-800c0131/">Troubleshooting Error Code 800c0131</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/09/troubleshooting-error-code-800c0131/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0x800ccc0e</title>
		<link>http://www.theemailadmin.com/2009/08/troubleshooting-error-code-0x800ccc0e/</link>
		<comments>http://www.theemailadmin.com/2009/08/troubleshooting-error-code-0x800ccc0e/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 12:18:11 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[email servers]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1423</guid>
		<description><![CDATA[Sending and receiving emails over the network involves the transmission of data to and from common application services such as network services and mail services. At the lower levels in the technology stack, email is sent to services identified by their well known port numbers. Between email clients and email servers the port number used [...]<p><a href="http://www.theemailadmin.com/2009/08/troubleshooting-error-code-0x800ccc0e/">Troubleshooting Error Code 0x800ccc0e</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Ftroubleshooting-error-code-0x800ccc0e%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F08_2Ftroubleshooting-error-code-0x800ccc0e_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Ftroubleshooting-error-code-0x800ccc0e%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Sending and receiving emails over the network involves the transmission of data to and from common application services such as network services and mail services. At the lower levels in the technology stack, email is sent to services identified by their well known port numbers. Between email clients and email servers the port number used is port 25 for sending emails over TCP/IP networks.</p>
<p>On most email servers, a background process, or daemon, will listen to port 25 for any incoming email. This is the port that clients make socket connections in order to be able to send their emails. Sometimes the port is blocked or unavailable on the email server.</p>
<p>When retrieving email from the server there is another port that can also be blocked and thus prevent emails from being receive. If port 110 is blocked then the client cannot pull down their messages.</p>
<p><span id="more-1423"></span>Sometimes administrators will block port 25 to stop the flow of spam and/or viruses from their servers. The problem is that you’re effectively throwing the baby out with the bathwater. To be able to send emails and also prevent spam or viruses you need to be able to write some kind of filtering code.</p>
<p>This can get sticky if you’ve outsourced your email servers. Your control is obviously limited in this scenario.</p>
<p>However if you have some control over the email server you can configure your settings such that the ports used for sending and receiving are different than the standard ports of 25 and 110. Spam will still be directed – thru email – to ports that essentially become bit buckets. You decrease your exposure to risk while still maintaining your normal business operations which include communication by email.</p>
<p>How will you know if your ports are blocked?</p>
<p>If you’re using Exchange server clients to send or receive messages you’ll know by the type of error messages you get when you try to send a message to your Simple Mail Transfer Protocol (SMTP) server. One of the error messages you might receive will look like the following:</p>
<p>“The connection to the server has failed. Account: &#8216;your_account&#8217;,<br />
Server:&#8217;your_SMTP_server&#8217;, Protocol:SMTP, Port: 25, Secure(SSL): NO,<br />
Socket error: 10061, Error Number: 0x800ccc0e”</p>
<p>Note that the specific port number 25 is listed in the error message.</p>
<p>And if you are trying to receive emails from your Post Office Protocol version 3 (POP3) email server, then the error message you might receive will look like this:</p>
<p>“The connection to the server has failed. Account: &#8216;your_account&#8217;,<br />
Server:&#8217;your_POP3_server&#8217;, Protocol:POP3, Port: 110, Secure(SSL): NO,<br />
Socket error: 10061, Error Number: 0x800ccc0e”</p>
<p>Here you see port 110 listed in the error message.</p>
<p>Both of these messages indicate that ports 25 and 110 are unavailable. While these can prevent email attacks from occurring and prevent viruses from spreading they as already mentioned negatively impact the sending and receiving of emails. Thus, as an administrator you need to know who to investigate the status of these ports and how to turn back on these ports (listeners).</p>
<p>The most common utility to use for investigation is the “netstat” command.</p>
<p>The “netstat” command is often used for displaying the contents of the routing table but can also be used to verify if those services are running on ports 25 and 110. Normally these ports are “up” and running whenever the services for the Exchange Server are started. Port 110 for the Post Office Protocol version 3 (POP3) is automatically started on the Exchange server as soon as the Information Store service is started. And when the Internet mail service is started then port 25 is also started. To verify that they are up and running you can perform the following steps.</p>
<ul>
<li>Go down to the Start button and click on it to bring up the menu.</li>
<li>Pull right on All Programs and then again pull right on Accessories.</li>
<li>Select Command Prompt to bring up a command prompt window.</li>
<li>You might want to increase the screen buffer size to make viewing of the command output easier to read. You can do so by right clicking in the upper left corner of the command prompt window. Click Properties and the click on the Layout tab. Increase the screen buffer size to something like 600 or 700 – whatever is your preference. Save the change for the current window or modify the shortcut which started the window if you are comfortable with the change.</li>
</ul>
<p>Now you’re ready to run the netstat  command. Type in “netstat –an”, hit enter and then watch all that output of services go scrolling by. Because of the change you made above you’ll be able to scroll backward and look for the lines that indicate that your listeners (ports) are up and running.</p>
<p>Proto  Local Address     Foreign Address        State<br />
TCP    0.0.0.0:25             0.0.0.0:0              LISTENING<br />
TCP    0.0.0.0:110           0.0.0.0:0              LISTENING<br />
     <br />
If you cannot find these entries then this means that those services are obviously not running and you will need to troubleshoot further.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/08/troubleshooting-error-code-0x800ccc0e/">Troubleshooting Error Code 0x800ccc0e</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/08/troubleshooting-error-code-0x800ccc0e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 926196</title>
		<link>http://www.theemailadmin.com/2009/08/troubleshooting-error-code-926196/</link>
		<comments>http://www.theemailadmin.com/2009/08/troubleshooting-error-code-926196/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:08:04 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1350</guid>
		<description><![CDATA[I’m sure your users have encountered many times not being able to start their email programs. It can be very frustrating especially when you, as an administrator, are not in full control of software that gets installed onto end users computers. Sometimes, after starting Microsoft Office Outlook, they get an error message that tells them [...]<p><a href="http://www.theemailadmin.com/2009/08/troubleshooting-error-code-926196/">Troubleshooting Error Code 926196</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Ftroubleshooting-error-code-926196%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F08_2Ftroubleshooting-error-code-926196_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Ftroubleshooting-error-code-926196%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I’m sure your users have encountered many times not being able to start their email programs. It can be very frustrating especially when you, as an administrator, are not in full control of software that gets installed onto end users computers.</p>
<p>Sometimes, after starting Microsoft Office Outlook, they get an error message that tells them that their MAPI32.DLL file is corrupt. The error message will also indicate that the DLL file is possible the wrong version. How can this happen?</p>
<p>Usually this happens after other message software has been installed. The error message will go on to suggest that Outlook itself be removed. This is when having well-known company policies in place can prevent such unwanted installs from occurring. Also setting up user accounts with limited privileges can stop end users from installing additional, unapproved software – such as beta software &#8211; onto company computers.</p>
<p>Now that you have a problem lets talk about how to fix it.<span id="more-1350"></span></p>
<p>Let’s assume that the Beta 2 version of Outlook has been installed. If the end user tried it for a while and then uninstalled it they would probably run into problems so they called you, the administrator. The technical cause of the problem is that the MSMAPI32.DLL file was not removed from the folder:<br />
C:\Program Files\Common Files\System\Msmapi\LocaleID</p>
<p>The LocaleID refers to the language of the locality. If using English – such as in the United States &#8211; then LocaleID is equal to 1033. Lookup the following website for more information about LocaleID’s: <a target="_blank" href="http://msdn2.microsoft.com/en-us/library/0h88fahh.aspx" onclick="pageTracker._trackPageview('/outgoing/msdn2.microsoft.com/en-us/library/0h88fahh.aspx?referer=');">http://msdn2.microsoft.com/en-us/library/0h88fahh.aspx</a></p>
<p>Anyway, assuming LocaleID is 1033, you should open up the folder<br />
C:\Program Files\Common Files\System\Msmapi\1033 and then right click on the MSMAPI32.DLL file and select rename. Next, you can type in MSMAPI32.OLD or MSMAPI32.something and then press ENTER. This procedure will rename the file. After that just restart Outlook and the program will be repaired.</p>
<p>In a related problem there’s a situation which can occur that can cause an incorrect version of Outlook to start up. This can happen if your end user decides that they want to run another version of Office on a computer with an existing version of Office installed. The end user selects an option to keep the earlier version of Office. What they end up with is that Outlook 2007 gets installed even though they wanted to keep the current version of Office suite installed. They won’t realize they have a problem until they fire up Outlook. That’s when they realize that their previous version of Outlook is no longer available to them – in fact, it’s been removed. So they call you, the administrator, to go back and help them get their previous version of Outlook up and running.<br />
The reason why this happened is because you can’t have two versions of Outlook on the same computer. To fix this problem you’ve got a couple different options. One is you can keep the earlier version of Outlook. But you’re going to have to check with the end user if they did not installed the original non-trial release version of 2007 Office suite. If they didn’t do this then when they startup Office suite you can click on the Customize option and then on the Upgrade tab select the “Keep all previous versions.” Next click the Installation Options tab and then click the Microsoft Office Outlook icon. Select Not Available and then click Continue.<br />
 <br />
On the Upgrade tab of the Setup program your end user should have gotten a message warning them that “Before you install Microsoft Office Outlook 2007, you must remove any earlier version of Outlook. Two versions of Outlook cannot coexist on the same computer. If you want to keep an earlier version of Outlook, you must explicitly choose on the Installation Options tab to not install Microsoft Office Outlook 2007” when they tried to upgrade their Office suite version.</p>
<p>This may have been misleading to the end user because they didn’t have to remove the earlier version of Outlook before they installed Outlook 2007. Outlook is removed automatically when Outlook 2007 is installed.</p>
<p>If the end user wanted to keep the earlier version of Outlook after they installed the non-trial release version of a 2007 Office suite then there are some additional steps to follow which I will cover in a subsequent article.</p>
<p>Your end user might also have installed and then uninstalled Outlook 2007 onto a system that already had Outlook 2003 installed. If they did that then they probably received an error message when they tried to start Outlook 2003 that said their MAPI32.DLL file was either corrupt or the wrong version. They (you) will be asked to reinstall Outlook.</p>
<p>You can find out more information about this error message and how to resolve this problem by going to the article, 926196, in the Microsoft Knowledge Base.</p>
<p>Additionally, to find more information about what happens when a trial version of a 2007 Office suite is installed when another version of Office already exists check out the article, 930559, in the Microsoft Knowledge Base.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/08/troubleshooting-error-code-926196/">Troubleshooting Error Code 926196</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/08/troubleshooting-error-code-926196/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Outlook Error 938816</title>
		<link>http://www.theemailadmin.com/2009/07/troubleshooting-outlook-error-938816/</link>
		<comments>http://www.theemailadmin.com/2009/07/troubleshooting-outlook-error-938816/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 14:36:51 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1299</guid>
		<description><![CDATA[ It is possible to receive the error, 938816, when one of two conditions exist: You are attempting to create a new MAPI form or you’ve tried to open some custom forms in Outlook 2003. You notice changes in how your application runs after you’ve installed post-Office 2003 Service Pack 3 updates. The unwanted behaviors that [...]<p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-outlook-error-938816/">Troubleshooting Outlook Error 938816</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-outlook-error-938816%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F07_2Ftroubleshooting-outlook-error-938816_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-outlook-error-938816%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p> It is possible to receive the error, 938816, when one of two conditions exist:</p>
<ol>
<li>You are attempting to create a new MAPI form or you’ve tried to open some custom forms in Outlook 2003.</li>
<li>You notice changes in how your application runs after you’ve installed post-Office 2003 Service Pack 3 updates.</li>
</ol>
<p>The unwanted behaviors that you will see in Microsoft Office Outlook 2003 can include any of the following effects:</p>
<ul>
<li>You are receiving messages asking you to contact the administrator after you’ve created a new MAPI form in Outlook 2003.</li>
<li>Or you are getting a message that informs you that a form could not be displayed and that you should again contact your administrator. This can occur if you are for instance attempting to open a custom form.</li>
<li>Or, after receiving a custom form as an email item you try to open it and get a message stating that the form cannot be opened or displayed. You are again asked to contact your administrator.</li>
</ul>
<p>To fix these error conditions you should go to the Microsoft Support web site and search for the file:  EnableMAPIFormsInOutlook.msi. Select the file and then click Run in the File Download dialog box. The Fix it wizard will walk you through the steps to correct this error.</p>
<p><span id="more-1299"></span>I’d also recommend that you save the fix file to your local hard drive or some other media such as a writeable CDROM so that you have a local copy. You can also save the file if you are not on the computer that is having the problem.</p>
<p>There is another way for you to fix the problem yourself without using the wizard. However, these steps involve touching the registry and any time you touch (modify) the registry you can inadvertently cause serious damage to your system. So I strongly advise that you backup your registry before performing this task. If you have any problems after modifying the registry then you will have a backup copy that your can restore to get your system back into a known working state. Please review article number 322756 in the Microsoft Knowledge Base for instructions on how to backup and restore the registry.</p>
<p>Now, if you still want to fix these issues manually then you need to enable MAPI forms. Here are step-by-step instructions on how you can enable MAPI forms by performing the following steps.</p>
<ul>
<li>First go down to the lower left corner of your screen and click the Start button.</li>
<li>Then to your right on the pop-up screen click Run and then type “regedit” without the quotes.</li>
<li>Next click OK or just hit the Enter button on your keyboard. This will bring up your Registry Editor.</li>
<li>At this point you want to locate and then click the following registry subkey:<br />
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Forms\</li>
<li>Next, double-click the EnableMapiForms registry entry and type 1 in the Value data text box.</li>
<li>Hit Enter or just click OK.</li>
</ul>
<p>The registry path might not exist. That’s okay. What you can do is to create a new dWord-Value registry entry and name it EnableMapiForms. Give it the value of 1.</p>
<p>I mentioned earlier that you can also experience changes in how your application runs after you’ve installed post-Office 2003 Service Pack 3 updates. Some of these updates include installing an update to the Mso.dll file.</p>
<p>You will notice that you now have the ability to configure Office 2003 such that you can enable or to deny specific COM components. You can find more information about this change in article number 938815 in the Microsoft Knowledge Base.</p>
<p>Another change you might notice is that some COM components are not functioning as expected. This may be the case if they have unusual characteristics.</p>
<p>For instance you might experience reduced functionality of an add-in or an ActiveX control. Or the COM component is seemingly blocked. These limitations will be noticeable after you install Office 2003 Service Pack 3. You can find more information about these changes in article number 938814 in the Microsoft Knowledge Base.</p>
<p>You might have issues or problems when you run the Microsoft Office Document Imaging program after you install Office 2003 Service Pack 3. There were changes made to the behavior of Microsoft Office Document Imaging. You can find out more information about the changes by reviewing article number 938813 in the Microsoft Knowledge Base.</p>
<p>Other problems you might notice is that you have lost versioning capabilities on some documents such as Office files that are saved in certain formats. You can get more information about which files don’t have versioning by reviewing article number 938807 in the Microsoft Knowledge Base.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-outlook-error-938816/">Troubleshooting Outlook Error 938816</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/07/troubleshooting-outlook-error-938816/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0&#215;80004005</title>
		<link>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80004005/</link>
		<comments>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80004005/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:38:29 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1233</guid>
		<description><![CDATA[There are several situations where you may encounter error code 0&#215;80004005. You can receive the error code 0&#215;80004005 if you use Distributed Authoring and Versioning (DAV) to query for message properties on the information store in Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003. A 0&#215;80004005 (ecCallFailed) error is returned if the urn:schemas:mailheader:to property [...]<p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80004005/">Troubleshooting Error Code 0&#215;80004005</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-error-code-0x80004005%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F07_2Ftroubleshooting-error-code-0x80004005_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-error-code-0x80004005%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are several situations where you may encounter error code 0&#215;80004005.</p>
<p>You can receive the error code 0&#215;80004005 if you use Distributed Authoring and Versioning (DAV) to query for message properties on the information store in Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003. A 0&#215;80004005 (ecCallFailed) error is returned if the urn:schemas:mailheader:to property is requested. Additionally, an error is returned if there are messages in the result set that have recipients where the value of PR_EMAIL_ADDRESS is an empty string (&#8220;&#8221;).</p>
<p>You may also receive the error when you use xp_sendmail extended stored procedure to send e-mail from SQL Mail with SQL Server 2000. The error message you receive will look like: <em>xp_sendmail:failedwithmailerror 0&#215;80004005</em>.</p>
<p>Another circumstance when you receive error code 0&#215;80004005 is when you query for a specific MAPI interface by using a pointer that you obtained from an Outlook object&#8217;s MAPIOBJECT property. The error message is short: <em>0&#215;80004005 (E_FAIL).</em></p>
<p>When this happens it is because The MAPIOBJECT property is available only for compatibility with Microsoft Collaboration Data Objects (CDO) 1.21. It is a hidden property of Outlook Object Model objects, and is not meant to be used from the Outlook object. The MAPIOBJECT property is meant to be used from the corresponding CDO object. To use the MAPIOBJECT property, use CDO to obtain it from the corresponding CDO object.</p>
<p><span id="more-1233"></span>Additionally, a SQL Server Database Maintenance Plan includes an option to send a maintenance report (that is, a file that contains results for the execution of the maintenance plan) by e-mail to a predefined operator on the server. E-mailing the maintenance report file to the operator may fail with the following error message, which can be found in the maintenance report for the Database Maintenance Plan:</p>
<p><em>Error 18025: [Microsoft][ODBC SQL Server Driver][SQL Server]xp_sendmail: failed with mail error 0&#215;80004005.</em> </p>
<p>Note that this error does not affect the reporting of the job status. The job is still shown as successful.</p>
<p>The xp_sendmail extended stored procedure fails with the 0&#215;80004005 error when attempting to send an open file as an e-mail attachment. Sqlmaint.exe executes the Maintenance Plan and writes output to the report file. The final step in the Maintenance Plan, which is to send an e-mail, is also recorded in the report. Because the report file is still open when xp_sendmail tries to send it as an attachment, the attempt fails.</p>
<p>You can resolve this problem by obtaining the latest service pack for SQL Server 2000.</p>
<p>Microsoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.</p>
<p>To work around this problem, you can include the script below as an additional job step in the last job created by a particular Maintenance Plan. This script below sends the last report file for a specific Maintenance Plan to a specified e-mail address.</p>
<p>To use this workaround, follow these steps:</p>
<ol>
<li>Identify the last job for the Maintenance Plan.</li>
<li>Right-click the job, click Properties, click Steps, select the step, and then click Edit.</li>
<li>On the Edit Job Step dialog box, click the Advanced tab.</li>
<li>Set On Success Action to Go To Next Step.</li>
<li>Click OK on the Edit Job Step dialog box.</li>
<li>Click New to add a new step, and then give the step a name. Type should be Transact-SQL Script (TSQL) and Database should be master.</li>
<li>Paste the following script in the command window:<br />
declare @planname varchar(100)<br />
declare @dir varchar(200)<br />
declare @operator varchar(50)<br />
declare @cmd varchar (200)<br />
declare @mailfilename varchar(200)<br />
declare @filenamelen int</li>
</ol>
<p>Values set here can actually be provided as parameters to a stored procedure.</p>
<p>If provided as parameters to a stored procedure, rem the following select statements.<br />
@plananme is the plan whose maintenance report is sent.<br />
@dir is the log directory for SQL Server. It is the directory to which the maintenance report files are written.<br />
@operator is the email address of the person to whom the report file should be mailed.</p>
<p>select @planname = &#8216;Database Maintenance Plan 1&#8242;<br />
select @dir =&#8217;c:\Program Files\Microsoft SQL Server\MSSQL$SQL2K1\LOG&#8217;<br />
select @operator <a target="_blank" href="mailto:='email@domain.com'">=&#8217;email@domain.com&#8217;</a></p>
<p>You can automatically set the above by reading various values from SQL Server.</p>
<p>SET NOCOUNT ON<br />
IF RIGHT (@dir, 1) &lt;&gt; &#8216;\&#8217;<br />
begin<br />
select @dir <a target="_blank" href="mailto:=@dir">=@dir</a> +&#8217;\&#8217;<br />
end<br />
SELECT @dir = &#8216;dir /s /b &#8216;+&#8217;&#8221;<a target="_blank" href="mailto:'+@dir">&#8216;+@dir</a> + @planname+&#8217;*.txt&#8217;+'&#8221;&#8216; +&#8217; &gt;c:\dir.txt&#8217;</p>
<p>create table #TMP_MAINT_FILENAMES (NAME1 varchar(8000))<br />
exec xp_cmdshell @dir<br />
BULK INSERT #TMP_MAINT_FILENAMES<br />
   FROM &#8216;c:\dir.txt&#8217;<br />
   WITH<br />
      (<br />
         ROWTERMINATOR = &#8216;\n&#8217;<br />
      )</p>
<p>select @mailfilename=MAX(name1) from #TMP_MAINT_FILENAMES<br />
print &#8216;The following file is being sent as an attachment&#8217;<br />
print @mailfilename</p>
<p>Set the various parameters for xp_sendmail.<br />
declare @tmpmessage varchar(300)<br />
declare @tmpsubject varchar(300)<br />
select @tmpmessage = &#8216;This is the last maintenance report on the server for the maintenance plan <a target="_blank" href="mailto:'+@planname">&#8216;+@planname</a><br />
select @tmpsubject = &#8216;SQL Server Maintenance Report for <a target="_blank" href="mailto:'+@planname">&#8216;+@planname</a></p>
<p>Now send the last file for the maintenance plan.<br />
exec master..xp_sendmail @recipients= @operator, @subject <a target="_blank" href="mailto:=@tmpsubject">=@tmpsubject</a>, @message=@tmpmessage,<br />
@attachments= @mailfilename</p>
<p>Perform cleanup.<br />
drop table #TMP_MAINT_FILENAMES<br />
exec master..xp_cmdshell &#8220;del c:\dir.txt&#8221;<br />
SET NOCOUNT OFF</p>
<p style="padding-left: 30px;">8. Make sure that the @planname, @dir, and @operator values are set in the script.<br />
9. Save the job step.</p>
<p>These programming examples are provided for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. Make sure that you are familiar with the programming language that is shown and with the tools that are used to create and to debug procedures.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80004005/">Troubleshooting Error Code 0&#215;80004005</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80004005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0&#215;80040113</title>
		<link>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040113/</link>
		<comments>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040113/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 12:16:25 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1229</guid>
		<description><![CDATA[Getting the error code 0&#215;80040113 can sometimes take one down a road of various fixes that lead off in different directions, some of which can come as a surprise that they can fix your problem. Most of the time you have an idea of what might be causing your problem but you might only have limited [...]<p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040113/">Troubleshooting Error Code 0&#215;80040113</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-error-code-0x80040113%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F07_2Ftroubleshooting-error-code-0x80040113_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-error-code-0x80040113%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Getting the error code 0&#215;80040113 can sometimes take one down a road of various fixes that lead off in different directions, some of which can come as a surprise that they can fix your problem. Most of the time you have an idea of what might be causing your problem but you might only have limited bits of information to work with.</p>
<p>Such is the case with Error code 0&#215;80040113. Surprisingly it can occur not only when using Outlook Mobile Manager but also when issuing a command to MSGraph that uses OLE automation. Sometimes the error occurs when using Personal Folders and you get a “Sending and Receiving reported error…” message.</p>
<p>Here are some related 0&#215;80040113 error messages and some ways you can handle this error.</p>
<p>In the past, if you were using Microsoft Outlook Mobile Manager you may have received an error message such as “MAPI Error Occurred. (Error code 0&#215;80040113)”. This issue could occur if your network connectivity was disconnected. Having your network connection get disconnected would prevent communication with the Exchange 2000 or Exchange Server computer. This might happen if the server became unavailable, or if you were having a cable, network adapter, or some other network problem.</p>
<p><span id="more-1229"></span>The effect was that when you attempted to send a daily summary or a test message in Outlook Mobile Manager, the connection wizard might have taken an unexpectedly long time to attempt to send the message (as if the system had stopped responding), and then you would most likely have received the following error message: <em>Mobile Manager could not save your changes. Please exit and restart.</em></p>
<p>If you clicked Help, and then clicked Troubleshooting; the following error message was logged: <em>A MAPI error occurred. (Error Code: 0&#215;80040113)</em></p>
<p>The description for that error lists error code 1217, which indicates:<br />
<em>The connection to the Exchange server has been lost. There is a network problem or the Exchange server is offline and that you should contact your network administrator.</em></p>
<p>At this point, you should have exited Outlook Mobile Manager, closed the system tray icon, and then restarted Outlook Mobile Manager. Next you would have tried to reconnect to your Microsoft Exchange 2000 Server or Microsoft Exchange Server computer.</p>
<p>If the problem continued then you could also have tried to resolve it by checking your network connectivity and ensuring that you could still connect to your Exchange 2000 or Exchange Server computer and other network shares. The most basic of network diagnostic tasks is to try a simple “ping” command to check for network connectivity between the client and the server.</p>
<p>Beyond the network diagnostics you could also try restarting Outlook Mobile Manager.</p>
<p>Be forewarned that Microsoft Outlook Mobile Manager has been discontinued and is no longer available for download. If you have already installed Outlook Mobile Manager, you can continue to check the Microsoft Knowledge Base for any documented issues. More information about Microsoft Mobile Information Server can be obtained from the following Microsoft Web site: <a target="_blank" href="http://www.microsoft.com/exchange/default.mspx" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/exchange/default.mspx?referer=');">http://www.microsoft.com/exchange/default.mspx</a>.</p>
<p>I also noted earlier that issuing a command to MSGraph that uses OLE automation could cause the error message: <em>OLE error code 0&#215;80040113 Invalid class string.</em></p>
<p>As an example you might have tried:  Append General myGeneralFieldName Class &#8220;MSGraph</p>
<p>The reason you received an error code was because Microsoft Graph had not been installed or registered to the operating system.</p>
<p>Microsoft Access ships with many smart components including forms and reports, text and combo and list boxes, options groups and the ability to add Active X and OLE components. The most complicated of the standard objects is Microsoft Graph. As MS Graph is part of the standard install process with Access, you will generally find that the object is available on most computers that Access is installed on.</p>
<p>When trying to diagnose the cause of error 0&#215;80040113 you can also turn on diagnostic logging. For more information about how to turn on diagnostic logging you can review the following URL:  <a target="_blank" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q300479" onclick="pageTracker._trackPageview('/outgoing/support.microsoft.com/default.aspx?scid=kb_en-us_Q300479&amp;referer=');">http://support.microsoft.com/default.aspx?scid=kb;en-us;Q300479</a></p>
<p>Note that IMAP and Hotmail accounts generate one log for each Send/Receive action that you perform on these accounts (the log files are named Hotmail0.LOG, Hotmail1.LOG, etc.). If you have multiple Hotmail accounts configured, the folders where the logs are placed are named Hotmail, Hotmail 1, Hotmail 2, etc. You may have to close Outlook for the logs to be written to the log files.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040113/">Troubleshooting Error Code 0&#215;80040113</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040113/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0&#215;80040005</title>
		<link>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040005/</link>
		<comments>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040005/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 12:58:44 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1198</guid>
		<description><![CDATA[There are more than a couple of situations when you may receive the error code, 0&#215;80040005. Here are some of those situations: when you cannot move, synchronize, or autoarchive messages if active mail session with Exchange server was broken when emailing a report using the tree email from within FRx Report Designer when you use Distributed [...]<p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040005/">Troubleshooting Error Code 0&#215;80040005</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-error-code-0x80040005%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F07_2Ftroubleshooting-error-code-0x80040005_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Ftroubleshooting-error-code-0x80040005%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are more than a couple of situations when you may receive the error code, 0&#215;80040005. Here are some of those situations:</p>
<ol>
<li>when you cannot move, synchronize, or autoarchive messages</li>
<li>if active mail session with Exchange server was broken</li>
<li>when emailing a report using the tree email from within FRx Report Designer</li>
<li>when you use Distributed Authoring and Versioning (DAV) to query for message properties on the information store in Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003</li>
</ol>
<p>If you are in a situation where you (1) cannot move, synchronize or autoarchive messages then you may receive the error code 0&#215;80040005. When you try to AutoArchive messages, move messages, or synchronize items while Microsoft Outlook is connected to a Microsoft Exchange Server mailbox, you may receive the following error message:</p>
<p><em>Error while archiving folder &lt;folder name &#8211; Inbox&gt; in store &#8220;Archive Folders&#8221;. The source and destination folders for this operation cannot be the same.</em></p>
<p><span id="more-1198"></span>It is possible that you receive the following message in the synchronization log:<br />
<em>12:51:31 Error synchronizing folder   <br />
12:51:31 [80004005-501-0-550]   <br />
12:51:31 The client operation failed.   <br />
12:51:31 Microsoft Exchange Server Information Store</em><br />
     <br />
You might also receive the following error message when you attempt to copy/move:<br />
<em>“Can&#8217;t move the items. The item could not be moved. It was either already moved or deleted or access was denied.”</em></p>
<p>To resolve this behavior, verify that all items with attachments are either opened or deleted when you receive them.</p>
<p>You can use the Preview pane in Outlook to view the messages. This opens the messages and allows the scan to take place. There may be minor delays in the process while the scans occur.</p>
<p>In the case where (2) active mail session with Exchange server becomes broken - this may happen if xp_sendmail fails with the mail error code 0&#215;80004005.</p>
<p>When you use xp_sendmail extended stored procedure to send e-mail from SQL Mail with SQL Server 2000, you might receive the following error message:<br />
 <br />
<em>Server: Msg 18025, Level 16, State 1, Line 0<br />
xp_sendmail:failedwithmailerror 0&#215;80040005<br />
</em> <br />
You receive the same error message if you use SQL Server Agent to send email messages. However, when you use the Microsoft Outlook client on a computer that is running SQL Server (and Outlook is configured with the same MAPI profile as SQL Mail), the delivery of messages is not affected and you can successfully send e-mail.</p>
<p>You can experience problems described in the &#8220;Symptoms&#8221; section of this article if connection to the Microsoft Exchange server was broken during active SQL Mail session. The connection could be broken due to a sudden loss of network connectivity with an Exchange server or because of other network problems. As a result, an invalid SQL Mail session is left on an SQL Server, and SQL Server attempts to utilize it for xp_sendmail calls. Since the mail session is invalid, an error is returned.</p>
<p>To fix the problem without restarting the SQL Server service, you may manually stop the invalid mail session. To do so, connect to the SQL server with Microsoft SQL Server Query Analyzer or similar utility using an account with sysadmin privileges, and run the following command:<br />
 <br />
exec master.dbo.xp_stopmail<br />
 <br />
This will force the broken mail session to quit and allow new sessions to be successfully created during xp_sendmail calls.</p>
<p>Another situation can occur where you receive the 0&#215;80040005 error message, &#8220;Send Message Error: -2147467259 &#8211; (Collaboration Data Objects) &#8211; e_fail (80004005)&#8221;</p>
<p>This error occurs when (3) emailing a report using the tree email from within FRx Report Designer.</p>
<p>One of the following should resolve the error:</p>
<ol>
<li>Confirm that the pathing for the Output path in the Company &#8211; Information screen and pathing that has been entered in the Catalog &#8211; Output tab Filename field is a valid path.</li>
<li>When sending an attachment and using the email in the tree, a Mailbox file size limit may be reached. Remove some users from the tree or increase the size limit of the Microsoft Outlook mailbox.</li>
</ol>
<p>Another possible circumstance when you might receive the error code 0&#215;80040005 is (4) when you use Distributed Authoring and Versioning (DAV) to query for message properties on the information store in Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003. Then the DAV query of the information store for message properties returns the 0&#215;80004005 error code.</p>
<p>A 0&#215;80004005 (ecCallFailed) error is returned if the urn:schemas:mailheader:to property is requested. Additionally, an error is returned if there are messages in the result set that have recipients where the value of PR_EMAIL_ADDRESS is an empty string (&#8220;&#8221;).</p>
<p>To resolve this problem, obtain the latest service pack for Exchange Server 2003. For more information you can review article number, 836993, in the Microsoft Knowledge Base to learn more about how to the latest service packs for Exchange Server 2003.</p>
<p>In addition, a supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem concerning when the DAV query of the information store for message properties returns the 0&#215;80004005 error code.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040005/">Troubleshooting Error Code 0&#215;80040005</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/07/troubleshooting-error-code-0x80040005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0x8004011C</title>
		<link>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011c/</link>
		<comments>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011c/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:06:35 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1196</guid>
		<description><![CDATA[There are several reasons why you may have received the 0x8004011C error code. Sometimes an Extended MAPI function will return a numeric result codes that is the equivalent of the MAPI_E_UNCONFIGURED error code. Other times you will receive this error in conjunction with using the MAPI component of ASP. The Mail Application Programming Interface (MAPI) is [...]<p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011c/">Troubleshooting Error Code 0x8004011C</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x8004011c%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Ftroubleshooting-error-code-0x8004011c_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x8004011c%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are several reasons why you may have received the 0x8004011C error code. Sometimes an Extended MAPI function will return a numeric result codes that is the equivalent of the MAPI_E_UNCONFIGURED error code.</p>
<p>Other times you will receive this error in conjunction with using the MAPI component of ASP. The Mail Application Programming Interface (MAPI) is a component used in Active Server Page (ASP) code. It was formerly called Active Messaging, but is now called Collaboration Data Objects (CDO). To allow for greater functionality from the object library than was available in Active Messaging 1.1, the objects were replaced by CDOs. CDOs are objects that support capabilities beyond simple messaging into the areas of calendaring, collaboration, and workflow.</p>
<p>ASP technology is used very widely in Exchange 2000 conferencing and as a result, you may encounter a variety of MAPI warnings and error messages one of which will be the 0x8004011C error code.</p>
<p><span id="more-1196"></span>The optimal return value for any call to MAPI is zero, which signifies that the call is successful and is producing the expected results. However, MAPI may return a warning value (CdoW) or an error value (CdoE) to the CDO libraries. A warning signifies a partial success with possible unexpected results or side effects. An error indicates the call was not successful. All warning and error return codes are nonzero.</p>
<p>Such is the case of a returned error code of 0x8004011C (decimal value 1284) -  CdoE_UNCONFIGURED</p>
<p>Sometimes your error received will look something like this:</p>
<p><em>Event Type: Error<br />
Event Source: MSExchangeAdmin<br />
Event Category: Move Mailbox<br />
Event ID: 1008<br />
Date:  (Date)<br />
Time:  (Time)<br />
User: N/A<br />
Computer: xxxxxxxxxx<br />
Description:<br />
Unable to move mailbox &#8216;&lt;xxxx&gt;&#8217;.<br />
Error: The information store could not be opened.<br />
An unexpected, unknown error has occurred.<br />
MAPI 1.0<br />
ID no: 8004011c-0289-00000000</em></p>
<p>Another condition for you to receive the error code 0x8004011C is if you receive the message &#8220;Your profile is not configured&#8221; when you access Client Permissions. This can happen if you are in Exchange System Manager, when you right-click a public folder, click Properties, click the Permissions tab, and then click Client permissions to view the permissions on the public folder. You may receive the following error message:</p>
<p><em>Your profile is not configured.<br />
An unexpected, unknown error has occurred.<br />
Microsoft Exchange Server Information Store<br />
ID no: 8004011c-0521-00000000</em></p>
<p><em>ID no: c1050000<br />
Exchange System Manager</em></p>
<p>This issue can occur if the mailbox store where the System Attendant mailbox is located is not mounted. To resolve this issue, mount the mailbox store where the System Attendant mailbox is located. If you do not want the System Attendant mailbox to be located on the current mailbox store, you can move it to another mailbox store on the same server.</p>
<p>Another situation when you might receive the error code 0x8004011C is when mailbox logon scripts fail; Exchange 2000 Management Pack components for Microsoft Operations Manager (MOM) 2005 cannot monitor a server that is running Microsoft Exchange 2000 Server. An event that is similar to the following appears in the MOM 2005 Operator Console:</p>
<p><em>Description:<br />
Cannot verify availability of the following test account:<br />
Exchange Server: &#8220;Server Name&#8221;<br />
MDB:&#8221; Store Name&#8221;<br />
Mailbox: &#8220;Mailbox Name&#8221;<br />
due to the following error<br />
Error ID: 0&#215;80040704(-2147219708)<br />
Error text: Your profile is not configured.<br />
[Microsoft Exchange Server Information Store - [MAPI_E_UNCONFIGURED(8004011C)]]<br />
Computer: Computer Name<br />
Time: Time<br />
Type: Error<br />
Provider Name: Script-generated Data<br />
Event Number: 9983<br />
Provider Type: Generic Provider<br />
Source: Exchange MOM<br />
Category:<br />
Raises Alert: True<br />
Consolidated:<br />
From:<br />
To:<br />
Event Id: EventId</em></p>
<p>For this situation, a supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described above. Apply this hotfix only to systems that are experiencing this specific problem. There is a &#8220;Hotfix download available&#8221; section at the Microsoft Knowledge Base.</p>
<p>The &#8220;Hotfix download available&#8221; form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.</p>
<p>Because of file dependencies, this hotfix requires Microsoft Exchange 2000 Server Service Pack 3 (SP3). For more information, please review the following Microsoft article number, 301378, in the Microsoft Knowledge Base.</p>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.<br />
   Date          Time    Version      Size      File name<br />
   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
   03-Aug-2004   19:12   6.0.6615.0   716,800   Cdo.dll         <br />
   03-Aug-2004   19:10   6.0.6615.0   745,472   Mapi32.dll  </p>
<p>Microsoft has confirmed that this is a problem in Exchange 2000 Server.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011c/">Troubleshooting Error Code 0x8004011C</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0&#215;80040111</title>
		<link>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80040111/</link>
		<comments>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80040111/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:00:17 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1173</guid>
		<description><![CDATA[I am sure that at some point your users have come to you and complained that they can’t send email. You can take a look at the logs and also at a particular user’s setting to see if there if anything different about their profile. Sometimes they will try to send an email but get back [...]<p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80040111/">Troubleshooting Error Code 0&#215;80040111</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x80040111%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Ftroubleshooting-error-code-0x80040111_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x80040111%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I am sure that at some point your users have come to you and complained that they can’t send email. You can take a look at the logs and also at a particular user’s setting to see if there if anything different about their profile.</p>
<p>Sometimes they will try to send an email but get back a message similar to the following: <em>This message could not be sent. Try sending the message again later, or contact your network administrator. The Microsoft Exchange server is currently busy. If this message is still displayed in 30 minutes, contact your Exchange server administrator. Error is<br />
[0x80040111-0x80040111-0x000520].</em></p>
<p>There are other situations when you may get the error code 0&#215;80040111 such as:</p>
<ul>
<li>PRB: Error &#8220;ClassFactory Cannot Supply Requested Class&#8221; (80040111 &#8230;  (279129).</li>
<li>Attempting to install Microsoft Windows Live OneCare.</li>
<li>If you have two instances of Microsoft SQL Server 2000 on the same computer, and SQL Mail is configured with separate mail profiles on each instance.</li>
<li>Move Mailbox operation is unsuccessful.</li>
<li>Logons to the Microsoft Exchange server computer fail and you get &#8220;The information store could not be opened&#8221; error message.</li>
<li>If the MSSQLServer Service startup account is set to the local system account and xp_startmail fails.</li>
<li>Exchange 2000 Management Pack MAPI Logon Check Reports Logon Failures.</li>
</ul>
<p><span id="more-1173"></span>Sometimes you receive fatal error messages when you use the MsExchange Event Services (Events.exe) in Exchange Server 5.5 or in Exchange 2000 Server to process messages. This can happen when a client action spawns activation of a script and they get the following error message:</p>
<p><em>A fatal error (0&#215;80040111) occurred in an IExchangeEventSink while processing message [Subject = "xxx"]</em></p>
<p>This is a MAPI error which translates to the MAPI_E_LOGON_FAILED error value.</p>
<p>This issue may occur if any one of the following conditions are true:</p>
<ul>
<li>At least one script was last modified by someone who shares the same alias, the same surname, or the same display name as someone else in the global address list.</li>
<li>For an Exchange 2000 Server-based computer, the Exchange Event Service logs on as the local computer account instead of a service account.</li>
<li>If you join an Exchange 2000 Server-based computer to the site, and then perform either of the following actions:<br />
o Move the mailbox that created the event scripts that are bound to a folder.<br />
o Move an existing Exchange Server 5.5 script to an Exchange 2000 Server-based computer.</li>
</ul>
<p>You should first determine if there is a duplicate mailbox alias (Mixed or Pure Exchange environments). You can do this by following the steps listed below. (Remember to always backup your Registry.)</p>
<ol>
<li>Determine which mailbox has a duplicate alias by clicking on the EventConfig_servername folder for the server that is receiving the errors, then see who has Owner permissions. Do this because only the owners can modify the scripts.</li>
<li>Look for duplicate names by sending a new message to the alias, and then perform a check name procedure. If more than one mailbox is returned, check the surnames to see if there are duplicates.</li>
<li>To check for ambiguity for each of those aliases:<br />
o Type their alias in the To line of the client and perform a Check Name.<br />
-Or-<br />
o Type =alias on the To line, then press ALT+K.<br />
-Or-<br />
o Perform a directory export of the global address list and sort on the Alias column to see if any of the owners of the EventConfig_servername folder shows multiple listings.</li>
<li>Set diagnostic logging to Maximum (5) for the Event Service. This can only be done in the registry at:<br />
HKEY_Local_Machine/System/CurrentControlSet/Services/MSExchangeES/Parameters</li>
</ol>
<p>If no duplicate mailbox aliases were discovered then you should resolve known issues with permissions (Mixed or Pure Exchange environments).</p>
<p>If duplicate mailbox aliases were discovered then you have to decide whether you want to choose a different (unique) mailbox to edit the scripts or remove the other mailboxes from the global address list.</p>
<p>If the scripts are installed in mailbox folders, the next part is even more detailed if you do not have a list of which mailboxes have scripts associated with them or there are many that do. This is because even with Event Service logging turned up to Maximum (5) in the registry, the Event ID 16385 (which occurs just before the Event ID 11) says that the folder being processed is Inbox. Every mailbox has an Inbox folder. So you cannot know which mailbox has been altered by the &#8220;rogue&#8221; EventConfig owner.</p>
<ol>
<li>Post or send a message to the above mailboxes in a segmented fashion to determine when the Event ID 11 occurs. Twenty percent intervals during a quiet time in the environment are suggested.</li>
<li>When you find the mailbox, simply go into the script and save it while you are logged on as a unique mailbox alias.</li>
<li>If the scripts are installed in public folders:</li>
</ol>
<ul>
<li>Set Event Service logging to Maximum (5) in the registry.</li>
<li>Post or send messages to the public folders in the same fashion as described with mailboxes above, and monitor the application log.</li>
<li>Event ID 16385 tells you which folder it is processing and, in case there are multiple agents in the folder, Event ID 32773 tells you the agent that it&#8217;s calling.</li>
<li>Log on to a unique mailbox that has Owner permissions on the EventConfig_servername and the public folder, then open the script, and save it.</li>
</ul>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80040111/">Troubleshooting Error Code 0&#215;80040111</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80040111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0x80072f17</title>
		<link>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/</link>
		<comments>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:32:52 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1157</guid>
		<description><![CDATA[Many people have reported problems when they try to sync their cell phones with their Exchange servers. When they try to sync with MS Exchange Server 2003 using Windows Mobile 5.0 they might get the following error code: 0x80072f17. Some users have also reported problems when trying to sync with MS Exchange Server 2007. This [...]<p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/">Troubleshooting Error Code 0x80072f17</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x80072f17%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Ftroubleshooting-error-code-0x80072f17_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x80072f17%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Many people have reported problems when they try to sync their cell phones with their Exchange servers.</p>
<p>When they try to sync with MS Exchange Server 2003 using Windows Mobile 5.0 they might get the following error code: 0x80072f17. Some users have also reported problems when trying to sync with MS Exchange Server 2007.</p>
<p>This problem is usually associated with using Secure Socket Layer (SSL) certificates.</p>
<p>Remember that you use SSL for Internet protocols such as Network News Transfer Protocol (NNTP), Simple Mail Transfer Protocol (SMTP), Post Office Protocol version 3 (POP3), and Internet Message Access Protocol (IMAP).</p>
<p><span id="more-1157"></span>The SSL authentication method uses public/private key technology to ensure privacy. The SSL protocol resides at the Open Systems Interconnection (OSI) presentation layer and moves data from the application layer to the TCP transport layer. It is responsible for authentication, encryption, and verification of data integrity.<br />
The authentication function assures that the data is being sent to the correct server and that the server is secure. Encryption ensures that data cannot be read by anyone other than the target server. Data integrity ensures that the data has not been corrupted or altered in transit.</p>
<p>If your user removes the SSL authentication then they’ll probably be able to synchronize their phones with the server. But that’s probably not how you want them to operate. Even if you directly install the certificate you may still have problems. Checking or un-checking the proxy settings related box does not have an effect on the problem.</p>
<p>One solution to this problem is to reissue the SSL certificate through Internet Information Services (IIS). This can happen if you were using the original certificate the Exchange Server installed and the certificate was replaced.</p>
<p>Another possible cause for the 0x80072f17 error is if an unsupported certificate has been installed. If you installed a certificate that supported wildcards from a certifying digital certificate provider, then this certificate will probably install but using the certificate was most likely not supported. To fix this problem you can replace the certificate with one that does not use wildcards and is listed in the root certificate store on the device.</p>
<p>Another situation when the problem can occur is when Microsoft Exchange does not connect but generates another error code: 0x80072EE7. Selecting another system to synchronize with will result in a related synchronization error message such as when the Microsoft Exchange server shows &#8220;Synchronization could not be completed. Try again later&#8221;. The support code generated by the system is: 0x80072F17.</p>
<p>You might need to add a new certificate to your device. Such as when your SSL certificate issuer on the Exchange Server is new to the business or has made some changes.</p>
<p>Here’s how you can enable and disable Outlook Web Access for internal clients:</p>
<p><em>If you are using Microsoft Exchange Server 2003 Service Pack 1 (SP1), the following steps do not apply. The Web DAV address check is not present in Microsoft Exchange 2003 Service Pack 1.</em></p>
<p>To restrict access to Outlook Web Access if you are using Exchange Server 2003 SP1 or later, follow these steps:</p>
<ol>
<li>In the Active Directory Users and Computers snap-in, right-click the user account that you want to restrict from using OWA, and then click Properties.</li>
<li>Click the Exchange Features tab, click Outlook Web Access, and then click Disable.</li>
</ol>
<p>By default, user accounts that are mailbox-enabled are also enabled for Outlook Web Access in Exchange Server 2003.</p>
<p>You can enable users in your corporate network to access Outlook Web Access. At the same time, you can deny access to external clients. The key to this approach is a combination of a recipient policy and a special Hypertext Transfer Protocol (HTTP) virtual server.</p>
<p>To use this approach, follow these steps:</p>
<ol>
<li>Create a recipient policy with a Simple Mail Transfer Protocol (SMTP) domain name. Users who connect to an HTTP virtual server must have an e-mail address with the same SMTP domain as the virtual server. Creating a recipient policy is an efficient way to apply the same SMTP domain to multiple users. (Note Outlook Web Access users do not have to know the name of the SMTP domain.)</li>
<li>Apply the recipient policy to the user accounts that you want to enable access for.</li>
<li>On the front-end server, create a new HTTP virtual server that specifies the domain that is used in the recipient policy.</li>
</ol>
<p>After you have completed these steps, users whose e-mail addresses do not have the same SMTP domain as the HTTP virtual server cannot log on and access Outlook Web Access. Also, as long as you do not use the SMTP domain as the default domain, external users cannot determine what the SMTP domain is because the domain does not appear in the From field when users send e-mail messages outside the organization.</p>
<p>For more information, review the following article number in the Microsoft Knowledge Base:  293386  HTTP 401 or 404 error messages when you access OWA implicitly or explicitly.</p>
<p>Besides enabling Outlook Web Access for users in your corporate network, you can also prevent specific internal users from accessing Outlook Web Access. You do this by disabling the HTTP and Network News Transfer Protocol (NNTP) protocols for those users.</p>
<p>To prevent an internal user from accessing Outlook Web Access, follow these steps:</p>
<ol>
<li>In the Active Directory Users and Computers snap-in, open the user&#8217;s Properties dialog box.</li>
<li>On the Exchange Features tab, click Outlook Web Access, and then click Disable.</li>
<li>Restart the IIS Admin Service.</li>
</ol>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/">Troubleshooting Error Code 0x80072f17</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x80072f17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0x8004011b</title>
		<link>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011b/</link>
		<comments>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011b/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:16:27 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1103</guid>
		<description><![CDATA[There are more than a couple of situations under which you will see the error code 0x8004011b. Some of these situations include: - when Outlook performs send/receive operation - when a user performs send/receive operation - when there is a MAPI_E_CORRUPT_DATA message from the Exchange Calendar Update Tool Here are some ways to resolve these [...]<p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011b/">Troubleshooting Error Code 0x8004011b</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x8004011b%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Ftroubleshooting-error-code-0x8004011b_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-0x8004011b%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are more than a couple of situations under which you will see the error code 0x8004011b.</p>
<p>Some of these situations include:<br />
- when Outlook performs send/receive operation<br />
- when a user performs send/receive operation<br />
- when there is a MAPI_E_CORRUPT_DATA message from the Exchange Calendar Update Tool</p>
<p>Here are some ways to resolve these problems.</p>
<p>In the first situation, The error message:  &#8220;Task &#8216;Microsoft Exchange Server&#8217; reported error (0x8004011B) : &#8216;Unknown error 0x8004011B&#8221; can appear when outlook does a send/receive operation.</p>
<p>There are several causes for this problem:</p>
<ol>
<li>Antivirus software blocks a connection from Outlook to the Exchange server.</li>
<li>Firewall blocks a connection from Outlook to the Exchange server.</li>
<li>Outlook 2003 has been installed on Exchange 2003 Server/domain controller.</li>
<li>Outlook profile has been corrupted.</li>
<li>Exchange database has been corrupted (usually this will occur if some third party software &#8211; like antivirus &#8211; scans Exchange database directly).</li>
</ol>
<p><span id="more-1103"></span>To resolve this error you can do the following:</p>
<ol>
<li>Disable any antivirus on the client side and server side.</li>
<li>Verify that you use antivirus software that is compatible with Exchange 2003 and Outlook 2003.</li>
<li>If the outlook and Exchange server are insulated from each other by using a firewall, you may need to configure static port mapping: <a target="_blank" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;q270836" onclick="pageTracker._trackPageview('/outgoing/support.microsoft.com/default.aspx?scid=kb_en-us_q270836&amp;referer=');">http://support.microsoft.com/default.aspx?scid=kb;en-us;q270836</a></li>
<li>Check Exchange database by using Eseutil Utility and Isinteg Utility.</li>
<li>Delete old outlook profile and create a new profile.</li>
<li>If Outlook 2003 has been installed on Exchange server/domain controller, you need to change the security settings of &#8220;log on network security&#8221; to &#8220;Kerberos Password Authentication&#8221;  (&#8220;Kerberos/NTLM Password Authentication&#8221; &#8211; the default settings &#8211; may fail to use the correct authentication model).</li>
</ol>
<p>In addition to receiving the 0x8004011b error you may also see one or both of the following events recorded in the Application log.</p>
<p>Event ID 9360<br />
Event ID: 9360<br />
Category: OAL Generator<br />
Source: MSExchangeSA<br />
Type: Error<br />
Machine: SERVER_NAME<br />
Message: OALGen encountered an error while generating the changes.oab file for version 2 and 3 differential downloads of address list &#8220;\Global Address List&#8221;. The offline address list has not been updated so clients will not be able to download the current set of changes. Check other logged events to find the cause of this error. If the cause of the problem was intentional or cannot be resolved OALGen can be forced to post a full offline address list by creating the DWORD registry key &#8220;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeSA\Parameters\OAL post full if diff fails&#8221; and setting it to 1 on this server. When OALGen next generates the offline address list clients will perform a full OAB download. After that time the registry key should be removed to prevent further full downloads.</p>
<p>Event ID 9331<br />
Event ID: 9331<br />
Category: OAL Generator<br />
Source: MSExchangeSA<br />
Type: Error<br />
Machine: SERVER_NAME<br />
Message: OALGen encountered error 8004011b (internal ID 5020114) accessing the public folder store while generating the offline address list for address list &#8216;\Global Address List&#8217;. &#8211; Default Offline Address List</p>
<p>These events only get logged if diagnostic logging for the OAL Generator category in the MSExchangeSA service is set to the maximum logging level in the Exchange System Manager.</p>
<p>This issue may occur if an error occurs when Exchange Server 2003 generates changes to the .oab file. If this error happens, Outlook may not download the Offline Address Book.</p>
<p>To resolve this issue, follow these steps on the server that is running Exchange Server 2003:</p>
<ol>
<li>Click Start, click Run, type regedit in the Open box, and then click OK.</li>
<li>Locate and then right-click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeSA\Parameters</li>
<li>Point to New, and then click DWORD Value.</li>
<li>Type OAL post full if diff fails to name the new value.</li>
<li>Right-click OAL post full if diff fails, and then click Modify.</li>
<li>In the Value data box, type 1, and then click OK.</li>
<li>Exit Registry Editor.</li>
<li>Dismount and then mount the Public Folder Store again. To dismount and then mount the public folder store, follow these steps:<br />
a. Start Exchange System Manager.<br />
b. Expand Servers, expand the server that you want, expand Storage_Group_Name, and then right-click Public Folder Store.</li>
</ol>
<p>Note If administrative groups are defined, follow these steps: <br />
- Expand Administrative Groups. <br />
- Expand Administrative_Group_Name. <br />
- Expand Servers.<br />
- Expand the server that you want.<br />
- Expand Storage_Group_Name.<br />
- Right-click Public Folder Store.<br />
c. Click Dismount Store, and then click Yes to continue.<br />
d. Right-click Public Folder Store, click Mount Store, and then click OK.</p>
<p>Make sure that you follow these steps carefully. Always backup the registry before you modify it. If a problem occurs after modifying the registry then you will be able to restore the registry to a known working state.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011b/">Troubleshooting Error Code 0x8004011b</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-0x8004011b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code c103b404</title>
		<link>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-c103b404/</link>
		<comments>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-c103b404/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:01:27 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1038</guid>
		<description><![CDATA[Trying to view Public Folders in the Exchange System Manager can sometimes cause the error message “The SSL certificate name is incorrect &#8211; ID Number  c103b404” to occur. This happens when a SSL certificate on the default web server contains a different Fully Qualified Domain name (FQDN) than the internal server&#8217;s FQDN &#8211; externally the [...]<p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-c103b404/">Troubleshooting Error Code c103b404</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-c103b404%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Ftroubleshooting-error-code-c103b404_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Ftroubleshooting-error-code-c103b404%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Trying to view Public Folders in the Exchange System Manager can sometimes cause the error message “The SSL certificate name is incorrect &#8211; ID Number  c103b404” to occur. This happens when a SSL certificate on the default web server contains a different Fully Qualified Domain name (FQDN) than the internal server&#8217;s FQDN &#8211; externally the server had a different FQDN than what is used internally. If the Exchange System Manager thinks that the folder name is incorrect then it will not allow you to view the public folders.</p>
<p>One solution is to remove the SSL requirement from both the public virtual directory and the Exadmin in IIS. You should also read and review Microsoft Article ID : 324345. <a target="_blank" href="http://support.microsoft.com/kb/324345/en-us" onclick="pageTracker._trackPageview('/outgoing/support.microsoft.com/kb/324345/en-us?referer=');">http://support.microsoft.com/kb/324345/en-us</a></p>
<p>Another solution is to use the ADSIEdit utility to manually stop the Exchange System Manager from using SSL. You can do so by doing the following:</p>
<ol>
<li>Install the ADSIEdit Utility (a Windows Server Support tool) from your SBS CD using suptools.msi</li>
<li>Run a Microsoft Management console (Start-&gt;Run-&gt;MMC)</li>
<li>Open the ADSIedit.msc (browse to the Support Tools folder)</li>
<li>Drill down to: Configuration &gt; Services &gt;  Microsoft Exchange &gt; Domain Name &gt; Administrative Groups &gt;     First Administrative Group &gt; Servers &gt; Servername &gt; Protocols &gt; HTTP &gt; 1 &gt; Exadmin</li>
<li>Right click msExchSecureBindings, and click Properties</li>
<li>Highlight :443: and click Remove</li>
<li>Click OK</li>
<li>Restart the Exchange System Attendant and the IIS Admin service</li>
</ol>
<p><span id="more-1038"></span>Another solution is to delete the certificate from the Default Web site properties and then re-running CEICW and re-apply the same certificate details. Then restart the IIS Admin Service and reopen the System Manager. You should now be able to access the Public Folders.</p>
<p>Alternatively you can check if you have the FQDN of the server on the certificate. You can also try adding the FQDN of the server and its IP address to the host file. Uncheck SSL in “ExAdmin” Virtual Directory based on KB, and restart ESM. If the issue still persists, uninstall the certificate temporarily from the default website folder and monitor the issue again, then reassign the certificate.</p>
<p>Still another way to resolve this issue is to remove the SSL on the Exadmin virtual directory. Follow the steps outlined below:</p>
<ol>
<li>Click Start, point to Programs, click Administrative Tools, and then<br />
click Internet Services Manager.</li>
<li>Click your server, and then expand the Web site that contains the<br />
Exadmin virtual root (the default Web site is &#8220;Default Web Site&#8221;).</li>
<li>Right-click Exadmin, and then click Properties.</li>
<li>Click the Directory Security tab.</li>
<li>Under Secure Communications, click Edit.</li>
<li>Click to clear the Require secure channel (SSL) check box. If Require<br />
128-bit encryption is shaded, click to select Require secure channel (SSL), click to clear Require 128-bit encryption, and then click to clear the Require secure channel (SSL) check box again.</li>
<li>Click OK, OK.</li>
<li>Restart Exchange System Attendant Service (Services.msc) and then restart Exchange System Manager</li>
</ol>
<p>If the issue persists then you can collect the IIS metabase on Exchange Server and send it to Microsoft support for further review.</p>
<ol>
<li>On Exchange Server, install .NET Framework Version 1.1:<br />
<a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842&amp;referer=');">http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&amp;DisplayLang=en</a></li>
<li>Install MBExplorer by installing IIS 6 Resource Kit Tools:<br />
<a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A-4C73" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A-4C73&amp;referer=');">http://www.microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A-4C73-B628-ADE629C89499&amp;displaylang=en</a></li>
<li>After installation is complete, access it from Start, Programs, IIS Resources, Metabase Explorer.</li>
<li>In the left pane, right click &#8221;LM&#8221; to choose &#8221;Export to file&#8221;, and then save it as IIS.mbk.</li>
<li>Compress the mbk file and send it to Microsoft for review.</li>
</ol>
<p>Many times you will receive additional error messages along with the c103b404 error code. You might see something like the following when you use Exchange System Manager to view public folders in Exchange:<br />
 <br />
The SSL certificate server name is incorrect.<br />
ID no: c103b404<br />
Exchange System Manager</p>
<p>The connection was aborted. Ensure that the settings on your default Web site are correct and refresh the Public Folder Tree<br />
ID no: c103b402<br />
Exchange System Manager</p>
<p>The token supplied to the function is invalid.<br />
ID no: 80090308<br />
Exchange System Manager</p>
<p>I’ve already mentioned that the error can occur if you do not have the Fully Qualified Domain Name (FQDN) of the server on the Secure Sockets Layer (SSL) certificate. You can also get the error if an SSL certificate is incorrectly published to the Exadmin virtual root in Internet Information Services (IIS).</p>
<p>You can correct the issue by publishing a new SSL certificate that has the FQDN of the Exchange server to the IIS server.</p>
<p>You can also remove SSL from the Exadmin virtual root in IIS by following the steps mentioned previously.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/06/troubleshooting-error-code-c103b404/">Troubleshooting Error Code c103b404</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/troubleshooting-error-code-c103b404/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Error Code 0&#215;80040119</title>
		<link>http://www.theemailadmin.com/2009/05/troubleshooting-error-code-0x80040119/</link>
		<comments>http://www.theemailadmin.com/2009/05/troubleshooting-error-code-0x80040119/#comments</comments>
		<pubDate>Fri, 29 May 2009 13:58:40 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[error codes]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=960</guid>
		<description><![CDATA[Troubleshooting error codes in Microsoft Windows can be an arduous task. Oftentimes the error code can occur under different conditions and will take multiple diagnostic paths until you discover the reason for the error. Sometimes the error can seem random and other times the error is consistent and can be reproduced. For instance, error code [...]<p><a href="http://www.theemailadmin.com/2009/05/troubleshooting-error-code-0x80040119/">Troubleshooting Error Code 0&#215;80040119</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F05%2Ftroubleshooting-error-code-0x80040119%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F05_2Ftroubleshooting-error-code-0x80040119_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F05%2Ftroubleshooting-error-code-0x80040119%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Troubleshooting error codes in Microsoft Windows can be an arduous task. Oftentimes the error code can occur under different conditions and will take multiple diagnostic paths until you discover the reason for the error. Sometimes the error can seem random and other times the error is consistent and can be reproduced.</p>
<p>For instance, error code 0&#215;80040119 is most often produced to indicate synchronization problems. Sometimes the error will occur after you’ve performed an Exchange upgrade. But diagnosing what code or application produced the error will take some time.  If you’re like most system administrators your highest priority is to keep the systems up and running. And this implies that you need to keep your end users up and running. So with that pretext in mind I will focus this blog post on how to correct your problem so that you can keep your users online and as productive as possible.</p>
<p>Sometimes you will have a small number of email users, out of hundreds of users, who are the only ones receiving email error messages. Everyone else will be receiving emails with no problems.  The email error messages will reference error code 0&#215;80040119 and say something about client operation failures or synchronization errors. One such system administrator running Microsoft Outlook had the situation where only a couple email users out of many were receiving emails indicating synchronization issues. Here’s a sample of those email error messages:</p>
<p>Synchronizer Version 11.0.6352<br />
Synchronizing Mailbox &#8216;John, Doe&#8217;<br />
Synchronizing Hierarchy<br />
Error synchronizing folder<br />
       [80040119-501-0-5C0]<br />
       The client operation failed.<br />
       Microsoft Exchange Server Information Store<br />
       For more information on this failure, click the URL below:<br />
       <a target="_blank" href="http://www.microsoft.com/support/prodredirect/outlook2000_us.asp?err=80040119-501-0-5c0" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/support/prodredirect/outlook2000_us.asp?err=80040119-501-0-5c0&amp;referer=');">http://www.microsoft.com/support/prodredirect/outlook2000_us.asp?err=80040119-501-0-5c0</a><br />
Done<br />
Microsoft Exchange offline address book<br />
Download successful</p>
<p>A possible solution is to recreate the outlook profile for each user who is having the error messages. This has been known to fix the problem in the past.</p>
<p><span id="more-960"></span>Open Control Panel and double click the mail icon.  Then select Show Profiles and Add a new profile.  Proceed through all the necessary steps to create the account until you are finished.  When all &#8216;add profile&#8217; steps have been completed and you have confirmed that all your profile settings are correct then you can delete the old profile.  Your users should not receive any more synchronization error messages.</p>
<p>You can also try:<br />
Go into TOOLS &#8211; ACCOUNT SETTINGS<br />
Select your exchange account<br />
Click on CHANGE<br />
Click the MORE SETTINGS button<br />
Click on the ADVACED TAB<br />
Uncheck &#8220;Download public Folders Favorites&#8221;<br />
OK &#8211; NEXT &#8211; CLOSE</p>
<p>This is a good solution for two or three users who are having this problem but what do you do when a couple of hundred users are receiving the same error messages? Or maybe all your users are receiving the same error messages?</p>
<p>This is the reason why backups and replicas are important. It’s a lot easier to restore information for a couple of hundred users than it is to have to spend hours and hours manually rebuilding user profile information.</p>
<p>I mentioned earlier that your diagnostic path for resolving error code 80040119 can be varied given the different circumstances that the error will manifest itself.</p>
<p>Sometimes, the error message will report:</p>
<p>Failed to locate correct profile. Please close Outlook, open Outlook, and synchronize again. ERROR: 80040119 Communication Failure (80040119,4011).</p>
<p>If you get the error for all four Outlook conduits, then you should do the following:</p>
<p>If you are using Windows Vista:</p>
<ol>
<li>Go to Start/Search</li>
<li>Click on the drop down for Advanced Search in the upper right corner</li>
<li>Click on the drop down for location and select Local Disk (C:)</li>
<li>Enter mapi32.dll in the Name field</li>
<li>Check the box for &#8220;Include non-indexed, hidden, and system files (might be slow)</li>
<li>Hit Search</li>
<li>Once the file is located (should be in C:windows/sysem32) right mouse click on it and select rename</li>
<li>Change the .dll to .old</li>
<li>Open Outlook and wait 30 second to 2 minutes. See if you get a message that a recently installed program may cause Outlook to function improperly. Answer yes that you want Outlook to repair the problem. Wait another minute, close and reopen Outlook.</li>
<li>Sync again</li>
</ol>
<p>If you are using Windows XP:</p>
<ol>
<li>Ensure that Outlook is shut down (including any open e-mails or other Outlook applications).</li>
<li>Click on &#8220;Start/Find/Files and Folders&#8221;, and type MAPI32.DLL in the &#8220;Named&#8221; field.</li>
<li>Look for the Mapi32.dll file that is located in C:\Windows\system or C:\winnt\system32 depending on which version of Windows you have. Then right mouse click on that file, and click on &#8220;Rename&#8221; from the pop up menu and rename it to Mapi32.old</li>
<li>Open Outlook. You will get a message that a “Recently installed program” may be causing Outlook to function improperly. Choose to have Outlook fix the error. Wait approximately 30 seconds (you won’t see anything happen.)</li>
<li>Sync again</li>
</ol>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/05/troubleshooting-error-code-0x80040119/">Troubleshooting Error Code 0&#215;80040119</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/05/troubleshooting-error-code-0x80040119/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

