The user created a remote agent connection in Workbench
They then right clicked on a package and selected the Check In process, specifying the remote agent server in the "Agent" field instead of "local". To gather the list of files to check in they clicked on the green "+" button next to the Name/Path/Modified On listbox.
On the Find Files window, they provided the folder and file name to check in and clicked "Find", but Workbench searched for a long time and never "found" the file.
Why did this happen?
Harvest Software Change Manager all versions
There are many reasons why this could happen. Here are some troubleshooting tips that might help to find the cause of the problem:
"-trlvl=1" will detect any connection or login problems the agent encounters.
"-trlvl=2" will detect any data transfer problems.
Note: The logging levels on the agent side cannot be combined, so you may need to try one level, and if you don't see any information in the agent log, change to the other level and then stop and restart the agent and try it again. After making any change to the %CA_SCM_HOME%\HAgent.arg file you will need to restart the SCM Agent process for the change to take effect.
hci -b <brokername> -en <project> -st <state> -vp <viewpath> -cp <clientpath> -ur -s <filename> -op pc -if ne -rm <agenthostname> -rport <agentport> -rusr <agentuserid> -rpw <agentpassword> -tr
Information on the hci command is found here: hci Command-Check-in