Added a content database from Company A's SharePoint 2010 farm to ours

I have added a content database from a company (Company A) that we are acquiring. The sent it my SFTP, we downloaded it, added it to the sql db, and I added it as a content database to a SharePoint 2010 farm  at our company (Company B) that is built
to the exact build that Company A's farm was built to.
Presently, the database resides in our Development Environment which is a single server that interacts with SQL, which resides on a different server.
If I copy the URL for the site collections from the Company A's DB (from the site collection list), the content renders perfectly, but  when I attached the database to a Web application that was tied to a host header with an IP address on the DNS Server
here, at company B, the content doesn't render at all. The only thing that happens is that I am asked to enter my credentials. None of the farm credentials or my credentials (all domain users) work.
I have made myself via the farm administration password the owner of the site content, but I must be missing something, because I get this error from the page when I try to render it:
<b>Error message 401.2.: </b> Unauthorized; Logon failed due to server configuration. &nbsp; Verify that you have permission to view this directory or page based on the credentials you supplied and the authenticatio methods enabled
on the web server.
I am wondering if this has something to do with the origin of the content, due to the fact that it was created on a different farm under completely different credentials and what I have to do to get it to work outside of the server as content
under a new Web app.

Hi,
Do you have any update?
Best Regards,
Eric
Eric Tao
TechNet Community Support

