Hi,
I'm trying to deploy a workflow to SharePoint. The workflow compiles okay, but during deployment I get an error:
Task Error: System.Exception: Error occurred adding the feature to the farm. ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Access denied.
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 SourceCode.SharePoint.WebServices.K2SPFeatures.AddWorkflowFeature(String featureTitle, String description, Boolean isDefaultForms, K2SPStartForms startForms, K2SPTaskForm[] taskForms, K2SPModificationForm[] modForms) ...[snip for brevity]
I suspect that the error message is right - that there is an authorisation issue - but I can't think what it is.
I've written and I'm deploying the workflow as a domain admin. The K2 Service account is a domain admin too. I've also added the service account to the Site Administrators group via the "Central Admin > K2 Admin" page.
Any ideas what's wrong/what I've not configured that I can't deploy my process?
