HI,
I have successfully deployed Nintex on multiserver farm. Problem is that Nixtex Workflow Management missing from CA.
I have checked nintexworkflow2013core.wsp Deployed Globally deployed. and CA URL is mentioned. When i try to enable
Enable-SPFeature -Identity "NintexWorkflowAdmin" -Url CENTRALADMINURL
Got following error
PS C:Usersspacct> Enable-SPFeature -Identity "NintexWorkflowAdmin" -Url http://myappserver:2000
Enable-SPFeature : The Feature is not a Farm Level Feature and is not found in
a Site level defined by the Url http://myappserver:2000.
At line:1 char:1
+ Enable-SPFeature -Identity "NintexWorkflowAdmin" -Url
http://myappserver:2000
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...etEnableFeature:
SPCmdletEnableFeature) uEnable-SPFeature], SPCmdletException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletEnableFe
ature
pls guide what is an issue and how to fix it.
Thx