Scenario:
I faced this problem long back but forget to blog about it. Sharepoint search has a known issue : case-sensitive url issue.
What that mean is , both the Url listed below will be treated as one. So if Sharepoint search hits the first Url , it will crawl the Url content but will ignore the other one.
http://localhost/_layouts/custompage.aspx?Code=axVP <--
http://localhost/_layouts/custompage.aspx?Code=AXvp <--
Situations :
Reading files from other OS based system which supports case sensitive filenames
Solution:
Microsoft hot fix to enable the case sensitive file names search.
Also I will recommend to avoid designing any custom solution with case sensitive parameters.
Note: Hotfix will not solve the issue of Url case sensitivity.It will solve the issue of document name being case sensitive.
Article:
Hotfix Details
Follow on Twitter
Showing posts with label Hotfix. Show all posts
Showing posts with label Hotfix. Show all posts
Saturday, June 13, 2009
Wednesday, August 6, 2008
Scenario:
You get a message whenever you try to click or open any document from SharePoint Document Library.
Reason:
You might have a mixture of Office 2003 and Office 2007 products on your machine?
Resolution:
Microsoft Hotfix
Steps:
http://kbalertz.com/938888/Description-Office-hotfix.aspx
Tags:
Hotfix,
SharePoint
Subscribe to:
Posts (Atom)