Error in SharePoint 2010 content deployment
If you deployed to a new web application this error will not come.
if we we delete existing site collection in the web application till these files are existing in the content database. thus if you remove and re create the web application this error will not come in the SharePoint content deployment.
3 comments:
at current stage i should not delete entire web application, what must be the alternate solution.
at current stage i should not delete entire web application, what must be the alternate solution.
There is another thing u can try. run this command in the SharePoint Management Console.
stsadm -o databaserepair -url "sitecollectionurl" -databasename "nameofthecontentdb" -deletecorruption
Post a Comment