- I have created two users [wfsetup & wfservice] on active directory for installing workflow manager .
- I put the two users for local administrator groups .
- I set the wfsetup in SQL server permission and give "sysAdmin" in server roles .
- I installed workflow manager and configure it . and allow http .
- I open iis . I browse "workflow management site" , I get the following error from browser
<Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Code>AuthorizationError</Code>
<Message>
The caller does not have the necessary permissions required for this operation. Permissions granted: None. Required permissions: ReadScope.
I Open the VM that has installed sharepoint , and run the following command :
Register-SPWorkflowService -SPSite 'http://kfssp2:8090/' -WorkflowHostUri 'http://kfssp3:12991' -AllowOAuthHttp
- I get the following error
Register-SPWorkflowService : Unable to connect to the remote service at http://kfssp3:12991/SharePoint/. See InnerException for more details. Client ActivityId : fa0cdde3-ede7-41cd-9ddc-cc7aab0f0f89.
how can I Solve this problem
ASk