| 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 get an error message when you try to export a SharePoint list to Excel 2003, i.e. “Cannot get the list schema column property from the SharePoint list”
Cause
The DATE field requirement is changed in a custom list on a Windows SharePoint Services 3.0 Web site. If you try to export the custom list to a spreadsheet, Microsoft Excel starts, and a workbook that contains the data does not appear. Additionally, you receive the following error message:
Cannot get the list schema column property from the SharePoint list.
Workaround 1:
Workaround 2:
Workaround 3:
Posted in error | 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-auth | No Comments »