Gerardo580457

I have a problem with a subweb beacuse it doesn't appears in the portal, but when I run stsadmin to enum the subwebs, this appear in the result.

I open the database the table "AllDocs" and i can see all information stored but i want to see in the portal

Could anyone help me please.....

thanks for your help



Re: SharePoint - Setup, Upgrade, Administration and Operation I lost a subweb but the content it's in database --- Can i reconnect it???

Nebelstreif

What does it render when you try to access the site by URL

Not in database

Does it render the site actually If it does, check your navigation structure - it might have been customized to hide something. On the other hand, you might have already looked in parent/_layouts/mngsubwebs.aspx, so the previous may be irrelevant.




Re: SharePoint - Setup, Upgrade, Administration and Operation I lost a subweb but the content it's in database --- Can i reconnect it???

Gerardo

Gerardo580457 wrote:

I have a problem with a subweb beacuse it doesn't appears in the portal, but when I run stsadmin to enum the subwebs, this appear in the result.

I open the database the table "AllDocs" and i can see all information stored but i want to see in the portal

Could anyone help me please.....

thanks for your help

when i try to open the url, it send me the error page not found ...

But I still can see all content of this subweb in the database..

Thank for your help





Re: SharePoint - Setup, Upgrade, Administration and Operation I lost a subweb but the content it's in database --- Can i reconnect it???

Curtis Ruppe

Since you cannot get to the url, try going to the url + /_layouts/settings.aspx

For example if the url is http://wss/somesubsite, go instead to http://wss/somesubsite/_layouts/settings.aspx

There you can manage the site, to include viewing your lists and libraries, or simply get a chance to delete the site.





Re: SharePoint - Setup, Upgrade, Administration and Operation I lost a subweb but the content it's in database --- Can i reconnect it???

Gerardo

Thanks for your help I do it, but it shows me the 505 internal error



Re: SharePoint - Setup, Upgrade, Administration and Operation I lost a subweb but the content it's in database --- Can i reconnect it???

Curtis Ruppe

Here is a better question. Did you want to reconnect it so you can delete it, or did you actually want to retrieve information from it. If you just want to delete it, simply run the stsadm -o deleteweb command. If you want to retrieve it's contents you may need to either create a Network Place to it (if it will allow you to), or do some .NET coding to retrieve the contents, or touch the database (which is not recommended).