Anyway, I recently had a situation where someone (honestly, in this case it wasn’t me) accidentally deleted the Site Collection for the SSP admin site (/ssp/admin). Since this was for a SharePoint farm in production I really didn’t want to have to re-create the entire SSP but I couldn’t figure out how to just re-create the site collection itself. I figured there had to be a site template for the site but since it didn’t show up in the Create Site Collection UI I went and looked on disk. Sure enough, a site template exists for the SSP Admin site. It’s called OSRV.
So to create a new SSP admin site, run this command line.
stsadm.exe -o createsite -url http://
This might take a little while to complete, but it does eventually finish.
Next you need to edit the SSP to point to the recreated site.
stsadm.exe -o editssp -title "
That’s it। You should be back up and running।
No comments:
Post a Comment