Tagged Questions
0
votes
1answer
18 views
SharePoint 2013 Site Collection Move Owner to Group
I am in process of migrating our WSS 3.0 installation to 2013 and I am at the point where I need to break the single site collection down into more manageable sizes and I have a script that ...
0
votes
0answers
31 views
List Does Not Exist Error After Importing
I have a set of sites that are using one of the Fab-40 templates and we are upgrading to 2013 and as you all know, none of the templates are compatible with 2013. So, I'm having to export the content ...
3
votes
2answers
423 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.
...
2
votes
1answer
180 views
Trouble promoting subsite or moving it to a different site collection
My company is just starting to use sharepoint for some of our contractors. And I am now tasked with the administration. (yay)
Development was done on a standalone server and they were planning on ...
2
votes
1answer
261 views
How to import a library from Export-SPWeb outputs?
I am trying to understand how to restore an arbitrary library to an arbitrary site in an arbitary site collection - inspired by some future user announcing he accidentally deleted a document from the ...
0
votes
0answers
206 views
How do I export Sharepoint Project tasks List to Microsoft Project 2010?
I would like to be able to Export items from Project Tasks List (Sharepoint 2010 Enterprise) to Microsoft Project 2010 Standard just like the export to excel function.
Would also like to be able to ...
3
votes
2answers
297 views
Content Deployment and Migration API not importing no error thrown
The following http://blogs.technet.com/b/stefan_gossner/archive/2007/08/30/deep-dive-into-the-sharepoint-content-deployment-and-migration-api-part-4.aspx provides the follwoinf code to import and ...
1
vote
1answer
740 views
Move an Item between lists maintaining version history
I wish to move/cut a item from list in SharePoint to another list. I can copy the item across to a list and delete the original. Sadly version history is lost.
I want a way to be able to copy an item ...
1
vote
1answer
4k views
Copy of same content database running on two web applications
I have a backup of content database (*.bak) file.
I have one web application running it now.
However I have restored it again under different name on my SQL Server.
I would like to create another ...
0
votes
1answer
588 views
Automate exporting SharePoint list 2010 items to Excel 2010
I found this Import Sharepoint List into Excel Using VBA Only that people have been successfully using to automate the exporting SharePoint 2010 list items to Excel 2010. Currently I m also using web ...
1
vote
1answer
367 views
Access denied when Importing a Sharepoint list
I have a serious problem when importing a Sharepoint List exported from a test server.
During import, the log file encounter many problems of right access like
Debug: Security check failed in ...
0
votes
1answer
2k views
export and import document library from one site to a subsite using code?
This should be possible, I have find some examples but with list items, or entire sites, not with only a document library.
Id be happy if somebody can provide working code!!
0
votes
1answer
124 views
Duplicate userame in site collection after list import form classic to claims authenticated server
I had an list on SharePoint server 2010 enterprise with classic authentication. on the list there was field with usernames
After I migrated (import/export statements below) this list to new server ...
3
votes
2answers
121 views
Is there a way to detect if a content deployment is ready?
I need to detect if a content deployment between two different sharepoint 2010 farms is finished. Is there a way to achieve this programmatically? I've been looking around for some days now but ...
0
votes
3answers
205 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 ...
2
votes
2answers
1k views
Can I export a list from SharePoint 2007 and then import to SharePoint 2010?
I have a user that has requested we copy her Shared Documents library from SharePoint 2007 team site to an existing SharePoint 2010 team site.
Can this be accomplished with OOB STSADM export/import ...
1
vote
3answers
7k views
Import Sharepoint List into Excel Using VBA Only
In Excel 2007, I have a VBA script that consolidates various data sources into a single Excel file for monthly archiving and reporting purposes.
How can I import data directly from a Sharepoint ...
3
votes
2answers
661 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
238 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 ...
2
votes
2answers
939 views
Powershell backup/restore or import/export to keep all document versions?
I need to move a test SharePoint 2010 site collection and database to a new server (and new database). I want to make sure that I keep user security and all document versions. Does backup/restore keep ...
4
votes
1answer
665 views
Import throws “Could not load file or assembly”
We've exported a web site on SP2010 using this command:
Export-SPWeb -Identity http://vmdev95/ -Path \\vmdev95\sp_backup\acm -NoFileCompression -HaltOnError -HaltOnWarning -IncludeUserSecurity
Then ...
1
vote
2answers
2k views
Export-spweb / Import-spweb leaves the lookup columns empty
The export / import operations seems to be working quite well except for lookup columns. The lookup columns and other columns associated with the lookup are all empty.
Is this a limitation? Is there ...
0
votes
1answer
475 views
Imported site collection has “Revert to template”
I've imported a site collection via PowerShell and all the pages show the message:
The current page has been customized from its template. [Revert to template].
The original site collection didn't ...
1
vote
1answer
480 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 ...
1
vote
0answers
428 views
Importing site gives “Security check failed in OnFolderImport” error
I'm using the SharePoint Content Deployment Wizard (2.8 beta) and have successfully exported a site. Now I'm trying to import the site and it gives me the following messages in the log and isn't ...
0
votes
1answer
143 views
What's the database impact of Central Administration Site Export? Locked for Writes AND Reads?
We're about to move a site from a parallel site collection into a subsite of the other site collection. Both SC's are in the same Web Application. We have not been able to get the command line ...
3
votes
3answers
4k views
Move list from root site to subsite
We accidentally created a few lists at the root of our SharePoint 2010 site and need to move them to a subsite. How do you do this? We tried exporting as a template, but then the list became a library ...
3
votes
1answer
2k views
export / import spweb problem with DataConnectionLibrary feature
I'm attempting to export a subsite from staging to production using powershell and export-spweb and import-spweb.
This worked just fine from staging to development.
When we try to run this on ...
2
votes
3answers
745 views
Object Reference Not Set Error in SPImport.Run()
I'm trying to move my site from a server to another.
I exported my site using Export-SPWeb, moved the data to destination server and ran the function below: (Taken from here.)
function ...