Awhile back I was able to run PS scripts via an action without any issues. I don't use them much, primarily when playing around with what is possible. However I have a need for them now, but they will not run from webcon.
I am running the powershell with an account that has the correct permissions. I have verified by running powershell on the webcon server with the account and testing the script.
I see the following error in event viewer.
PowerShell Error
Message=WCF Service can be executed on registered account only. Valid PortalAppPoolIdentity username from database is empty.
Source=WebCon.WorkFlow.Service
StackTrace= at WebCon.WorkFlow.Service.WCFService.WCFService.ValidatePortalAccount(Int32 dbId)
at WebCon.WorkFlow.Service.WCFService.WCFService.PowerShellExec(String script, String login, String password)
System.Exception: WCF Service can be executed on registered account only. Valid PortalAppPoolIdentity username from database is empty.
at WebCon.WorkFlow.Service.WCFService.WCFService.ValidatePortalAccount(Int32 dbId)
at WebCon.WorkFlow.Service.WCFService.WCFService.PowerShellExec(String script, String login, String password)
Anyone else run into this?