Symptoms
Server Error in '/ViewFlow' Application
No realm entries for 'http://SITE/ViewFlow/' was found.
Diagnoses
When trying to access the ViewFlow feature of a Worklist item the below error is returned:
Server Error in '/ViewFlow' Application.
--------------------------------------------------------------------------------
No realm entries for 'http://SITE/ViewFlow/' was found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Configuration.ConfigurationErrorsException: No realm entries for 'http://SITE/ViewFlow/' was found.
Resolution
After verifying the Realm is correct in the DB. We found that there was an HTTP entry in the workspace config (where the realm is specified) instead of an HTTPS value.
We verified the Realm is correct in the DB,
We then found that there was an HTTP entry in the workspace config (where the realm is specified) instead of the HTTPS value. Correcting this resolved the issue.