Support
 
Support Get Quote
 
 
 
 

Other Resources

    EventLog Analyzer - Troubleshooting Tips


    General

    1. Where do I find the log files to send to EventLog Analyzer Support?

    2. I find that EventLog Analyzer keeps crashing or all of a sudden stops collecting logs. What could be the reason?

    3. How to create SIF (Support Information File) and send the file to Manageengine, if you are not able to perform the same from the Web client?

    4. How to register dll when message files for event sources are unavailable?

    Installation

    1. EventLog Analyzer displays "Enter a proper ManageEngine license file" during installation

    2. Unable to bind EventLog Analyzer server to a specific interface.

    Startup and Shut Down

    1. MySQL-related errors on Windows machines

    2. EventLog Analyzer displays "Port 8400 needed by EventLog Analyzer is being used by another application. Please free the port and restart EventLog Analyzer" when trying to start the server

    3. EventLog Analyzer displays "Can't Bind to Port " when logging into the UI.

    4. When the application is started, configureODBC.vbs throws script error or opens with another application. How to overcome this?

    Configuration

    1. While adding host for monitoring, the 'Verify Login' action throws RPC server unavailable error

    2. While adding host for monitoring, the 'Verify Login' action throws 'Access Denied' error.

    3. When WBEM test is carried out. it fails and shows error message with code 80041010 in Windows Server 2003.

    4. How to enable Object Access logging in Linux OS?

    5. What are commands to start and stop Syslog Deamon, in Solaris 10?

    Log Collection and Reporting

    1. I've added a host, but EventLog Analyzer is not collecting event logs from it

    2. I get an Access Denied error for a host when I click on Verify Login but I have given the correct login credentials

    3. I have added an Custom alert profile and enabled it. But the alert is not generated in EventLog Analyzer even though the event has occured in the host machine

    4. When I create a Custom Report, I am not getting the report with the configured message in the Message Filter

    5. MS SQL server for EventLog Analyzer stopped

    6. I successfully configured Oracle host(s),still cannot view the data

    For any other issues, please contact EventLog Analyzer Technical Support

     

    General

    Where do I find the log files to send to EventLog Analyzer Support?

    For Build 8010 onwards

    The log files are located in the <EventLogAnalyzer_Home>logs directory. Typically when you run into a problem, you will be asked to send the serverout.txt file from this directory to EventLog Analyzer Support.

    For Build 8000 or earlier

    The log files are located in the <EventLogAnalyzer_Home>server/default/log directory. Typically when you run into a problem, you will be asked to send the serverout.txt file from this directory to EventLog Analyzer Support.

     


    I find that EventLog Analyzer keeps crashing or all of a sudden stops collecting logs. What could be the reason?

    The inbuilt PostgreSQL/MySQL database of EventLog Analyzer could get corrupted if other processes are accessing these directories. So exclude ManageEngine installation folder from

    • Anti-virus scans
    • Automatic backup softwares
    • Snapshots in case of VMware installation

    Ensure that there should not be any snap shots if the product is running on a VM.


    How to create SIF (Support Information File) and send the file to Manageengine, if you are not able to perform the same from the Web client?

    For Build 8010 onwards

    The SIF will help us to analyze the issue you have come across and propose a solution. If you are unable to create a SIF from the Web client UI, you can zip the files under 'logs' folder, which is located in C:/ManageEngine/Eventlog/logs (default path) and send the zip file by upload it in the following ftp link: http://bonitas.zohocorp.com/upload/index.jsp?to=eventloganalyzer-support@manageengine.com 

    For Build 8000 or earlier

    The SIF will help us to analyze the issue you have come across and propose a solution. If you are unable to create a SIF from the Web client UI, you can zip the files under 'log' folder, which is located in C:/ManageEngineEventlog/server/default/log (default path) and send the zip file by upload it in the following ftp link: http://bonitas.zohocorp.com/upload/index.jsp?to=eventloganalyzer-support@manageengine.com


    How to register dll when message files for event sources are unavailable?

    To register dll, follow the procedure given in the link below: http://ss64.com/nt/regsvr32.html

    Installation

    EventLog Analyzer displays "Enter a proper ManageEngine license file" during installation

    This message could be shown in two cases:

    Case 1: Your system date is set to a future or past date. In this case, uninstall EventLog Analyzer, reset the system date to the current date and time, and re-install EventLog Analyzer.
    Case 2: You may have provided an incorrect or corrupted license file. Verify that you have applied the license file obtained from ZOHO Corp.
    If neither is the reason, or you are still getting this error, contact licensing@manageengine.com


    Unable to bind EventLog Analyzer server to a specific interface.

    For Build 8010 onwards

    To bind EventLog Analyzer server to a specific interface follow the procedure given below:

    For Eventlog Analyzer running as application:

    • Shutdown EventLog Analyzer
    • Open the run.bat file which is under <EventLog Analyzer Home>bin directory and go to "RESTART Command block", uncomment the below RESTART command line and replace <ip-address> with the IP address to which you want to bind the application, comment the existing RESTART command line and save the file.
       

      rem %JAVA% %JAVA_OPTS% -cp "%CLASS_PATH%" com.adventnet.mfw.Starter %SAFE_START% -c default -b <ip-address>

      to

      %JAVA% %JAVA_OPTS% -cp "%CLASS_PATH%" com.adventnet.mfw.Starter %SAFE_START% -c default -b <ip-address>

       

      %JAVA% %JAVA_OPTS% -cp "%CLASS_PATH%" com.adventnet.mfw.Starter %SAFE_START%

      to

      rem %JAVA% %JAVA_OPTS% -cp "%CLASS_PATH%" com.adventnet.mfw.Starter %SAFE_START%

    • Open setcommonenv.bat file which is under <EventLog Analyzer Home>bin directory and go to "JAVA_OPTS Setting command Block", uncomment the below JAVA_OPTS setting command line and replace <ip-address> with the IP address to which you want to bind the application and comment the existing JAVA_OPTS setting command.
       

      rem set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms128m -Xmx512m -Dspecific.bind.address=<ip-address>

      to

      set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms128m -Xmx512m -Dspecific.bind.address=<ip-address>

       

      set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms256m -Xmx1024m

      to

      rem set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms256m -Xmx1024m

    • Save the file
    • Open the database_param.conf file which is under <EventLog Analyzer Home>conf directory and replace localhost in url tag with the <binding IP address> to which you want to bind the application and save the file.

    url=jdbc:postgresql://localhost:33336/eventlog?stringtype=unspecified

    to

    url=jdbc:postgresql://<binding IP address>:33336/eventlog?stringtype=unspecified

    • Open the postgresql.conf file which is under <EventLog Analyzer Home>pgsqldata directory and uncomment the line '#listen_addresses = 'localhost'' in the CONNECTIONS AND AUTHENTICATION section and replace the 'localhost' with the '<binding IP address>' to which you want to bind the application and save the file.
       

      #------------------------------------------------------------------------------
      # CONNECTIONS AND AUTHENTICATION
      #------------------------------------------------------------------------------

      # - Connection Settings -

      #listen_addresses = 'localhost' # what IP address(es) to listen on;
      # comma-separated list of addresses;
      # defaults to 'localhost'; use '*' for all
      # (change requires restart)

      to

      #------------------------------------------------------------------------------
      # CONNECTIONS AND AUTHENTICATION
      #------------------------------------------------------------------------------

      # - Connection Settings -

      listen_addresses = <binding IP address> # what IP address(es) to listen on;
      # comma-separated list of addresses;
      # defaults to 'localhost'; use '*' for all
      # (change requires restart)

    • Open the pg_hba.conf file which is under <EventLog Analyzer Home>pgsqldata directory and add the line

    host all all <binding IP address in IPv4 format>/32 trust

    after the line

    host all all 127.0.0.1/32 trust

    and save the file.

    # TYPE DATABASE USER ADDRESS METHOD

    # IPv4 local connections:

    host all all 127.0.0.1/32 trust

    # IPv6 local connections:

    host all all ::1/128 trust

    to

    # TYPE DATABASE USER ADDRESS METHOD

    # IPv4 local connections:

    host all all 127.0.0.1/32 trust

    host all all <binding IP address in IPv4 format>/32 trust

    # IPv6 local connections:

    host all all ::1/128 trust

     

     

    • Restart EventLog Analyzer

    For Eventlog Analyzer running as service:

    • Stop the Eventlog Analyzer service.
    • Open setcommonenv.bat file which is under <EventLog Analyzer Home>bin directory and go to "JAVA_OPTS Setting command Block", uncomment the below JAVA_OPTS setting command line and replace <ip-address> with the IP address to which you want to bind the application and comment the existing JAVA_OPTS setting command.
       

      rem set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms128m -Xmx512m -Dspecific.bind.address=<ip-address>

      to

      set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms128m -Xmx512m -Dspecific.bind.address=<ip-address>

       

      set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms256m -Xmx1024m

      to

      rem set JAVA_OPTS=-Djava.library.path=..lib;..libnative -DpdfReport=false -Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms256m -Xmx1024m

    • Save the file
    • Open the wrapper.conf file which is under <EventLog Analyzer Home>server/conf and go to "Adding Application Parameters Block", uncomment the below Application Parameters from 2 to 5 and replace <ip-address> in 4th and 5th Application Parameter with the IP address to which you want to bind the application and save the file.
    wrapper.app.parameter.1=com.adventnet.mfw.Starter
    #wrapper.app.parameter.2=-L../lib/AdventNetDeploymentSystem.jar
    #wrapper.app.parameter.3=-c default
    #wrapper.app.parameter.4=-b <ip-address>
    #wrapper.app.parameter.5=-Dspecific.bind.address=<ip-address>
    • Open the database_param.conf file which is under <EventLog Analyzer Home>conf directory and replace localhost in url tag with the <binding IP address> to which you want to bind the application and save the file.
       
    • Open the postgresql.conf file which is under <EventLog Analyzer Home>pgsqldata directory and uncomment the line '#listen_addresses = 'localhost'' in the CONNECTIONS AND AUTHENTICATION section and replace the 'localhost' with the '<binding IP address>' to which you want to bind the application and save the file.
       

      #------------------------------------------------------------------------------
      # CONNECTIONS AND AUTHENTICATION
      #------------------------------------------------------------------------------

      # - Connection Settings -

      #listen_addresses = 'localhost' # what IP address(es) to listen on;
      # comma-separated list of addresses;
      # defaults to 'localhost'; use '*' for all
      # (change requires restart)

      to

      #------------------------------------------------------------------------------
      # CONNECTIONS AND AUTHENTICATION
      #------------------------------------------------------------------------------

      # - Connection Settings -

      listen_addresses = <binding IP address> # what IP address(es) to listen on;
      # comma-separated list of addresses;
      # defaults to 'localhost'; use '*' for all
      # (change requires restart)

    • Open the pg_hba.conf file which is under <EventLog Analyzer Home>pgsqldata directory and add the line

    host all all <binding IP address in IPv4 format>/32 trust

    after the line

    host all all 127.0.0.1/32 trust

    and save the file.

    # TYPE DATABASE USER ADDRESS METHOD

    # IPv4 local connections:

    host all all 127.0.0.1/32 trust

    # IPv6 local connections:

    host all all ::1/128 trust

    to

    # TYPE DATABASE USER ADDRESS METHOD

    # IPv4 local connections:

    host all all 127.0.0.1/32 trust

    host all all <binding IP address in IPv4 format>/32 trust

    # IPv6 local connections:

    host all all ::1/128 trust

     

    • Start the EventLog Analyzer service
    • Verify the setting by executing the 'netstat -ano' command in the command prompt.

    For Build 8000 or earlier

    To bind EventLog Analyzer server to a specific interface follow the procedure given below:
    For Eventlog Analyzer running as application:

    • Open the runSEC.exe/sh file.
    • Add the following parameter in the line in any place before %* or $*: binSysEvtCol.exe -loglevel 3 -port 513 514 %*

    -bindip <IP Address of the interface to which the EventLog Analyzer needs to be bound>
    Example entry is as given below:
    binSysEvtCol.exe -loglevel 3 -bindip 192.168.111.153 -port 513 514 %*
    For Eventlog Analyzer running as service:

    • Stop the Eventlog Analyzer service.
    • Open the startDB.bat file which is under <Eventlog Analyzer Home>bin directory, add option '--bind-address=<ip-address>' in the mysqld start command that starts with @start and save the file.
    • Open the stopDB.bat file which is under <Eventlog Analyzer Home>bin directory, add '-h <ip-address>>' to the command arguments and save the file.
      After the change the line should like the one given below: 
      set commandArgs=-P %PORT% -u %USER_NAME% -h <ip-address> 
    • Open the wrapper.conf file which is under <Eventlog Analyzer Home>server/default/conf and follow the below steps: 
      Uncomment the second application parameter ' wrapper.app.parameter.2=-L../lib/AdventNetDeploymentSystem.jar'. 
      Add the following new application parameters 
      wrapper.app.parameter.3=-c default 
      wrapper.app.parameter.4=-b <ip-address> 
      wrapper.app.parameter.5=-Dspecific.bind.address=<ip-address> 

      and save the file.
      Note: Remove '#' symbol for uncommenting in the .conf file.
    • Open the mysql-ds.xml file which is under <Eventlog Analyzer Home>server/default/deploy directory, replace 'localhost' inconnection-url tag with the <ip-address> to which you want to bind the application and save the file.
    • Start the Eventlog Analyzer service.
    • Verify the setting by executing the 'netstat -ano' command in the command prompt.

    Back to Top

    Startup and Shut Down

    MySQL-related errors on Windows machines

    Probable cause: An instance of MySQL is already running on this machine.
    Solution:Shut down all instances of MySQL and then start the EventLog Analyzer server.

    Probable cause: Port 33335 is not free
    Solution: Kill the other application running on port 33335. If you cannot free this port, then change the MySQL port used in EventLog Analyzer.

    EventLog Analyzer displays "Port 8400 needed by EventLog Analyzer is being used by another application. Please free the port and restart EventLog Analyzer" when trying to start the server

    Probable cause: The default web server port used by EventLog Analyzer is not free.
    Solution:

    Kill the other application running on port 8400. Carry out the following steps.

    • Stop the EventLog Analyzer service
    • For Build 8010 onwards, open wrapper.conf which is available under <EventLog Analyzer Home>server/conf folder. For Build 8000 or earlier, open wrapper.conf which is available under <EventLog Analyzer Home>server/default/conf folder.
    • Append the below line under # Java Additional Parameters section,

    wrapper.java.additional.21=-Djava.net.preferIPv4Stack=true

    Before adding:

    wrapper.java.additional.20=-Dorg.tanukisoftware.wrapper.WrapperManager.mbean=false

    After adding:

    wrapper.java.additional.20=-Dorg.tanukisoftware.wrapper.WrapperManager.mbean=false
    wrapper.java.additional.21=-Djava.net.preferIPv4Stack=true

    • Start EventLog Analyzer service

    If you cannot free this port, then change the web server port used in EventLog Analyzer.

    EventLog Analyzer displays "Can't Bind to Port <Port Number>" when logging into the UI.

    Probable cause:The syslog listener port of EventLog Analyzer is not free.
    Solution:

    • Check for the process that is occupying the syslog listener port, using netstat -anp -pudp . And if possible, try to free up this port.
    • If you have started the server in UNIX machines, please ensure that you start the server as a root user.
    • or, configure EventLog Analyzer to listen to a different syslog listener port and ensure that all your configured hosts send their syslog to the newly configured syslog listener port of EventLog Analyzer.

    When the application is started, configureODBC.vbs throws script error or opens with another application. How to overcome this?

    Probable cause: (File opens with other program) The configureODBC.vbs file may be set to open with a program other than "wscript.exe" in WINDOWSsystem32 folder (for example: Notepad.exe), hence the file was unable to execute during the application start.
    Solution:

    • Stop the Eventlog Analyzer server/service.
    • Go to the Eventlog Analyzer installation folder <EventLog Analyzer Home>bin(default path) and right click the "configureODBC.vbs" file and choose Open (or) Open With and choose the windows program wscript.exe from your WindowsSystem32 folder.
    • Start the Eventlog Analyzer server/service.

    Probable cause: (File not having execute permission) The configureODBC.vbs file may not have execute permission.
    Solution:

    • Stop the Eventlog Analyzer server/service.
    • Go to the Eventlog Analyzer installation folder <EventLog Analyzer Home>bin(default path) and right click the configureODBC.vbs file and change the permission to execute the file.
    • Start the Eventlog Analyzer server/service.

    Configuration

    While adding host for monitoring, the 'Verify Login' action throws RPC server unavailable error

    The probable reason and the remedial action is:
    Probable cause: The host machine RPC (Remote Procedure Call) port is blocked by any other Firewall.
    Solution: Unblock the RPC ports in the Firewall.

    While adding host for monitoring, the 'Verify Login' action throws 'Access Denied' error. 

    The probable reasons and the remedial actions are:

    Probable cause: The host machine is not reachable from ELA machine.
    Solution: Check the network connectivity between host machine and ELA machine, by using PING command.
    Probable cause: The host machine running a System Firewall and REMOTEADMIN service is disabled.
    Solution: Check whether System Firewall is running in the host. If System Firewall is running, execute the following command in the command prompt window of the host machine:
    netsh firewall set service type=REMOTEADMIN mode=ENABLE profile=all

    When WBEM test is carried out. it fails and shows error message with code 80041010 in Windows Server 2003.

    The probable reasons and the remedial actions are:

    Probable cause: By default, WMI component is not installed in Windows 2003 Server

    Solution: Win32_Product class is not installed by default on Windows Server 2003. To add the class, follow the procedure given below:

     

    1. In Add or Remove Programs, click Add/Remove Windows Components.

    2. In the Windows Components Wizard, select Management and Monitoring Tools, then click Details.

    3. In the Management and Monitoring Tools dialog box, select WMI Windows Installer Provider and then click OK.

    4. Click Next.

    How to enable Object Access logging in Linux OS?

    The probable reasons and the remedial actions are:

    Probable cause: The object access log is not enabled in Linux OS.

    Solution: Steps to enable object access in Linux OS, is given below:

    In the file /etc/xinted.d/wu-ftpd, edit the server arguments as mentioned below:

    server_args = -i -o -L

    What are commands to start and stop Syslog Deamon, in Solaris 10?

    The probable reasons and the remedial actions are:

    Probable cause: Unable to start or stop Syslog Daemon in Solaris 10

    Solution: In Solaris 10, the commands to stop and start the syslogd daemon are:

    # svcadm disable svc:/system/system-log:default

    # svcadm enable svc:/system/system-log:default

    In Solaris 10, to restart the syslogd daemon and force it to reread /etc/syslog.conf:

    # svcadm refresh svc:/system/system-log:default
    or
    # svcadm -v restart svc:/system/system-log:default

    Log Collection and Reporting

    I've added a host, but EventLog Analyzer is not collecting event logs from it

    Probable cause: The host machine is not reachable from the EventLog Analyzer server machine
    Solution:Check if the host machine responds to a ping command. If it does not, then the machine is not reachable. The host machine has to be reachable from the EventLog Analyzer server in order to collect event logs.
    Probable cause: You do not have administrative rights on the host machine
    Solution: Edit the host's details, and enter the Administrator login credentials of the host machine. Click Verify Login to see if the login was successful.

    I get an Access Denied error for a host when I click on "Verify Login" but I have given the correct login credentials

    Probable cause: There may be other reasons for the Access Denied error.
    Solution: Refer the Cause and Solution for the Error Code you got during Verify login.


    Error Code

    Cause

    Solution

    0x80070005

    Scanning of the Windows workstation failed due to one of the following reasons:

    The login name and password provided for scanning is invalid in the workstation

    Check if the login name and password are entered correctly

    Remote DCOM option is disabled in the remote workstation

    Check if Remote DCOM is enabled in the remote workstation. If not enabled, then enable the same in the following way:

    1. Select Start > Run
    2. Type dcomcnfg in the text box and click OK
    3. Select the Default Properties tab
    4. Select the Enable Distributed COM in this machine checkbox
    5. Click OK

    To enable DCOM on Windows XP hosts:

    1. Select Start > Run
    2. Type dcomcnfg in the text box and click OK
    3. Click on Component Services > Computers > My Computer
    4. Right-click and select Properties
    5. Select the Default Properties tab
    6. Select the Enable Distributed COM in this machine checkbox
    7. Click OK

    User account is invalid in the target machine

    Check if the user account is valid in the target machine by opening a command prompt and executing the following commands:
    net use \<RemoteComputerName>C$ /u:<DomainNameUserName> "<password>"
    net use \<RemoteComputerName>ADMIN$ /u:<DomainNameUserName> "<password>"

    If these commands show any errors, the provided user account is not valid on the target machine.

    0x80041003

    The user name provided for scanning does not have sufficient access privileges to perform the scanning operation. Probably, this user does not belong to the Administrator group for this host machine

    Move the user to the Administrator Group of the workstation or scan the machine using an administrator (preferably a Domain Administrator) account.

    0x800706ba

    A firewall is configured on the remote computer. Such exceptions mostly occur in Windows XP (SP 2), when the default Windows firewall is enabled.

    1. Disable the default Firewall in the Windows XP machine:
      1. Select Start > Run
      2. Type Firewall.cpl and click OK
      3. In the General tab, click Off
      4. Click OK
    2. If the firewall cannot be disabled, launch Remote Administration for administrators on the remote machine by executing the following command:
      netsh firewall set service RemoteAdmin

      After scanning, you can disable Remote Administration using the following command:
      netsh firewall set service RemoteAdmin disable

    0x80040154

    1. WMI is not available in the remote windows workstation. This happens in Windows NT. Such error codes might also occur in higher versions of Windows if the WMI Components are not registered properly.
    2. WMI Components are not registered
    1. Install WMI core in the remote workstation.
    2. Register the WMI DLL files by executing the following command in the command prompt:
      winmgmt /RegServer

    0x80080005

    There is some internal execution failure in the WMI Service (winmgmt.exe) running in the host machine. The last update of the WMI Repository in that workstation could have failed.

    Restart the WMI Service in the remote workstation:

    1. Select Start > Run
    2. Type Services.msc and click OK
    3. In the Services window that opens, select Windows Management Instrumentation service.
    4. Right-click and select Restart

    For any other error codes, refer the MSDN knowledge base

    I have added an Custom alert profile and enabled it. But the alert is not generated in EventLog Analyzer even though the event has occured in the host machine

    Probable cause: The alert criteria have not been defined properly
    Solution: Please ensure that the required fields in the Add Alert Profile screen have been given propelrly.Check if the e-mail address provided is correct. Ensure that the Mail server has been configured correctly.

    When I create a Custom Report, I am not getting the report with the configured message in the Message Filter

    Probable cause: The message filters have not been defined properly
    Solution:When you are entering the string in the Message Filters for matching with the log message, ensure you copy/enter the exact string as shown in the Windows Event Viewer.
    e.g., Logon Name:John

    MS SQL server for EventLog Analyzer stopped

    Probable cause: The transaction logs of MS SQL could be full
    Solution: If the EventLog Analyzer MS SQL database transaction logs are full, shrink the same with the procedure given below:

    • Stop the Eventlog Analyzer Server/Service (Check the Eventlog Analyzer server machine's Task Manager to ensure that the processes 'SysEvtCol.exe', 'Java.exe' are not running).
    • Connect MS SQL client (using Microsoft SQL Server Management Studio) and execute the below query:
      sp_dboption 'eventlog', 'trunc. log on chkpt.', 'true'
      To execute the query, select and highlight the above command and press F5 key.
    • After executing the above command, select and highlight the below command and press F5 key to execute it.
      DBCC SHRINKDATABASE (eventlog)
    • Note: This process will take some time, based on the EventLog Analyzer database size.
    • Start the Eventlog Analyzer.

    I successfully configured Oracle host(s),still cannot view the data

    If Oracle host is Windows, open Event viewer in that machine and check for Oracle source logs under Application type. If Linux, check the appropriate log file to which you are writing Oracle logs. If the Oracle logs are available in the specified file, still ELA is not collecting the logs, contact EventLog Analyzer Support.

     

    EventLog Analyzer Trusted By

    Los Alamos National Bank Michigan State University
    Panasonic Comcast
    Oklahoma State University IBM
    Accenture Bank of America
    Infosys
    Ernst Young

    Customer Speaks

    • Credit Union of Denver has been using EventLog Analyzer for more than four years for our internal user activity monitoring. EventLog Analyzer provides great value as a network forensic tool and for regulatory due diligence. This product can rapidly be scaled to meet our dynamic business needs.
      Benjamin Shumaker
      Vice President of IT / ISO
      Credit Union of Denver
    • The best thing, I like about the application, is the well structured GUI and the automated reports. This is a great help for network engineers to monitor all the devices in a single dashboard. The canned reports are a clever piece of work.
      Joseph Graziano, MCSE CCA VCP
      Senior Network Engineer
      Citadel
    • EventLog Analyzer has been a good event log reporting and alerting solution for our information technology needs. It minimizes the amount of time we spent on filtering through event logs and provides almost near real-time notification of administratively defined alerts.
      Joseph E. Veretto
      Operations Review Specialist
      Office of Information System
      Florida Department of Transportation
    • Windows Event logs and device Syslogs are a real time synopsis of what is happening on a computer or network. EventLog Analyzer is an economical, functional and easy-to-utilize tool that allows me to know what is going on in the network by pushing alerts and reports, both in real time and scheduled. It is a premium software Intrusion Detection System application.
      Jim Lloyd
      Information Systems Manager
      First Mountain Bank

    Awards and Recognitions

    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    A Single Pane of Glass for Comprehensive Log Management