SharePoint au Quotidien

 

Retour page Accueil
Remonter

 

 

 

 

 

 

 

 

SharePoint Portal Server SP2

 

http://www.microsoft.com/sharepoint/server/downloads/sp2.asp

Téléchargez SharePoint Portal Server 2001 Service Pack 2
Service Pack 2 (SP2) provides improved server-side document management programmability for Web parts, updates based on the Microsoft Trustworthy Computing Initiative, and the latest fixes for customer-reported issues.

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

    Un nouveau Service Pack vient de sortir pour SharePoint Portal Server.
    Il est disponible sur le site de Microsoft.
    Il intervient sur les éléments suivants:

    • correction des failles de sécurité du Web Storage
    • correction des problèmes de fragmentation de la mémoire du Web Storage
    • évolution des objets PKMCDO utilisés dans les WP (montée en charge et stabilité sont accrues)
    • correction des failles de sécurité du provider OleDb de publication via internet
    • Ajout et mise à jour des HotFixes

    Ce service pack apporte aussi les correctifs du SP1 lors d'un installation, il n'est pas nécessaire d'installer le SP1 avant le SP2

    Voir Mon conseil en bas de ce document, je le met à jour avec tous les informations prises sur les newsgroup (cliquez là, merci).

 

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

Nom du fichier Lien Tailles
spsfull1.exe spsfull1.exe 28.9 MB
2 hr 20 min @ 28.8 Kbps
spsfull2.exe spsfull2.exe 25.5 MB
2 hr 4 min @ 28.8 Kbps
spsfull3.exe spsfull3.exe 25.0 MB
2 hr 1 min @ 28.8 Kbps
spsfull4.exe spsfull4.exe 27.7 MB
2 hr 14 min @ 28.8 Kbps
spsfull5.exe spsfull5.exe 24.7 MB
2 hr 0 min @ 28.8 Kbps

 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

 

Mon conseil :

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

1. Turned on directory browsing on the Portal Folder

2. We stopped the world wide web publishing service in Services.

    (we did not have to kill it but that may be necessary to kill inetinfo.exe.)

3. Stopped Exchange Information Store

4. Stopped SharePoint Portal Server Service

5. Then Stopped MS search service

6. Then Stopped IIS admin

7. Now started IIS admin

8. Started Exchange Information Store

9. Started SharePoint Portal Server Service

10. Started Ms search Service

11. Then started World Wide Web Publishing Service.

 

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.

 

 

Retour page Accueil ] Remonter ]

Envoyez un courrier électronique à EROL GIRAUDY (attention nospam dans l'E-mail) pour toute question ou remarque concernant ce site Web et visitez la rubrique Condition Utilisation et CNIL. Copyright © 2002 EROL (les sigles et logos ci-après sont la propriété de : Microsoft, Supinfo, Adobe, Compaq, HP, Sybari, Veritas, Moreover, K-map, Vyapin, Plumtree, Ixos, TooStore, K-Map, eRoom, DocKIT,NQL, Only4gurus, Nsius, Sharepointexperts, Iora, Erol, KCura, FrontPages, Nsi, Frontlook, IBuySpyPortal, moreover, slipstick, networknowledge, clubsps.org )
Dernière modification : samedi, 21. février 2004 19:05