Known Issues for Event Stream Processor

Known issues and workarounds for Event Stream Processor.

Event Stream Processor 5.1 Issues
CR# Description
N/A

Issue: On some versions of Solaris, the Event Stream Processor executables may fail and display an error message indicating that certain required libraries cannot be found.

To work around this issue:
  1. Edit the SYBASE.sh and SYBASE.csh script installed in your Event Stream Processor installation directory.
    • Add these lines to the bottom of the Sybase.sh script:
      LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ESP_HOME/lib
      export LD_LIBRARY_PATH
      LD_LIBRARY_PATH_64=$LD_LIBRARY_PATH_64:$ESP_HOME/lib 
      export LD_LIBRARY_PATH_64
    • Add these lines to the bottom of the Sybase.csh script:
      setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:$ESP_HOME/lib
      setenv LD_LIBRARY_PATH_64 $LD_LIBRARY_PATH_64:$ESP_HOME/lib
  2. Source the newly edited SYBASE.sh or SYBASE.csh script from your Event Stream Processor installation directory and try your command again.