ERROR: "XCOMU0602E General error in queue function; rc=0"
search cancel

ERROR: "XCOMU0602E General error in queue function; rc=0"

book

Article ID: 198049

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - Linux PC

Issue/Introduction

Received messsage "XCOMU0602E General error in queue function;rc=0" when initiating a transfer using the "xcomtcp" command from a non root userid.

Environment

XCOM™ Data Transport® for UNIX/Linux PC

Cause

This can happen if you copy the directory from another system.

Resolution

Verify the permissions of binary xcomtcp in the /opt/CA/XCOM/bin directory. It was noticed that all of the the permissions for every binary in that subdirectory was incorrect. In order to correct that you must change the permissions of the xcomtcp binary to:

-r-sr-sr-x. 1 root xcomadm  3526489 Jul 22 09:56 xcomtcp

You can do that by issuing command:

chmod 6555 /opt/CA/XCOM/bin/xcomtcp

Additional Information

Please be aware that copying the XCOM directories from one system to another can change the permission of the files, but also the owner and group of the files. It is not recommended that you copy the directories. You need to make sure you install the product properly for it to function as designed.