| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Nov | ||||||
| 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 | 31 | ||||
27. November 2008 by admin.
You may find that in certain situations, it takes a longer time than you expect for Microsoft Office SharePoint Server 2007 or Microsoft Office SharePoint Portal Server 2003 to crawl content in the portal site and update the content index. Performance is slow, although a hard disk, CPU, or network bottleneck does not exist.
This issue may occur if a proxy server is not configured for the search service in SharePoint Server 2007 or in SharePoint Portal Server 2003 and a proxy server is configured in Microsoft Internet Explorer. When a proxy server is not configured for the search service in SharePoint Server 2007 or in SharePoint Portal Server 2003, the account that is configured as the default content access account uses the proxy server settings that are configured in Internet Explorer.
WORKAROUND
To work around this issue, remove the proxy settings that are configured in Internet Explorer, and then do one of the following:
To do so, follow these steps:
REFERENCE: http://support.microsoft.com/kb/829216
Posted in error messages | No Comments »
26. November 2008 by admin.
Microsoft Office SharePoint Server 2007 or Microsoft Office SharePoint Server 2007 for Search is directed to crawl content that is saved on sites that require forms-based authentication or cookie-based authentication. However, only the logon page of a site is crawled.
To enable the crawling of sites that require forms-based authentication or cookie-based authentication, use the AddRule.exe command-line tool after you apply this hotfix. To obtain the AddRule.exe command-line tool, visit the following Microsoft Web site:
http://www.microsoft.com/downloads/details.aspx?FamilyId=D5090BC4-5B4F-411B-8CDE-E37D33F7EFDF
| AddRule.exe | This command displays the following help text:
Usage: AddRule.exe <xml file> The structure of the input file is specified in the instructions provided with this hotfix. |
| AddRule.exe input xml file | This command will add the crawl rule based on the XML file. These rules are added to the end of their current set of crawl rules. The administrator can later change the order by using the user interface.If the XML file is malformed, you may receive an error message. |
You may receive the following error messages if the XML file is malformed.
Syntax error: [rules] element not found as the only node at the root.
Syntax error: <missing node> element unexpected.
Syntax error: <node name> element already exists for the current rule
Syntax error: unrecognized value for the <type> element
Syntax error: unrecognized value for the <login_type> element
Note If the administrator reruns this command by using another input file and then finds that the path is identical to an existing rule, the command will modify the rule.
The CrawlRuleAuthenticationType enumeration includes the following new values:
The SetCredentials method in the crawl rules object model is overloaded with two new implementations.
The forms-based authentication rule takes the following input parameters in the following order:
The cookie-based authentication rule takes the following input parameters in the following order:
Note The encryption of the name value pairs and of the cookies is performed by using the same mechanism that is currently available.
Reference: http://support.microsoft.com/kb/934577
Posted in form-based | No Comments »