Symptoms
A message appears in the verification station, even though there are projects listed in your Administration and Monitoring Console > Settings > Projects:
No available projects
Cause
Incorrect project permissions.
Resolution
The best solution is to re-upload project to the cloud server.
Alternatively, add all the missing roles and rights to the user in Administration and Monitoring Console > Settings > Users:
Comments
2 comments
Maksym Havryshuk
Another way to resolve the issue is next:
Try to change the asp.net.config file's configuration. The file itself is located in
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Aspnet.config
and
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Aspnet.config
Strings inside both files have to be changed this way:
<legacyImpersonationPolicy enabled="false"/> <alwaysFlowImpersonationPolicy enabled="true"/>."
Permanently deleted user
Hello everyone, I came across this issue when I had a two projects, one with "UnattendedWorkflow" enabled, the other one with advanced. So I had to create a separate user, give this user only permission for the advanced workflow project with Verification Operator rights. Afterwards it has worked for me.
Please sign in to leave a comment.