Similar Messages

  • SharePoint 2007 - the best practice to detached/remove a content database from a web app without any Farm impact

    Best
    practice to remove content databases from SharePoint 2007 without any Farm
    impact <o:p></o:p>

    Hi  ,
    For removing a content database from a Web application, you can take steps as below:
    1.On the Manage Content Databases page, click the content database that you want to remove.
    2.On the Manage Content Database Settings page, in the Remove Content Database section, select the Remove content database check box.
    If any sites are currently using this database, a message box appears. Click OK to indicate that you want to proceed with the removal.
    3.Click OK.
    Reference:
    http://technet.microsoft.com/en-us/library/cc262440(v=office.12).aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Create a new site collection in different farm and connect to different content database from decommissioned farm

    I wish to bring down a SharePoint farm1 and create a new site collection in an existing farm2 and connect the new site collection in farm2 to the content db in farm1.
    Is this possible and how should I do it?

    it is possible to copy/move a content database from one farm to another... so long as the NEW farm is at least as up-to-date (version/service packs/updates/hotfixes/etc) as the OLD farm.
    you can move a site collection into its own content database.
    hopefully that answers your question.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Migration of Content Databases from SP 2010 "Domain A" to SP 2013 "Domain B"

    Hi there,
    I am in the process of planning the migration of my SP Foundation 2010 farm to SP Server 2013.  I have tested this previously with the following steps and was successful:-
    Backup DB on SP2010 SQL
    Restore DB on SP 2013 SQL
    Run  Test-SPContentDatabase –Name WSS_Content_*** –WebApplication
    https://intranet.***.com.au
    Mount the DB - Mount-SPContentDatabase –Name WSS_Content_*** –DatabaseServer DomainA\SHAREPOINT –WebApplication
    https://intranet.***.com.au
    Convert Web App - Convert-SPWebApplication -Identity 
    https://intranet.***.com.au -To Claims -RetainPermissions –Force
    Now, the goal posts have changed and we may be moving to another domain.  Now, when I run
    Test-SPContentDatabase command in Step 3 above on Domain B, I get the error Login Failed for 'DomainA\SP_admin'
    - which makes sense.
    What would be the best way to restore a DB to a new domain?

    you have to perform the same steps....you need new account on the new Domain. then you have to run the migrate user command.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/8f3d25c1-f573-4f29-955c-0275c0224109/migration-of-content-databases-from-one-domain-and-ad-to-a-new-domain-and-ad?forum=sharepointgeneralprevious
    here is good script for migrate user;
    http://blog.sharepoint-voodoo.net/?p=68
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Move A Site From Moss 2007 To Sharepoint 2010

    i have a site in sharepoint 2007 and i want to move it to a sharepoint 2010 server
    not too sure what is the best method to do this ?
    thanks

    I landed in this thread because I had a similar need to Muthuvel's. I am wanting to bring over just one subsite out of several.  My database in 2007 is around 7GB, and all I really want is just one site out of the many in it. 
    Ahmed's Ammar's steps were just right, and worked well for me in order to get the complete 7GB database over to SharePoint 2010, and later export\import that single site I was looking for.
    For Muthuvel, here are my updated steps, starting with Ahmed's text (sorry for plagiarizing!).  Steps 7 and 9 are for subsites.  See links at the bottom for dealing with site collections.
    1) Find the content Database;  These are listed under Central Admin->Application Management->Site Collection List
    2) Backup the content database. Just doing a backup in SQL Server Management studio.
    3) Restore content database to the new server, I mean the DB server for your SP2010
    Copy the BAK file to new server. Create an empty DB in Management Studio, restore from backup, you may need to change an option in the "options" tab of the restore dialog to get it to work. (Overwrite db).
    4) Create a new Web App on SharePoint 2010
    For Step 4, I created a new Web App, choosing to create it with a suggested port number, such as 4072.  This was a temporary web application that I ended up deleting later.
    5) Remove Content Database from the new web app.
    I didn't find that you neeed to remove the Content Database first.  You can add the content database by Central Admin or by STSADM, or by Powershell. 
    Central Admin would be Application Management > Web Applications > Manage Content DAtabases > Set the web application to your newly created web app > Add Content Database > specify the name of the database you just restored
    STSADM is as Ahmed gave: 
    Now use STSADM to add restored DB to this web app
    c:\program files\common files\microsoft shared\web server extentions\14\bin on new server is where you can find the STSADM.
    run this command from there. Which will upgrade the content db to 2010?
    stsadm -o addcontentdb -url http://yourwebapp:port -databasename yourcontentdb -databaseserver yoursqlserver
    Powershell would be this command below.  Be sure to run the "SharePoint 2010 Management Powershell" console, found under Programs\SharePoint 2010 Products.  If you run just regular powershell this won't work. 
    Mount-SPContentDatabase "MyDatabase" -DatabaseServer "MyServer" -WebApplication
    http://sitename:port
    6) Run ISSRESET from command prompt
    I'm not sure this was necessary, but I did it anyway.
    NOW, the rest of the part about getting that subsite you want. 
    7)  Export the subsite.  I did this with Powershell.
    Export-SPWeb http://sitename:port/sites/subsitename –Path "subsitename.cmp"
    8)  Create a new site for you to import this subsite into, in the Web Application where you want it to go.  This would be done with the regular Site Actions > New Site command.  You can also do it from Powershell, but that requires knowing
    site templates by name, something I'm just learning myself.  The other thing here is that you have to create the subsite using the same template as the site you just exported.  So if that was a Team site, be sure to use a team site when you create
    this new area.
    9)  Import the subsite to where you want it to land permanently. Here I'm saying port 80 because that's the requirement Muthuvel mentioned.
    Import-SPWeb http://sitename:80 –Path "subsitename.cmp" -Overwrite
    10) Even after things say they are done on the server, the site may take an extra minute or two to come up when testing from a client.  Give it a little time. Once it comes up, somehow I found a way to change the visual appearance from the old SharePoint
    2007 to SharePoint 2010, but now that I flipped that switch, I can't find the option again.  So I'm sorry that I am not documenting that here.
    11) Delete that temporary web app you created in step 4.  Again you can do this with Central Admin or Powershell.  Here's the Central Admin way:
    Central Admin would be Application Management > Web Applications > Manage Web Applications, land on the temporary web app, click Delete.  Choose Yes to deleting the content database and the IIS web site. 
    GROAN!! I'm sorry, I just wrote all this out and realized Muthuvel was asking about a site collection, not a subsite.  Then for Steps 7 and 9 you'd want to use
    Backup-SPSite 
    http://technet.microsoft.com/en-us/library/ee748617.aspx
    and
    Restore-SPSite 
    http://technet.microsoft.com/en-us/library/ee748655.aspx
    Good luck, hope someone else finds this as useful as I did!
    Lady_M MCITP SharePoint 2010

  • Losing out custom metadata info of few documents of a document librarby when migrated from MOSS 2007 to Sharepoint 2010

    We have recently migrated from moss2007 to sharepoint 2010.We have a document library containing large no. of documents in it  & for those documents there are some custom metadata columns apart from OOB library columns . We have user content DB attach
    migration and after that we can see blank value under the custom columns for some records. However interesting point is we can see this metadata is showing for few documents.
    Please suggest.

    Hi,
    What is your Office edition? When we create a managed metadata column in a Document Library, it will prompt that ‘Earlier versions of client programs might not support this type of column’. You should use Office 2010 to edit and create a document then save
    to document library .
    For detailed information ,please refer to this article:
    http://rules.ssw.com.au/SoftwareDevelopment/RulesToBetterSharePoint/Pages/2010-Managed-Metadata-with-Office-2007.aspx
    Beside, here are similar posts, you can use as a reference:
    https://social.technet.microsoft.com/forums/sharepoint/en-US/1b115343-20e5-4962-af97-793194f07637/metadata-missing-when-revising-document
    https://social.technet.microsoft.com/Forums/office/en-US/a65f9828-6e2f-4eb7-bde6-bd0600e3b1a2/migrating-documents-from-moss-2007-to-sharepoint-2010?forum=sharepointadminprevious
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • What are the steps to change existing sharepoint 2010 farm database server to a new server

    Hi
    i have a sharepoint 2010 farm and backend with sqlserver2012 standard edition on windows server 2008 r2 server
    now what are the steps to if  want to  connect this farm to a new sql server 2012 on windows server 2012 server and remove this existing server
    adil

    You have two options:
    Use a SQL Alias and you will then need to swing all databases over to the new SQL Server
    Don't use a SQL Alias and swing all but the Configuration and Administration databases to the new SQL Server, and individually re-configure Service Applications/Web Applications to use the new SQL Server. This will force you to keep the old SQL Server around.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to upgrade the extended web application for FBA from MOSS 2007 to SharePoint 2010?

    Hi All,
    Currently my farm version is MOSS 2007 with SP3.
    I have a web application on port 80, and is based on windows authentication, and i extend it on the port 90, and the authentication is FBA with SqlServer.
    I know that SharePoint 2010 has a new claims based authentication, and in a single web application you can do both windows authentication and FBA.
    Now i want to know, when i migrate the MOSS 2007 port 80 and port 90, which method should i choose?
    1. in SharePoint 2010 farm, Create  a classic based web application on port 80, and extend it on port 90, enable FBA on port 90. It is the same as MOSS 2007.
    2. in SharePoint 2010 farm, Create a claims based web application, and enable both windows authentication and FBA.
    Thanks.

    FBA requires claims so you'll need to create a claims based web application. Whilst you might extend the site to give you a FBA portal the web application itself will have to be claims based.
    I would definitely be looking at using a database attach upgrade path in your case to give you the opportunity for testing as moving between authentication providers can be painful.

  • How to Manually Restore SharePoint Content Database from DPM Backup to Alternative Farm

    I have restored a content database of a site collection from a DPM backup, and the result is the MDF and LDF files of the database in a directory I specified in the restored wizard in DPM.
    In my other SharePoint farm (a test environment) simply trying to attach these files in the target farm's SQL server produces an error as follows:
    "Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications. (mscorlib) "
    Given I have the DPM restored database, on an alternative farm, how can I manually restore this content database? What are the required steps?
    Thanks,
    Richard

    Hi
    Gr8 - don't ask me to explain, somehow SQL caches the backup location which is from a snapshot starting with
    \\?\GlobalRoot and copying them discards that so they can me mounted.
    Glad that resolved your issue.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Upgrading Sharepoint Content Database from 2008R2 sql server to SQL Server 2012

    I am doing an upgrade of SharePoint 2010 to 2013.
    What is the best way for the SharePoint database in 2008 to upgrade to 2012.
    attaching just the backup of content database should work or there is some other considerations as well along with.
    Are there any  known issues while upgrading the SharePoint database from 2008 to 2012.
    this is not an in place upgrade.
    kukdai

    If I may continue this question. I am upgrading MSSQL 2008 to MSSQL 2012. This box contains all of the DBs for our Sharepoint installation.  I am not a Sharepoint admin, I am a DBA.  So let me get this straight , from what I read up above all I
    have to do is just go through the standard procedure of upgrading SQL server 2008 to 2012 and the sharepoint DBs will upgrade with it w/o an issue.  Are there any gotchas with SSRS?  
    My SQL box runs WIN 2008 and has all necessary MSoft updates.
    Ianaa

  • Add content database from another server

    In Central Admin, Manage Content databases, I'm trying to "Add a Content Database" that is located on a different server.
    but I get the error: Could not connect to "instance_name" using integrated security: cannot connect to database master at SQL server at "instance_name"

    See these links
    Moving SharePoint to a different SQL server
    moving
    content db for a site collection to another db server
    Hope they will help
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to content migrate from e-room to sharepoint using powershell

    Hi,
    How to  do content migration from e-room to share-point using powershell.
    Please give step by step process and give some idea about migration using powershell and other tools.
     Thanks,
    inguru

    Hi,
    There is no direct content database migration approach from eRoom to SharePoint.
     However many third party tools such as Metalogix, Tzunami, and AvePoint are available to migrate eRoom content to SharePoint as well as you can write your own utility
    to migrate content since there are various eRoom API available for the same.
    Thank You, Somnath Matere

  • Data Migration from MOSS 2007 to SharePoint 2010

    Hi,
    We have done a migration project for one of our client.
    This migration was done from MOSS 2007 to SharePoint Enterprise Server 2010.
    After the migration was completed we developed lot of new webparts, lists ,application pages in this newly migrated farm in SharePoint Enterprise Server 2010.
    However the entire project took around 1 year due to some unavoidable delays. During this one year our client was using MOSS 2007 sites for there work. hence the data in MOSS 2007 farm/sites was continuously updated.
    Our client needs to go live in next month and also needs the sites/lists/libraries which are migrated in new SP 2010 farm to be updated as per the MOSS 2007 farm.
    Kindly suggest best possible way to achieve this data migration since last 1 year from MOSS 2007 to newly migrated SharePoint Enterprise Server 2010 farm.
    Kindly note we have done lot of customization and new developments in newly created SP 2010 farm.
    Thanks and regards,
    Amien

    Hi there,
    If you have already taken care of customization on SP2010 server. Then use any of the migration tools available in market to migrate data to target SP server.
    Content Matrix gives free 25 GB to migrate your SharePoint data (https://www.metalogix.com/Resources/Promotions/Content-Matrix-Migration-Express-Download.aspx). 
    If you don't know what is changed in last 1 year, then best thing to do is add new content database and migrate your data into it.
    Hope that helps.
    Regards,
    Tapan

  • Pasting from the clipboard using SharePoint 2010 rich text editor

    Currently we are using Microsoft SharePoint 2010. In the Rich Text Editor their is a Paste option in which a user can copy from say a Word document and paste it in their content place holder. Right now I recieve an error message when trying to use the paste button " Your browser is not configured to allow access to your computer’s clipboard. Use Control+X for Cut, Control+C for Copy, and Control+V for paste". I cannot use the paste button for whatever reason. I have tried to change my javascript file within FireFox and it still doesnt work. After working with Microsoft on the problem they informed me that it was FireFox causing the problem and suggested I contact you for information or possible fixes.

    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/ - AllowClipboard Helper

  • Cannot Publish Slides from PowerPoint 2013 to SharePoint 2010 Slide Library

    I have the 64-bit version of Windows 8 Release v1.0, Internet Explorer version 10 (10.0.9200.17183), Office 2013 Professional 32-bit, and a SharePoint 2010 environment.  I cannot publish slides to the SharePoint environment at all.  When
    I attempt to do so from PowerPoint 2013, I receive an error indicating all slides (X of X) failed to upload.  When I attempt to use the option in the SharePoint 2010 Slide Library (Upload > Publish Slides) I receive the error of "This feature
    requires Microsoft Office PowerPoint 2007.  Either the application is not installed, or your browser is not configured to support ActiveX controls."
    I have added the URL for the site in question to my "Trusted Sites" in Internet Explorer 10.  I read through the KB 2716529.  There is no TabProcGrowth registry entry under HKEY_CURRENT_USER, but there is one under HKEY_LOCAL_MACHINE
    and the value is set to "Medium" which appears to be accurate.  I tried running the "Fix it For Me" option offered with that KB, and the wizard indicated the problem could not be found on my computer.
    How can I resolve this issue?  Utilizing slide libraries is a very important feature of SharePoint for my organization, and going back to Office 2010 is simply not an option. 

    Hi Jen_O,
    According to your description, my understanding is that you were unable to publish Slides into SharePoint 2010 with Office 2013.
    For narrowing this issue, let's verify the followings:
    Please test on other machines with the same system configuration, compare the result.
    Please test on other machines with 32-bit system and IE 10, compare the result.
    Whether you are able to publish Slides from Windows 7 and Office 2013 32-bit.
    Whether this issue occurres for all slide files with Office 2013.
    Please create a new slide in PowerPoint 2013, and check if it could be uploaded into a new Slide library.
    In addition,  Office Web Apps (as part of SharePoint 2010) allow SharePoint users to view and edit Office documents (Word, PowerPoint, Excel etc.) from within the browser. Typically we can click on a link to a PowerPoint, for example in a document library,
    and be taken to a new page to present PowerPoint.
    More information:
    https://support.office.com/en-us/article/Start-using-Office-Web-Apps-in-SharePoint-2010-995dc117-6ca9-4452-9ca0-a6a9009dc907?ui=en-US&rs=en-US&ad=US
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for