i meet one issue on SharePoint service 3.0 with sp1.
which is similar to
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2252762&SiteID=1
but under windows server 2008 enterprise version
i have already installed wss 3.0 with sp1 on Windows Server 2008 Enterprise version.
what i do install Project Server 2007 with sp1. after install, program let me to config WSS through wizard. but wss configuration wizard never work anymore.
i have tried almost all methods which talk in above link.
uninstall project server. dele all site in IIS7, re-install IIS then re-install sharepoint service 3.0 with sp1. but the wizard still has the same issue.
error as below:
An error has occurred while validating the configuration settings. An exception type System.Runtime.InteropServices.COMException was thrown. Additional exception information: The system cannot find the path specified.
here is part of error log file:
05/30/2008 22:02:31 1 INF Entering function Common.BuildExceptionInformation
05/30/2008 22:02:31 1 INF Entering function Common.BuildExceptionMessage
05/30/2008 22:02:31 1 INF Entering function StringResourceManager.GetResourceString
05/30/2008 22:02:31 1 INF Resource id to be retrieved is ExceptionInfo for language English (United States)
05/30/2008 22:02:31 1 INF Resource retrieved id ExceptionInfo is An exception of type {0} was thrown. Additional exception information: {1}
05/30/2008 22:02:31 1 INF Leaving function StringResourceManager.GetResourceString
05/30/2008 22:02:31 1 INF Leaving function Common.BuildExceptionMessage
05/30/2008 22:02:31 1 INF Leaving function Common.BuildExceptionInformation
05/30/2008 22:02:31 1 ERR An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: An error has occurred while validating the configuration settings. An exception of type System.Runtime.InteropServices.COMException was thrown. Additional exception information: The system cannot find the path specified.
Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException ---> System.Runtime.InteropServices.COMException (0x80070003): The system cannot find the path specified.
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyCollection.Contains(String propertyName)
at Microsoft.SharePoint.PostSetupConfiguration.WebSiteCollection.GetEntry(PropertyCollection properties, String entry)
at Microsoft.SharePoint.PostSetupConfiguration.WebSiteCollection.GetFileSystemPath(DirectoryEntry entry)
at Microsoft.SharePoint.PostSetupConfiguration.WebSiteCollection.TryGetIisMetaData(DirectoryEntry entry)
at Microsoft.SharePoint.PostSetupConfiguration.WebSiteCollection.BuildWebSiteCollection()
at Microsoft.SharePoint.PostSetupConfiguration.WebSiteCollection..ctor()
at Microsoft.SharePoint.PostSetupConfiguration.CentralAdministrationSiteTask.Validate(Int32 nextExecutionOrder)
at Microsoft.SharePoint.PostSetupConfiguration.TaskCommon.BuildServerRoleSingleServerTaskExecution(Int32& nextExecutionOrder, TaskBase task)
at Microsoft.SharePoint.PostSetupConfiguration.StandAloneConfigurationTask.Validate(Int32 nextExecutionOrder)
at Microsoft.SharePoint.PostSetupConfiguration.SetupTask.Validate(Int32 nextExecutionOrder)
at Microsoft.SharePoint.PostSetupConfiguration.TasksQueue.Validate(Boolean useDefaultExecutionOrder)
--- End of inner exception stack trace ---
at Microsoft.SharePoint.PostSetupConfiguration.TasksQueue.Validate(Boolean useDefaultExecutionOrder)
at Microsoft.SharePoint.PostSetupConfiguration.PsconfigBaseForm.ValidateConfigurationData()
at Microsoft.SharePoint.PostSetupConfiguration.WelcomeForm.TryValidateConfigurationDataIfServerRoleSingleServer()
Thanks
Alex