Nunha ou miña primeiros artigos, I describiu o proceso no seu conxunto, seguimos para migrar un cliente do SPS 2003 to MOSS. A reader left a comment asking for more detail and here it is.
Para que o proxecto de migración, tivemos de atopar unha boa forma de mover unha gran cantidade de SPS 2003 documents over to MOSS. The initial load was easy enough. Create a new target document library in MOSS and use windows explorer to move the documents.
Esta é unha nova biblioteca de documentos:
Open up two windows explorers. Point the first at SPS 2003 and the second at the new document library in MOSS. The following screen shot shows this. Note that the top browser is actually pointing at my c:\temp drive, but you can imagine it pointing to an SPS 2003 document library:
After that drag and drop operation, my target looks like this:
Now it’s time to deal with the metadata. Assume we have just one column of metadata for these documents named "location." We can see from the above "all documents" view that the location is blank. It’s easy enough to use a data sheet view to enter the location, or even go into each document’s properties one by one to add a location. Let’s assume that there is no practical way to assign the location column a value automatically and that end users must do this by hand. Ademais, imos supor que hai centos de documentos (quizais milleiros) and that it will take many many days to update the metadata. As we all know, no one is going to sit down and work for four of five days straight updating meta data for documents. Pola, they will break that out over a period of weeks or possibly longer. To facilitate this process, we can create an "untagged data" ver como se mostra:
Agora, cando alguén se senta para pasar a súa hora diaria alocados ou dous para marcar documentos migraron, they can use the "untagged documents" view to focus their effort:
As users tag documents, they drop off this list.
This notion of an untagged data view can also help with a class of data validation problem people inquire about on the forums. Fóra da caixa, there’s no way to prevent a user from uploading a document to MOSS and then not enter meta data. We can specify that a particular site column is mandatory and the user won’t be allowed to push the save button. Con todo, if the user uploads and then closes the browser (or uses windows explorer to upload the document), we can’t force the user to enter meta data (novo, para fóra da caixa).
This approach can be used to help with that situation. We can use a "poorly tagged data" view to easily identify these documents and correct them. Couple this with a KPI and you have good visibility to the data with drill-down to manage these exceptional circumstances.
</final>