New
Updated
No results found
enterReturn key to
select
Arrow keys to navigate
escEscape key to
close
Enabling Robot job email logging
Various Internal Audit Robot jobs send email. Emails are not logged by default, but logging can be enabled to aid troubleshooting.
The log records the following information:
- Date/time of email send
- From: address
- To: Address
- Subject
- Any errors
To enable logging:
- Open App Manager and connect to the instance that you are wanting to change
- Click on the [Config] tab
- Under that, ensure the [Server Robot] tab is highlighted
- Locate the commented out line:
<!--<add key="EmailLogFileName" value="[Path]\EmailLog.txt"/>-->
- Uncomment the line by removing <!-- and -->
- Update the [path] by substituting an existing path on the server. This needs to be somewhere where the Robot Service has write permission, so the path to the Robot service application is a good choice. This would make the line look like this:
<add key="EmailLogFileName" value="C:\Program Files (x86)\Pentana\ServerRobot\PentanaPRD\EmailLog.txt"/>
- Save the change
- Restart the Robot service
Note that email logging applies only to jobs that are run via the Robot's schedule. Jobs that are run via App Manager's Execute Robot Job button are not logged.