Have you run into some interesting errors or humorous Knowledge Base Articles lately? Well, I run into them once in a while. Here are a few. Sometimes in the middle of an intense troubleshooting session you deserve a little relief. Check em’ out.
The reason for this error was that the operation completed successfully
This error was on my SharePoint server.
The Windows SharePoint Services Timer service depends on the Netlogon service which failed to start because of the following error:
The operation completed successfully.
According to this screenshot from May 25, 2011 I used Adobe Acrobat Professional last time on April 23, 2072. That’s 61 years from now.
Last Used On 4/23/2072
Sometimes you need to slow down while surfing the Internet.
You’re disruptively hitting our Dell Factory Outlet web servers too fast, please slow down your incoming HTTP requests to our web servers. Thank you for your cooperation.
Microsoft KB article 282850: Cookies Lost After Upgrading to Windows XP
Microsoft KB article 281923: Hair color of the “person” icon for a user group becomes gray if the group contains more than 500 users
Microsoft KB article 228001: Network Adapter Does Not Work if Unplugged
Microsoft KB article 830680: Forgotten Password Wizard Prompts You to Insert a Disk into Drive C
Problem
In SharePoint 2010, you have multiple site collections on your intranet that you access on a regular basis. When you access these sites remotely from an external network and connect to the first site you are prompted for authentication. You logon successfully. Then you try to connect to the second, third and fourth Site Collection but you are prompted for authentication each time. You want to have access to all the sites without being prompted for authentication each time.
Solution
Add the intranet sites to the Local intranet zone in Internet Explorer 8.
Now once you logon to the first intranet site, you should be able to access all the other sites in different Site Collections without entering your username and password.
NOTE: There are lots of other scenarios where you may experience multiple authentication prompts and depending on the scenario you may have to use a different solution. One setting that you should be aware of is located in the Internet Explorer’s options.
A lot of blogs and articles on the Internet indicate that in order to crawl PDF documents in SharePoint Foundation 2010 you must install Microsoft Search Server. I want to clear this myth by stating that according to Microsoft, Search Server is not required to crawl PDF files in SharePoint Foundation 2010.
The main problem that people run into is the fact that, unlike WSS 3.0, SharePoint Foundation 2010 does not have an interface to add file extensions for additional file types and iFilters. So how can you crawl additional file types, such as PDFs, in SharePoint Foundation 2010? One easy solution is to use the following VB script. The VB script is available in the KB article 2518465. Here’s the step-by-step procedure.
end Sub
Sub Main
if WScript.Arguments.Count < 1 then
Usage
wscript.Quit(1)
end if
dim extension
extension = wscript.arguments(0)
Set gadmin = WScript.CreateObject(“SPSearch4.GatherMgr.1″, “”)
For Each application in gadmin.GatherApplications
For Each project in application.GatherProjects
project.Gather.Extensions.Add(extension)
Next
Next
End Sub
call Main
Note that this method adds the PDF extension. You can use the same technique to add additional filters as necessary.
If you go to Google or Bank of America’s Web site you will notice that your browser displays a custom logo to the left of the URL. It’s nice to have a custom icon or logo for a SharePoint 2010 site so when visitors add the site to their Favorites in Internet Explorer or Bookmarks in Mozilla Firefox it displays the custom icon/logo. I wrote about this last year but in this blog I have added numerous troubleshooting tips that will come handy. You can follow the procedure described below to change the browser icon for a SharePoint 2010 site.
There may be other methods of achieving this but this is the method that I use. The procedure is very simple but it requires you to use SharePoint Designer 2010. The good news is that SharePoint Designer 2010 is a free download from Microsoft. The bad news is that if you don’t know what you are doing you can completely destroy your site by “messing” with your site in SharePoint Designer.
WARNING! Always backup your site before you make any modifications to your site in SharePoint Designer 2010.




NOTE: If you are working with a standard HTML-based Web site (not a SharePoint site) then all you have to do is copy the favicon.ico file to the root of the Web site, e.g. wwwroot folder, and your icon will be displayed automatically. The root folder is where your home or index file is located. There is no need to edit any files.
Troubleshooting Tips
If your icon is not displaying properly, here are some troubleshooting tips.
Have you ever experienced the following error in SharePoint Server 2010 when you try to open a Microsoft Word 2010 file? I have run across this error a few times on Windows Server 2008 R2 computer running SharePoint Server 2010 and Office 2010.
Word experienced an error trying to open the file.
Try these suggestions.
* Check the file permissions for the document or drive.
* Make sure there is sufficient free memory and disk space.
* Open the file with the Text Recovery converter.
Here’s a solution that has worked for me.
You may also experience this error in other Microsoft Office 2010 applications. Just use the same method to disable Protected View.
Contact E-mail | Terms of Use | Privacy Policy
Copyright ©2010 Zubair Alexander. All rights reserved.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | Jul » | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
24 queries. 0.398 seconds