<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.sharepointblogs.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>mindykelly&amp;#39;s blog</title><link>http://www.sharepointblogs.com/mindykelly/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Some icons disappear in MOSS</title><link>http://www.sharepointblogs.com/mindykelly/archive/2008/05/16/some-icons-disappear-in-moss.aspx</link><pubDate>Fri, 16 May 2008 17:40:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16556</guid><dc:creator>mindy</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/mindykelly/rsscomments.aspx?PostID=16556</wfw:commentRss><comments>http://www.sharepointblogs.com/mindykelly/archive/2008/05/16/some-icons-disappear-in-moss.aspx#comments</comments><description>&lt;p&gt;I ran into an interesting problem this week in SharePoint (MOSS). On some sub-web sites, the attachment (paperclip) icon disappeared. I also noted that some other miscellaneous icons were replaced with the ugly red X. However, this problem did not occur in the top level site in the collection. Odd.&lt;/p&gt;
&lt;p&gt;I checked permissions all over the place and couldn&amp;#39;t find any reason why this would be happening. Then I discovered through a forum that the application pool settings do indeed affect permissions to virtual directories. A colleague had recently changed the primary application pool for our portal as a troubleshooting step with Microsoft support (we&amp;#39;re experiencing some memory leak issues).&lt;/p&gt;
&lt;p&gt;The changed application pool propogated down from the web site to the virtual directories, but not to the applications below (such as &amp;#39;images&amp;#39;). Voila! Changed the app pools on those applications to the new app pool and everything worked again.&lt;/p&gt;
&lt;p&gt;Another SharePoint mystery solved!&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16556" width="1" height="1"&gt;</description></item><item><title>Advanced Search issue in MOSS</title><link>http://www.sharepointblogs.com/mindykelly/archive/2007/09/26/advanced-search-issue-in-moss.aspx</link><pubDate>Wed, 26 Sep 2007 21:16:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:6380</guid><dc:creator>mindy</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/mindykelly/rsscomments.aspx?PostID=6380</wfw:commentRss><comments>http://www.sharepointblogs.com/mindykelly/archive/2007/09/26/advanced-search-issue-in-moss.aspx#comments</comments><description>&lt;p&gt;There are plenty of blogs and articles that explain how to add properties to Advanced Search in MOSS, so I&amp;#39;m not going to get into that here.&lt;/p&gt;
&lt;p&gt;What I have found is that there is an issue with the ModifiedBy property, where by default, the number of items found with this property is a big fat zero (0).&lt;/p&gt;
&lt;p&gt;Finally, a solution that works!&lt;/p&gt;
&lt;p&gt;The post is here: &lt;a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2195994&amp;amp;SiteID=1&amp;amp;mode=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2195994&amp;amp;SiteID=1&amp;amp;mode=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have copied Pritam Dahake&amp;#39;s solution in case the forum post is somehow deleted:&lt;/p&gt;
&lt;p&gt;Here are the steps to manually hook the Last Modified By field to the creawled field.&lt;/p&gt;
&lt;p align="left"&gt;1)&amp;nbsp;Open Central administration -&amp;gt; Shared Services -&amp;gt; SharedServices (X being the number of the shared services provider for the site you are creating a mapping)&amp;nbsp; - &amp;gt; search settings -&amp;gt; metadata property mappings &lt;br /&gt;2)&amp;nbsp;Click “Modifiedby” to edit the properties &lt;br /&gt;3)&amp;nbsp;Make sure&amp;nbsp; “Include values from all crawled properties mapped” is selected&lt;br /&gt;4)&amp;nbsp;Click “add mapping” and select the “Office” category from the dropdown list. &lt;br /&gt;5)&amp;nbsp;look for a property named “OFFICE:8” , click “OK”&lt;br /&gt;6)&amp;nbsp;Click “add mapping” and select the “ows_Last_x0020_Modified(text)” from the ALL categories dropdown list, Click “OK”&lt;br /&gt;7)&amp;nbsp; Make sure the box is checked “Allow this property to be used in scopes”, click “OK”&lt;br /&gt;8)&amp;nbsp;Click on “Crawled Properties” link on the left side of the Shared Services Administration page. &lt;br /&gt;9)&amp;nbsp;Click On the “Office” Category.&lt;br /&gt;10)&amp;nbsp;The mapped property you just created should be listed in the “Mapped To” column of the Office:8(Text) category.&lt;br /&gt;11)&amp;nbsp;Click on the Office:8(Text) category to view the properties.&lt;br /&gt;12)&amp;nbsp;In the “name and information” section, you should see the “property Set ID:” value is&amp;nbsp; &amp;#39;F29F85E0-4FF9-1068-AB91-08002B27B3D9&amp;#39; ...&lt;strong&gt;This is very important!!!&lt;/strong&gt;&lt;br /&gt;13)&amp;nbsp;In the “Mappings to managed properties” section the managed property you edited in steps 2 – 7 should be listed. &lt;br /&gt;14)&amp;nbsp;The box to “Include values for this property in the search index” should be checked.&lt;br /&gt;15)&amp;nbsp;Click “OK” to exit this page.&lt;br /&gt;16)&amp;nbsp;Open “Shared Services administration” -&amp;gt; “ShareservicesX” -&amp;gt; “Search Settings” -&amp;gt; “Content Sources and crawl schedules” &lt;br /&gt;17)&amp;nbsp;Click on “Local Office SharePoint Server sites” to expand the dropdown list and select “Start full crawl” &lt;br /&gt;18)&amp;nbsp;When the crawl has completed, navigate to the site collection -&amp;gt; click on the search tab. &lt;br /&gt;19)&amp;nbsp;Select “Advanced Search” &lt;br /&gt;20)&amp;nbsp;In the properties dropdown list select &amp;quot;Last Modified By&amp;quot;&lt;br /&gt;21)&amp;nbsp;Select contains&lt;br /&gt;22)&amp;nbsp;Enter a name that you know has added / edited a document&lt;br /&gt;23)&amp;nbsp;Click the magnifier to execute the search&lt;br /&gt;24)&amp;nbsp;Get back results.&lt;/p&gt;
&lt;p align="left"&gt;&amp;nbsp;WOOHOO to Pritam!&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=6380" width="1" height="1"&gt;</description></item><item><title>Add a link to a document within a Document Library in MOSS</title><link>http://www.sharepointblogs.com/mindykelly/archive/2007/09/11/add-a-link-to-a-document-within-a-document-library-in-moss.aspx</link><pubDate>Tue, 11 Sep 2007 20:27:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:5648</guid><dc:creator>mindy</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/mindykelly/rsscomments.aspx?PostID=5648</wfw:commentRss><comments>http://www.sharepointblogs.com/mindykelly/archive/2007/09/11/add-a-link-to-a-document-within-a-document-library-in-moss.aspx#comments</comments><description>&lt;p&gt;Many people within my company have asked how they can add links to documents inside their document libraries so that there are not multiple copies of a single document floating around the system.&lt;/p&gt;
&lt;p&gt;A quick and easy way to do this is to add a content type of &lt;strong&gt;Link to a Document&lt;/strong&gt; and then use this content type for links.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;How to set this up:&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In your document library, go into &lt;strong&gt;Settings / Document Library Settings&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Click on &lt;strong&gt;Advanced Settings&lt;/strong&gt; and ensure that &lt;strong&gt;Allow Management of Content Types?&lt;/strong&gt; is set to &lt;strong&gt;Yes&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;From the Settings page, click &lt;strong&gt;Add from existing site&amp;nbsp;content types&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Select &lt;strong&gt;Link to a Document&lt;/strong&gt;, click &lt;strong&gt;Add&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;From within the document library, select the drop-down arrow next to &lt;strong&gt;New&lt;/strong&gt; and choose &lt;strong&gt;Link to a Document&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Enter the document name and URL &lt;/p&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;You can get the URL from another document by choosing the target document&amp;#39;s drop-down menu and selecting Send To E-Mail a Link&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;An email will open automatically&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Copy and paste the link from the email into the &lt;strong&gt;URL&lt;/strong&gt; field on the &lt;strong&gt;New Link to a Document&lt;/strong&gt; form&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;
&lt;p&gt;Click &lt;strong&gt;OK&lt;/strong&gt; and you will see the new document link in your document library view&lt;/p&gt;
&lt;p&gt;[Note: Someone has documented these steps with pictures here! &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=49"&gt;http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=49&lt;/a&gt;&amp;nbsp;]&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=5648" width="1" height="1"&gt;</description></item><item><title>Alerts not working in MOSS</title><link>http://www.sharepointblogs.com/mindykelly/archive/2007/08/01/alerts-not-working-in-moss.aspx</link><pubDate>Wed, 01 Aug 2007 18:49:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:3823</guid><dc:creator>mindy</dc:creator><slash:comments>16</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/mindykelly/rsscomments.aspx?PostID=3823</wfw:commentRss><comments>http://www.sharepointblogs.com/mindykelly/archive/2007/08/01/alerts-not-working-in-moss.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;&lt;u&gt;Problem:&lt;/u&gt;&lt;/strong&gt; Alerts on document libraries in MOSS work for portal administrators, but not for regular users. Regular users do receive the email notifying them that their alert has been set up.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Information:&lt;/u&gt;&lt;/strong&gt; This was only happening on sites created with custom site definitions. Testing showed that the &amp;#39;approval&amp;#39; permission could be added to the Members or other group of the site and alerts would then work for those users, but that is not a good solution for most environments.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Solution:&lt;/u&gt;&lt;/strong&gt; Not a pretty one, but the best that Microsoft could come up with. &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;On all document libraries on custom site definition sites, break permissions inheritance and then re-inherit&lt;/strong&gt;. It seems that something was broken in the site definition with regard to permissions. MS developer support is investigating, but the cause is still unknown.&lt;/p&gt;&lt;/blockquote&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=3823" width="1" height="1"&gt;</description></item><item><title>MOSS 2007 Spell Check Issue</title><link>http://www.sharepointblogs.com/mindykelly/archive/2007/06/20/moss-2007-spell-check-issue.aspx</link><pubDate>Wed, 20 Jun 2007 15:05:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:2142</guid><dc:creator>mindy</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/mindykelly/rsscomments.aspx?PostID=2142</wfw:commentRss><comments>http://www.sharepointblogs.com/mindykelly/archive/2007/06/20/moss-2007-spell-check-issue.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;For months we have been having a problem with spell check in my environment where non-admin users were unable to run spell check within MOSS and receive the error &amp;quot;Spelling did not complete properly. If this problem persists, notify your system administrator.&amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;In my case, users have &lt;strong&gt;Read&lt;/strong&gt; access across the portal except to certain sub-sites where they are given &lt;strong&gt;Contribute&lt;/strong&gt; and other permissions. As it turned out, the library for the custom dictionary that I had created also only had Read permissions for general users. &lt;em&gt;&lt;b&gt;Changing their permissions to Contribute solved the problem&lt;/b&gt;&lt;/em&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;If you want to setup a custom dictionary in SharePoint you can do so on a Site Collection basis (i.e. one custom dictionary per site collection). To do so:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;mso-bidi-font-size:12.0pt;"&gt;&lt;span style="mso-list:Ignore;"&gt;o&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;Create a new Document Library at the root of your site collection called &amp;quot;Spelling&amp;quot; &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;mso-bidi-font-size:12.0pt;"&gt;&lt;span style="mso-list:Ignore;"&gt;o&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;Upload a text document to this library called &amp;quot;Custom Dictionary.txt&amp;quot; &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level2 lfo1;tab-stops:list 1.0in;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;mso-bidi-font-size:12.0pt;"&gt;&lt;span style="mso-list:Ignore;"&gt;o&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;In the text document place one term per line. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;These terms will no longer be detected as spelling mistakes when you do a spell check through the UI.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;These instructions came directly from: &lt;/font&gt;&lt;a href="http://mosschampions.com/blogs/moss/archive/2006/11/21/Configure-a-Custom-Dictionary-for-Spell-Check-in-SharePoint.aspx"&gt;&lt;font face="Times New Roman" size="3"&gt;http://mosschampions.com/blogs/moss/archive/2006/11/21/Configure-a-Custom-Dictionary-for-Spell-Check-in-SharePoint.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;b&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;-Just make sure to give all users contribute access to this library!&lt;/font&gt;&lt;/b&gt;&lt;/em&gt;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=2142" width="1" height="1"&gt;</description></item><item><title>Don't name the URL for a sub-site 'CON' in MOSS 2007</title><link>http://www.sharepointblogs.com/mindykelly/archive/2007/06/20/don-t-name-the-url-for-a-sub-site-con-in-moss-2007.aspx</link><pubDate>Wed, 20 Jun 2007 15:04:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:2141</guid><dc:creator>mindy</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/mindykelly/rsscomments.aspx?PostID=2141</wfw:commentRss><comments>http://www.sharepointblogs.com/mindykelly/archive/2007/06/20/don-t-name-the-url-for-a-sub-site-con-in-moss-2007.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;In trying to create a team site for a department called .../Commercial/Content, I use short names (e.g. .../CML/CON). Apparently CON is some kind of a system no-no. I have not searched on this problem, so there may be information posted out there on this issue somewhere:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;When creating a site in Microsoft Office SharePoint Server (MOSS) 2007, the URL cannot be ..../&lt;strong&gt;con&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;The system allowed me to do it, and it created the site, but the page was 100% blank.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;Microsoft, how about popping up an error or something when an illegal system name is used, rather than allowing the site to be created?&lt;/font&gt;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=2141" width="1" height="1"&gt;</description></item><item><title>Incoming email on MOSS 2007</title><link>http://www.sharepointblogs.com/mindykelly/archive/2007/06/20/incoming-email-on-moss-2007.aspx</link><pubDate>Wed, 20 Jun 2007 15:02:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:2140</guid><dc:creator>mindy</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/mindykelly/rsscomments.aspx?PostID=2140</wfw:commentRss><comments>http://www.sharepointblogs.com/mindykelly/archive/2007/06/20/incoming-email-on-moss-2007.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;This post is not about how to configure incoming email (there is a GREAT white paper on the subject here: &lt;/font&gt;&lt;a href="http://www.combined-knowledge.com/Downloads%202007.htm"&gt;&lt;font face="Times New Roman" size="3"&gt;http://www.combined-knowledge.com/Downloads%202007.htm&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;). Instead, I will focus on an issue that I ran into while setting it up in a server farm environment with Microsoft Forefront Security. Forefront was installed on both of the front-end web servers.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;When I followed the instructions in the white paper &lt;/font&gt;&lt;a href="http://www.combined-knowledge.com/Downloads/Moss07incoming_e-mail.pdf"&gt;&lt;font face="Times New Roman" size="3"&gt;How to configure Email Enabled Lists in Moss2007 beta 2 using Exchange 2003 in the domain for receiving both local and external e-mail to the list&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;(note that I opted to NOT automatically create distribution lists and contacts in Active Directory, so did not configure that piece) I found that email made it all the way to the inetput\mailroot\drop folder on the connected front-end MOSS server and was picked up by the timer service, however, an error was consistently reported:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:darkgreen;"&gt;&lt;font face="Times New Roman" size="3"&gt;OWSTIMER.EXE (0x0950)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;Windows SharePoint Services&amp;nbsp;&amp;nbsp; &lt;br /&gt;E-Mail&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;6874 &lt;br /&gt;Warning An error occurred while attempting to create an attachment for an &lt;br /&gt;item sent via e-mail. The e-mail was sent to the list &amp;quot;&amp;lt;doc library name&amp;gt;&amp;quot;, &lt;br /&gt;and the error was:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;Useful, right?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;Through some research and tons of troubleshooting, I disabled Forefront Security on the front-end MOSS servers. For those who are frustrated with it, the services will automatically restart unless you disable them. After disabling the Forefront services, I tried sending email to a document library again and received the following error message:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:green;"&gt;&lt;font face="Times New Roman" size="3"&gt;OWSTIMER.EXE (0x0950)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;Windows SharePoint Services&amp;nbsp;&amp;nbsp; &lt;br /&gt;E-Mail&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;6874 &lt;br /&gt;Warning An error occurred while attempting to create an attachment for an &lt;br /&gt;item sent via e-mail. The e-mail was sent to the list &amp;quot;&amp;lt;doc library name&amp;gt;&amp;quot;, &lt;br /&gt;and the error was: Unknown server error number: d.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;I uninstalled Forefront Security and the problem went away, I was able to successfully email documents to document libraries.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;At this point I called Microsoft Technical support and was eventually transfered to Forefront security. They provided me with the following fix:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;The FSCRealtimeScanner.exe (old AntigenRealtime.exe) is running as Network Service account as default.&amp;nbsp; It does not have access to SPSTimer service.&amp;nbsp; There is a hidden registry key “LegacyScanAccount”.&amp;nbsp; When it is set to 1, FSCRealtimeScanner.exe will run as LocalSystem.&lt;br /&gt;&lt;br /&gt;Do the following:&lt;br /&gt;&lt;br /&gt;·&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Stop FSCController service.&amp;nbsp; Check task manager to make sure FSCController.exe and all the FSCRealtimeScanner.exe are shut down.&lt;br /&gt;·&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Run “iisreset /stop”&lt;br /&gt;·&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Run “net stop sptimerv3”&lt;br /&gt;·&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Add registry DWORD “LegacyScanAccount” with value 1 under &lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Forefront Server Security\SharePoint\&amp;nbsp; for 32 bit machine or HKEY_LOCAL_MACHINE\SOFTWARE\ &lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Forefront Server &lt;br /&gt;Security\SharePoint\ for 64 bit machine.&lt;br /&gt;·&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Run “net start sptimerv3”&lt;br /&gt;·&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Run “iisreset /start”&lt;br /&gt;·&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Send email to check if it works.&amp;nbsp; FSCRealtimeScanner.exe should run as SYSTEM after you send an email to doc library.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;This worked... of course it also created additional issues created by Forefront. More on those later.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman"&gt;&lt;strong&gt;&lt;span style="FONT-SIZE:12pt;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;Update [3/14/07]:&lt;/span&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt; I have given up on Forefront, after this fix, stsadm would not work and there was some kind of .Net problem. Removing Forefront fixed the problem. Unfortunately, I did not save the event logs and they have rolled over. *Heck*, this all happened the week I went on vacation.&amp;nbsp;I now have Trend Portal Protect for MOSS installed and it appears to be working quite well.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=2140" width="1" height="1"&gt;</description></item></channel></rss>