I have problem when i run the below cmd in Adminsitrator-Sharepoint2013mangment shell
Register-SPWorkflowService –SPSite "http://waleed-elgalil" –WorkflowHostUri "http://waleed-elgalil:12291" –AllowOAuthHttp
The first time i got HTML Code and when i run it again ,i got the below error
Register-SPWorkflowService : Failed to register because the farm or partition
is already registered with a workflow service
at line:1 char:1 f
Register-SPWorkflowService -SPSite"http://waleed-elgalil" -WorkflowHostUri
htt ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~
+ CategoryInfo : InvalidData: (Microsoft.Share...WorkflowService:
RegisterSPWorkflowService) [Register-SPWorkflowService], ConfigurationExce
ption
+ FullyQualifiedErrorId : Microsoft.SharePoint.WorkflowServices.PowerShell
.RegisterSPWorkflowService
Please help me !