0
votes
0answers
7 views

How do I migrate a CVS module to Sharepoint

We have been using CVS for versioning of our extensive library of requirements documents. However, we have recently started using SharePoint for almost all project documentation and would like to move ...
3
votes
2answers
453 views

How to export a list in SharePoint 2010 and import it into 2013

Is there a good free way of exporting a list in SharePoint 2010 and importing it into 2013. Need to keep structure, data, attachments and other data but revisions, permissions etc not necessary. ...
1
vote
2answers
145 views

How to find out if a web template is missing from a site collection

Is there any utility out there that can tell me if there is any custom web template missing or faulty from a site collection, I keep getting error "WEB template #00000 not found" while importing a ...
3
votes
1answer
56 views

how to find Imported web

I exported a web from a site collection and imported it to a newly created site collection but when I try to access it, I get 404. My new site collection is, https://2020.develop.com/custs/newsiteco ...
0
votes
3answers
213 views

Physical to Virtual Migration of SharePoint Machine

We are about to conduct a full virtual migration. Among the physical machines to be migrated is our SharePoint server, which hosts two SP sites. I know very little about SharePoint and I've only ...
3
votes
2answers
678 views

Move documents from SharePoint 2007 to SharePoint 2010

I have an old sharepoint site containing around 50 document libraries with subfolders and files. No these document libraries should be moved to a new SharePoint 2010 site. I've tried this using the ...
3
votes
1answer
244 views

Migrate from 2007 to 2010 without access to database

one of our customers has a sharepoint 2007 environment in a shared environment. Now they want us to move there sharepoint to 2010 on another server in another domain. Because i'm not very ...
1
vote
1answer
482 views

Migrating Document libraries to new location (and new subsite) while retaining internal ID's

I'm currently using SPExportSettings and SPImportSettings to migrate some content from an old 2007 environment. The below code is all working fine, as designed, but not as I'd like. My document ...