Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Axidian CertiFlowEvent Log Proxy allows to record events from all CertiFlow servers in a unified Windows Event Log.
Info |
---|
Install Event Log Proxy on one of the CertiFlow servers or on a separate workstation (within or outside the domain). System requirements are the same as for Axidian CertiFlow server. |
Follow these steps to install and configure Event Log Proxy:
- Log in to the workstation as a local administrator.
- Run IndeedCMCertiFlow.EventLog.Proxy.msi installer. The installer is located in the server distribution directory.
- Open the eventLogProxy configuration file C:\inetpub\wwwroot\eventlogproxy\Web.config in Notepad.
Specify an account name to access the application in <authorization> section.
You can use a service account for working with Active Directory (cfservicesql).
Outside Windows domain configuration, use a local user account (e.g. SERVERNAME\Administrator).Code Block language xml title Example: <authorization> <deny users="?" /> <allow users="DEMO\cfservicesql"/> <deny users="*" /> </authorization>
- Save changes and close the configuration file.