The Incident Upload Utility provides you with the ability to upload the events contained in a snapshot file into the SE-Viewer database and the SE-Viewer event browser. Incident snapshots may be created via the Incident Upload Utility or by zipping the files. Events are sent to the SELog web service via either http or https. The Upload Utility is accessible either through the 'Start' menu or by double-clicking on a snapshot file, and should be installed on all computers used by Help Desk and Support personnel.
Locating the configuration file
The Incident Upload Utility can be configured in the following configuration file:
[drive]\\Program Files\Avicode\Intercept\IncidentUploadUtility\UploadUtility.exe.config
Opening the configuration file
You may edit the configuration file via Microsoft Visual Studio .NET, or by using a text editor.
To set the default URL for accessing the SE-Viewer web service:
<configuration> [..] <appSettings> <add key='SEViewerLocation' value='http://myserver.mydomain/selog/semlogws.asmx' /> <add key='TransmitPause' value='500' /> </appSettings> </configuration> |
You must set the location for the SE-Viewer Server so that the Upload Utility may communicate with it. The Upload Utility uses the web service interface (semlogws.asmx) to report events to Intercept SE-Viewer, therefore the Management System needs to be accessible from the utility via HTTP for successful communications between the utility and the Management System. Note that this URL may be modified to use a non-default port number or https, but it must always point to the semlogws.asmx web service with an address that is formatted as:
http[s]://servername.domainname[:port]/selog/semlogws.asmx
Not sure if the web service url is correct? Try copying the URL and pasting it into a browser address bar. You should be able to connect to the web service
Concerned about sensitive data? Intercept events can contain sensitive data (such as in SQL calls) and as result must be protected. SE-Viewer supports event delivery from a Monitored System to SE-Viewer using the HTTPS protocol. As result, it protects the data during the delivery phase. Set the address to:
https://servername.domainname[:port]/selog/semlogws.asmx
To set the pause time, in milliseconds, between sending two events:
<configuration> [..] <appSettings> <add key='SEViewerLocation' value='http://myserver.mydomain/selog/semlogws.asmx' /> <add key='TransmitPause' value='500' /> </appSettings> </configuration> |
Opening the Incident Upload Utility Wizard
There are two ways to open the upload utility:
OR
This will not work if you have stored your snapshots as '.zip' files
Uploading an individual snapshot file
This option will not work if you have stored your snapshots as '.zip' files
Last update: Thursday, September 23, 2010 11:24:53 AM