Hi,
I am backup the contentdatabase and restore the content database same server, Rename the database successfully restore...
After creating the web application and mount the content database below error is coming...
The attach operation cannot continue because another object in this farm already
contains the same ID. Each object in a farm must have a unique ID. In order to
proceed with the attach operation you must assign a new ID to this database. To
attach this database with a new ID, use the Mount-SPContentDatabase command with
the -AssignNewDatabaseId parameter. Note that if this new database and an exist
ing database contain the same site collections, attaching this database will lik
ely result in orphaned site collections due to conflicts between the two databas
es.
After i will run below PowerShell Comand...
Mount-SPContentDatabase content_new -DatabaseServer"localhost"-AssignNewDatabaseID-WebApplication http://localhost:1001
Successfully Added the webapplication But it contains no sitecollections i am check the CA-Application Management- MContent Database Sitecollection status 0
what is the problem how to get My SiteCollectins data...
Regards,
Nani.