To view this page, launch the Log Analyzer, install_root/bin/waslogbr on UNIX systems or install_root\bin\waslogbr.bat on Windows NT or Windows 2000 systems. Click File > Preferences > Proxy.
The symptom database included in the Log Analyzer package contains entries for common events and errors. New versions of the symptom database provide additional entries. Download new versions of the database from the IBM FTP site. The URL for the FTP site is located in file: install_dir/bin/ivblogbr.properties.
The default setting for the FTP site is: ftp://ftp.software.ibm.com/software/websphere/info/tools/loganalyzer/symptoms /std/symptomdb.xml
You can update your symptom database in one of two ways:
Setting the proxy definition
If your organization uses a FTP or SOCKS proxy server, contact your system administrator for the host name and port number of the proxy server.
If you use the Log Analyzer GUI to update the database, you can add a proxy definition to the Proxy Preferences page as described below:
If you do not use the Log Analyzer GUI, add the proxy definition to the command that launches Log Analyzer.
%JAVA_HOME%\bin\java -DIVB_HOME=%USERPROFILE%/logbr ^ .... -Dftp.proxyHost=proxy_host -Dftp.proxyPort=port_number ^
$JAVA_HOME/bin/java -ms10m -mx255m -DIVB_HOME=$HOME/logbr \ .... -Dftp.proxyHost=proxy_host -Dftp.proxyPort=port_number \
%JAVA_HOME%\bin\java -DIVB_HOME=%USERPROFILE%/logbr ^ .... -DsocksProxyHost=proxy_host -DsocksProxyPort=port_number ^
$JAVA_HOME/bin/java -ms10m -mx255m -DIVB_HOME=$HOME/logbr \ .... -DsocksProxyHost=proxy_host -DsocksProxyPort=port_number \