System.Runtime.InteropServices.COMException (0×80070003): The system cannot find the path specified
Posted by admin in IIS, Sharepoint on 09. Dec, 2009 | 0 Comments
I changed the name of my sharepoint server and since am using a single server, I needed to create a new configuration database.
Disconnecting from sharepoint farm succeeds but when running the configuration wizard again to create a new servers farm and filling the Central Admin site port and authentication type I got the following error message:
An exception [...]
To know the feature name from it’s ID or GUID
Posted by admin in Articles on 13. Nov, 2009 | 0 Comments
To know from the feature ID it’s name, use this list or download the excel file from the following URL: HTTP://blogs.msdn.com/jjameson/attachment/8370432.ashx
How to know what Site Template are you using for your sharepoint site or web
Posted by admin in Articles on 13. Nov, 2009 | 0 Comments
To know the site template used for any sharepoint site do the following:
In command line, navigate to stsadm.exe bin folder and run the following command:
“stsadm.exe -o enumallwebs -databasename <database name>”
Then copy the site template ID and check it in the below list:
Template Name
Description
GLOBAL#0
Global template (1033)
STS#0
Team Site (1033)
STS#1
Blank Site (1033)
STS#2
Document Workspace (1033)
MPS#0
Basic Meeting Workspace (1033)
MPS#1
Blank [...]
