Ryan 的个人资料Ryan's space照片日志列表更多 ![]() | 帮助 |
|
4月30日 Issue Loading Central Administration after MOSS SP2 InstallAfter installing SP2 on my development MOSS machine, I was unable to load the Central Administration site. By disabling custom errors and enabling the callstack in the Central Admin web.config file, I found out why I was having the issue. The web application could not load assembly “Microsoft.Internal.Mime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35”. The following web.config file was the culprit: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\ADMIN\web.config After checking the GAC, I noticed that there was a newer version of this assembly that SP2, see http://support.microsoft.com/default.aspx/kb/970359. Using Reflector, I copied the updated Name and updated the web.config file. Central Admin on my dev box is now working again. I suppose I could dig through the SP2 installation log to see if I can find out why this didn’t update… 11月20日 Find checked out files using MOSS Enterprise SearchThis article will walk you through how to leverage MOSS Enterprise Search to find all files that a user has currently checked out from Document Libraries. By using this method, a user will be able to find all documents that they have checked out for all web applications that are using the current Shared Service Provider. Obviously, the frequency in which you crawl SharePoint document libraries will affect the accuracy of these results. However, this provides a solution that does not require any custom coding and is just another way in which you can leverage MOSS Enterprise Search. Overview - the following are the steps that we will perform
Let's do it... 1. First, we need to create a new Managed Property that is mapped to the ows_CheckoutUser Crawled Property in the Shared Service Provider (SSP) .
2. Prior to being able to use the new managed property, a full crawl must be performed on a SharePoint content source of which you have at least one file checked out.
3. Once the full crawl has completed on the SharePoint content source, we can begin to use the new managed property. Depending on whether or not the MOSS profile import is configured, will determine what value you should use in your search query. In the case of my environment, I did not have my profile import configured and thus I will need to use my Active Directory user name in my query.
|
|
|