Skip to main content
Nintex Community Menu Bar

Error "Cannot complete this action. Please try again ... 0x80004005" Using Call Web Service

  • March 26, 2021
  • 0 replies
  • 91 views

butlerj
Nintex Employee
Forum|alt.badge.img+20
ISSUE
When using Call Web Service RemoveUserFromSite, the web service might not perform as expected and the following error might occur: 

<soap:Fault xmlns:soap="http://schema.microsoft.com/sharepoint/soap/envelope/"><faultcode>soap:Server</faultcode><faultstring>Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.</faultstring><detail><errorstring xmlns="http://schema.microsoft.com/sharepoint/soap/">Cannot complete this action.

Please try again.</errorstring><errorcode xmlns="http://schema.microsoft.com/sharepoint/soap/">0x80004005</errorcode></detail></soap:Fault>
ERROR CODE
soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.Cannot complete this action. Please try again.0x80004005
RESOLUTION
Ensure the user account running the web service has Site Admin permissions. 
ADDITIONAL INFORMATION
RELATED LINKS