Site Orphan Issue
Before performig the below URL browse the site and confirm that the site not browsable.
This issue occurs with the tag of
"SiteOrphan" on CA
In the above case please run the below cmd and the result:
stsadm.exe -o enumallwebs | ConvertTo-xml | Out-file c:\mylogfile.xml
In the result search for InSiteMap="False" the false is orphan
Delete the site by taking the id as below cmd.
stsadm -o deletesite -force -siteid "fd5aed43-328c-4674-bff4-746b3931cd10" -databasename "DBNAme" -databaseserver "ServerName"
Before performig the below URL browse the site and confirm that the site not browsable.
This issue occurs with the tag of
"SiteOrphan" on CA
In the above case please run the below cmd and the result:
stsadm.exe -o enumallwebs | ConvertTo-xml | Out-file c:\mylogfile.xml
In the result search for InSiteMap="False" the false is orphan
Delete the site by taking the id as below cmd.
stsadm -o deletesite -force -siteid "fd5aed43-328c-4674-bff4-746b3931cd10" -databasename "DBNAme" -databaseserver "ServerName"
No comments:
Post a Comment