E03020134: Unable to establish a remote connection
search cancel

E03020134: Unable to establish a remote connection

book

Article ID: 48649

calendar_today

Updated On:

Products

CA Harvest Software Change Manager - OpenMake Meister CA Harvest Software Change Manager

Issue/Introduction

These error messages will sometimes appear when the User wants to checkout or perform other actions which involve a file transfer:

  • E03020134: Unable to establish a remote connection.

There could be several different root causes to this kind of error.  This document details some common solutions and things to check.

Environment

Harvest Software Change Manager

Resolution

  1. The errors indicate a communication error between the client and the broker, or if the user's command (check out, check in, add an attachment to a form, etc) is being done through a remote agent, it could be a communication problem there as well. Try to ping the broker machine by hostname and ip address from the client machine.

    Also try to ping the client machine from the broker machine. Communication must be available in both directions and SCM uses hostnames only.

  2. Then try a reboot of the client machine. Also try recycling the broker service by stop broker and stop rtserver, then restart broker and see if it helps at all.

  3. On any Harvest Client machine that exhibits the issue, please update the %RTHOME%\standardtclient.cm and rtserver.cm file with below entry (you can add this line towards the end of existing content):

    setopt _conn_init_timeout 30.0
    Save the file and then retry your client operation.

    You should also add this line to the $RTHOME/standard/rtserver.cm file on the broker machine as well, and then recycle your broker so the change will be picked up.

  4. Add "-cm=a" to your hclient.arg file.  (More information about the "-cm" parameters can be found here: CM file parameters you can change to address PEC ec=8 error

  5. Verify the port range on your firewall and on the settings for Harvest.

    Please check also if you have enough ports open for the traffic.

  6. Increase the number of min server processes from 5 (default) to 10.

  7. Check your UDP or Notify process.

    %s1 is a line of standard error output from them.

    If necessary, redefine the UDP. Inspect the program and command line for your UDP/Notify process and verify that its syntax and parameters are correct.

    Try running the command line in a shell to see if the same error occurs.