Unable to receive the UDP log with UDPLogReceiver

Updated:Nov 2, 2021

Question

Unable to receive the UDP log with UDPLogReceiver.


Answer

Please check the following case.

Ā 

  1. Extension software is stopped
    Check if the feature extension software is running with ADAM OPERATION UI.

  2. The UDP Log Receiving is not running
    Run the UDP Log receiving Server.
    For details, refer to "7.1.2.1. UDPLog receiving server" in "AdamAppDevelopmentManualForIpro_Vx_xx.pdf".

  3. No permission to run the program
    Execute the following command, and then execute it again.

    $ chmod +x UDPLogRecvSrv $ sudo sh startup.sh
  4. The receiving port (514) is not open
    UDP log s are received on port 514 by default.
    Check port 514, and open it.