Sharepoint Conference 2008
March 2008. It 's the date of the upcoming Sharepoint Conference to be held in Seattle (WA).
E 'already active official site http://www.mssharepointconference.com/Pages/default.aspx .
If you plan to go to bring an umbrella. In Seattle piove 300 giorni all'anno!
Se non lo sapete già esiste il sito della Sharepoint Conference 2007 EMEA di Berlino (Febbraio 2007) all'indirizzo http://www.sharepointconference.eu/ con tutte le presentazioni disponibili su http://www.sharepointemea.com/spc2007 con Username = sharepointemeaguest e Password = sharepointemeaguest.
Se avete in mente di andare a Seattle fatemelo sapere (non so se riuscirò ma se riesco ad andare facciamo una comitiva ;-) )
Thursday, October 25, 2007
Wednesday, October 17, 2007
Letter Of Confirmation Of Community Hours Service
IMPORTANTE - Aggiornamento di Sicurezza
Microsoft ha appena rilasciato il Security Bulletin MS07-059 relativo ad una vulnerabilità di WSS 3.0 e MOSS 2007. E' un aggiornamento molto importante.
Microsoft ha appena rilasciato il Security Bulletin MS07-059 relativo ad una vulnerabilità di WSS 3.0 e MOSS 2007. E' un aggiornamento molto importante.
Monday, October 15, 2007
Can I Drive With Indian License In Schenectady
Migrazione WSS 2.0 su MOSS 2007
Dopo un periodo di attività intensa (e qualche vacanza...) torno a postare qualcosa.
Ed in particolare alcune informazioni riguardanti la migrazione da WSS 2.0 a 3.0 e MOSS 2007.
Recentemente ho partecipato ad una migrazione in cui un numero consistente di siti (alcune centinaia) di WSS 2.0 dovevano essere migrati su MOSS 2007 nella maniera più "safe" possibile passando su un nuovo hardware.
Innanzi tutto occorre verificare che la versione 2.0 porti perlomeno la service pack 2 ed eventualmente installarla.
Nel nostro caso abbiamo provveduto ad installare WSS 3.0 su un nuovo server. L'installazione ha creato, naturalmente, un configuration DB nuovo di zecca.
L'installazione di WSS 3.0 porta con se nella cartella <%root%> \program files\common files\Microsoft Shared\web service extensions\12\bin un eseguibile che si chiama prescan.exe.
Copiando il file sul server versione 2.0 e lanciandolo con l'opzione /all si ottiene una scansione dei vari siti WSS con verifica di eventuale errori o incongruenze. Il file di log lo mette nella cartella Documents/Local Files/Temp. I problemi devono essere risolti prima di iniziare una migrazione. Il ciclo è prescan, risoluzione problemi, di nuovo prescan, di nuovo risoluzione problemi e così via fino a quando tutto è a posto. I problemi spesso sono derivati dalle personalizzazioni fatte sui siti in versione 2.0 che non verrebbero comprese dalle procedure di migrazione.
Esiste tutto a treaty in this regard. Find any indication as to prescan on http://technet2.microsoft.com/WindowsServer/f/?en/library/035a3024-bd27-4d63-9499-0f15ac00c6e61033.mspx .
Once in place the prescan, having to also change the SQL server, we copied the content db on the new server. On the server
wss 3.0 so we have created a web application by creating a new blank database content. This db is absolutely useless so we need to delete it immediately. Should instead add the content database copied from the server 2.0.
Theoretically you can do so by the WSS, in fact if you try it you will find that, realizing that the database should be migrated, the application does not make you do it, demanding instead the operation via STSADM command (the problem is that it is time-consuming and would go to the web interface timeout). The command is:
C: \\ Program Files \\ Common Files \\ Microsoft Shared \\ web server extensions \\ 12 \\ BIN> stsadm-o addcontentdb-url- http://server databaseserver Serversql \\ instance-databasename DBNAME
where, of course server, serversql / instance and DBNAME should be replaced with the appropriate names.
Take your time if the db have a considerable size.
Once that is done, in theory, have migrated WSS 2.0 to 3.0. I say theoretically because there are so many things that can go wrong or, especially, sites may not look exactly as you want (as well as any application written by you may not work).
course, if all goes well, the result is spectacular. You find everything that you had before with the new look "2007".
Upgrading from WSS 3.0 to MOSS 2007 simply requires the installation of MOSS on the machine and the next configuration wizard.
An article that I find it helpful at http://geekswithblogs.net/RogueCoder/archive/2007/05/08/112343.aspx
If you have customized templates to version 2.0 then scaricatevi 'Address http://www.microsoft.com/downloads/details.aspx?FamilyID=a70bd8f8-a0f0-4d00-9010-8e40b7c98f68&displaylang=en la guida "Upgrade Toolkit for Windows SharePoint Services Sites and Templates Guide".
Dopo un periodo di attività intensa (e qualche vacanza...) torno a postare qualcosa.
Ed in particolare alcune informazioni riguardanti la migrazione da WSS 2.0 a 3.0 e MOSS 2007.
Recentemente ho partecipato ad una migrazione in cui un numero consistente di siti (alcune centinaia) di WSS 2.0 dovevano essere migrati su MOSS 2007 nella maniera più "safe" possibile passando su un nuovo hardware.
Innanzi tutto occorre verificare che la versione 2.0 porti perlomeno la service pack 2 ed eventualmente installarla.
Nel nostro caso abbiamo provveduto ad installare WSS 3.0 su un nuovo server. L'installazione ha creato, naturalmente, un configuration DB nuovo di zecca.
L'installazione di WSS 3.0 porta con se nella cartella <%root%> \program files\common files\Microsoft Shared\web service extensions\12\bin un eseguibile che si chiama prescan.exe.
Copiando il file sul server versione 2.0 e lanciandolo con l'opzione /all si ottiene una scansione dei vari siti WSS con verifica di eventuale errori o incongruenze. Il file di log lo mette nella cartella Documents/Local Files/Temp. I problemi devono essere risolti prima di iniziare una migrazione. Il ciclo è prescan, risoluzione problemi, di nuovo prescan, di nuovo risoluzione problemi e così via fino a quando tutto è a posto. I problemi spesso sono derivati dalle personalizzazioni fatte sui siti in versione 2.0 che non verrebbero comprese dalle procedure di migrazione.
Esiste tutto a treaty in this regard. Find any indication as to prescan on http://technet2.microsoft.com/WindowsServer/f/?en/library/035a3024-bd27-4d63-9499-0f15ac00c6e61033.mspx .
Once in place the prescan, having to also change the SQL server, we copied the content db on the new server. On the server
wss 3.0 so we have created a web application by creating a new blank database content. This db is absolutely useless so we need to delete it immediately. Should instead add the content database copied from the server 2.0.
Theoretically you can do so by the WSS, in fact if you try it you will find that, realizing that the database should be migrated, the application does not make you do it, demanding instead the operation via STSADM command (the problem is that it is time-consuming and would go to the web interface timeout). The command is:
C: \\ Program Files \\ Common Files \\ Microsoft Shared \\ web server extensions \\ 12 \\ BIN> stsadm-o addcontentdb-url- http://server databaseserver Serversql \\ instance-databasename DBNAME
where, of course server, serversql / instance and DBNAME should be replaced with the appropriate names.
Take your time if the db have a considerable size.
Once that is done, in theory, have migrated WSS 2.0 to 3.0. I say theoretically because there are so many things that can go wrong or, especially, sites may not look exactly as you want (as well as any application written by you may not work).
course, if all goes well, the result is spectacular. You find everything that you had before with the new look "2007".
Upgrading from WSS 3.0 to MOSS 2007 simply requires the installation of MOSS on the machine and the next configuration wizard.
An article that I find it helpful at http://geekswithblogs.net/RogueCoder/archive/2007/05/08/112343.aspx
If you have customized templates to version 2.0 then scaricatevi 'Address http://www.microsoft.com/downloads/details.aspx?FamilyID=a70bd8f8-a0f0-4d00-9010-8e40b7c98f68&displaylang=en la guida "Upgrade Toolkit for Windows SharePoint Services Sites and Templates Guide".
Subscribe to:
Posts (Atom)