|
|
|
|
http://www.microsoft.com/sharepoint/server/downloads/sp2.asp
En Français : http://www.microsoft.com/sharepoint/server/downloads/sp2_fr.asp Microsoft vient de mettre en ligne le dernier Service Pack Pour SharePoint Portal Server
SharePoint Portal Server 2001 Service Pack 2 (SP2) is a
cumulative service pack that provides improved server-side document management
programmability for Web Parts, updates based on the Microsoft Trustworthy
Computing Initiative, and the latest fixes for issues reported by customers. SharePoint Portal Server SP2 makes changes to the Internet Information Services (IIS) metabase that take effect upon restart. As a result, the portal may appear blank if browsed immediately after you install SP2 and then restart. If this occurs, please wait a few minutes then refresh the portal. All portal contents should appear correctly. SP2 is installed on top of existing SharePoint Portal Server installations, without any setup changes to the product. The SharePoint development team recommends that every installation of SharePoint Portal Server take advantage of these improvements. Note: During the installation, your current digital dashboard configuration is saved to a backup folder. (vois traduction ci-après). 1) To prevent this backup folder from being indexed and discovered by the search service, download Q314162.exe. 2) Open the file, unzip Q314162.vbs to your desktop, and then run the file. For more information, see article 314162 in the Microsoft Knowledge Base. When prompted, click Save this Program to Disk and then download the file to your computer. (Note: Be sure to save all the files to the same folder.) When the last download is complete, run spsfull1.exe, which will prompt you for a folder name to which all the files will be extracted. Type c:/sharepointserversp2 or enter a folder name of your own choosing. Once Spsfull1.exe has been extracted, it prompts you to extract spsfull2.exe, and so on through spsfull5.exe. When all five files have been extracted, navigate to the folder name you specified and then start Launch.exe. Download Components
Note: Pendant l'installation, votre configuration du digital dashboard est sauvée dans un répertoire de sauvegarde. Pour empêcher ce répertoire de sauvegarde d'être indexé et trouvé par 'the search service', téléchargez: Q314162.exe.
Voici le script de la VB : Dim InfoNT, oWorkspaceFolder, oBackupFolder, oRS1, oRS2 Set InfoNT = CreateObject("WinNTSystemInfo") Set oWorkspaceFolder = CreateObject("CDO.KnowledgeFolder") Set oBackupFolder = CreateObject("CDO.KnowledgeFolder") oWorkspaceFolder.DataSource.Open "http://" & InfoNT.ComputerName & "/SharePoint Portal Server/workspaces/" Set oRS1 = CreateObject("ADODB.Recordset") Set oRS2 = CreateObject("ADODB.Recordset") Set oRS1 = oWorkspaceFolder.SubFolders 'Get list of workspaces on server While Not oRS1.EOF 'Turn off indexing of Portal.Backup folder and sub folders if not oRS1.Fields("DAV:IsHidden") then 'Only process non-hidden folders in /SharePoint Portal Server/workspaces/ SetNoIndex oRS1.Fields("DAV:href") & "/Portal/Portal.Backup" oBackupFolder.DataSource.Open oRS1.Fields("DAV:href") & "/Portal/Portal.Backup" Set oRS2 = oBackupFolder.SubFolders While Not oRS2.EOF SetNoIndex oRS2.Fields("DAV:href") oRS2.MoveNext Wend wscript.echo "Indexing disabled for " & oRS1.Fields("DAV:href") & "/Portal/Portal.Backup" End If oRS1.MoveNext Wend
Sub SetNoIndex(strURL) Dim Rec, Conn, Flds Set Rec = CreateObject("ADODB.Record") Set Conn = CreateObject("ADODB.Connection") Conn.Provider = "ExOLEDB.DataSource" Conn.Open strURL Rec.Open replace(strURL, "", "%20"), Conn, 3 Set Flds = Rec.Fields Flds("urn:schemas.microsoft.com:fulltextqueryinfo:noindex") = "True" Flds.Update End Sub
Faites une bonne sauvegarde avec MSDMBac voir (1) et gardez bien SP1 pour SPS afin de tout restaurer. On n'est jamais assez prudent ! François-Xavier m'indiquait : Il faut faire une sauvegarde sous le SP1, puis passer le SP2 et faire une sauvegarde sous le SP2. J'ai déjà fait la manip sous mes environnements de développement et de test et tout à l'air de fonctionner normalement sauf la fragmentation de la mémoire.
Rectification, cela a l'air de marcher. il
fallait inhiber un paramètre
(/3gb) dans le boot.ini de Windows Server.
Il semble que Microsoft Conseil : pour plus d'infos => voyez arret_SPS
Waited about 5 minutes the opened fresh copy of IE and the dashboard was properly configured, Believe it or not the very last step, waiting 5 minutes or so, is important. This should fix the problem.
| |||||||||||||||||||||||
|
|