A Workflow is configured to send a notification; however, the Workflow is not sending the notification as expected. The following symptoms are also observed:
1. When previewing the notification, the following error is shown in place of the preview:
Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL
2. When viewing the Active Roles Event Viewer logs, the following error is observed:
Active Roles uses the web.config file located at C:\ProgramData\Quest Software\ActiveRoles Server\MailMsgGen\cfg to generate notifications. If access to the file is not properly configured, the notification may not be generated.
Verify the Active Roles service account has read / write access to the directory noted below:
Modify the web.config file located at the directory noted above and add the following Authorization tag after the opening <system.web> tag:
<authorization>
<allow users="*" />
</authorization>
The final result should look like this:
<system.web>
<authorization>
<allow users="*" />
</authorization>
<httpModules>
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center