Project Creation - Microsoft.Pcw.currituck (GetMetadata)
Single-server scenario, all plugins succeeded except subject plugin:
begin Exception entry Any suggestions?
Time: 05/12/2005 09:09:10.360
Module: Initializer
Event Description: Initialization for plugin "Microsoft.Pcw.currituck" failed with error: "Unable to handle request. The action 'http://schemas.microsoft.com/Currituck/2004/07/mtservices/clientservice/GetMetadata' was not recognized."
Exception Type: System.Web.Services.Protocols.SoapException
Exception Message: Unable to handle request. The action 'http://schemas.microsoft.com/Currituck/2004/07/mtservices/clientservice/GetMetadata' was not recognized.
SoapException Detail: <soap:Detail xmlns:soap="http://www.w3.org/2003/05/soap-envelope" />
SoapException Full Info: System.Web.Services.Protocols.SoapException: Unable to handle request. The action 'http://schemas.microsoft.com/Currituck/2004/07/mtservices/clientservice/GetMetadata' was not recognized.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.VisualStudio.Currituck.Proxies.DataServices.ClientServiceProxy.GetMetadata(MetadataTableHaveEntry[] metadataHave, Boolean useMaster, Int32& locale, Int32& comparisonStyle, String& callerIdentity)
at Microsoft.VisualStudio.Currituck.Proxies.DataServices.ClientService.GetMetadata(String requestId, Boolean useMaster, MetadataTableHaveEntry[] metadataHave, IMetadataRowSets& metadata, Int32& locale, Int32& comparisonStyle, String& callerIdentity)
at CProdStudioBackendChannel.HrTranslateMiddleTierSoapException(CProdStudioBackendChannel* , SoapException sexc)
at CProdStudioBackendChannel.HrTranslateMiddleTierException(CProdStudioBackendChannel* , Exception exc)
at Microsoft.VisualStudio.WorkItemTracking.Client.Interop.DatastoreClass.ConnectEx(String ConnectionString, Int32 hCredentials)
at Microsoft.VisualStudio.Currituck.Client.WorkItemStore.Connect()
at Microsoft.VisualStudio.Currituck.Package.CurrituckPcwPlugin.PcwPluginComponentCreator.ContextWrapper.get_WorkItemStore()
at Microsoft.VisualStudio.Currituck.Package.CurrituckPcwPlugin.PcwPluginComponentCreator.Initialize(ProjectCreationContext ctxt)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.PluginInitializer.InitializePlugins(MsfTemplate template, ProjectCreationContext context)
Stack Trace:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.VisualStudio.Currituck.Proxies.DataServices.ClientServiceProxy.GetMetadata(MetadataTableHaveEntry[] metadataHave, Boolean useMaster, Int32& locale, Int32& comparisonStyle, String& callerIdentity)
at Microsoft.VisualStudio.Currituck.Proxies.DataServices.ClientService.GetMetadata(String requestId, Boolean useMaster, MetadataTableHaveEntry[] metadataHave, IMetadataRowSets& metadata, Int32& locale, Int32& comparisonStyle, String& callerIdentity)
at CProdStudioBackendChannel.HrTranslateMiddleTierSoapException(CProdStudioBackendChannel* , SoapException sexc)
at CProdStudioBackendChannel.HrTranslateMiddleTierException(CProdStudioBackendChannel* , Exception exc)
at Microsoft.VisualStudio.WorkItemTracking.Client.Interop.DatastoreClass.ConnectEx(String ConnectionString, Int32 hCredentials)
at Microsoft.VisualStudio.Currituck.Client.WorkItemStore.Connect()
at Microsoft.VisualStudio.Currituck.Package.CurrituckPcwPlugin.PcwPluginComponentCreator.ContextWrapper.get_WorkItemStore()
at Microsoft.VisualStudio.Currituck.Package.CurrituckPcwPlugin.PcwPluginComponentCreator.Initialize(ProjectCreationContext ctxt)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.PluginInitializer.InitializePlugins(MsfTemplate template, ProjectCreationContext context)
end Exception entry
I've tried to resolve the problem according to ints. guide and other recommendations (e.g.http://www.oazabir.com/vsts.html):
- AD domain controller installed first
- SP1 installed
- Permissions to WSS and RepServices are set
- Client virtual machine is in the TFS hosting domain

