Interviewer - Server > UNICOM Intelligence Interviewer activities in UNICOM Intelligence Interviewer Server - Admin > Manage Logs
 
Manage Logs
UNICOM Intelligence Interviewer - Server Admin and the activities and applications that run inside it create log files that provide an audit trail of what each activity has done. If you experience problems with UNICOM Intelligence Interviewer, the UNICOM Intelligence administrator or a UNICOM Systems, Inc. support representative can look at these files to find out what is causing the problems. In an installation where everything is installed on a single computer, all the log files are in a single folder and can be viewed using any text editor. On clustered installations, log files are created on each computer in the cluster, which makes viewing them and matching up records between files more difficult.
Manage Logs provides an easy method of viewing log files, and can be used to create a zip file containing logs for sending to an UNICOM Systems, Inc. support representative.
Including or excluding Windows Event logs
The Manage Logs activity’s Web.config file is in:
C:\InetPub\wwwroot\SPSSMR\ManageLogs
It defines keys that control the following aspects of the activity’s behavior. The following key controls whether the Windows Event logs are exported:
<appSettings>
     <add key="IncludeEventLogOption" value="true"/>
</appSettings>
See also
Starting Manage Logs
View Settings
View Logs tab
Downloading log files
Managing the DPM dump file
What is in the zip file?
UNICOM Intelligence Interviewer activities in UNICOM Intelligence Interviewer Server - Admin