I initiated a Send File transfer from Windows to Unix and continue to receive message "XCOMN0302E Unable to open local input file: Invalid argument". What is causing the message? Here is the .cnf being used for the transfer:
REMOTE_SYSTEM=ipaddress
LOCAL_FILE="c:\temp\file.txt"REMOTE_FILE="/tmp/unix_file.txt"
FILE_OPTION=REPLACE
USERID=userid
PASSWORD=password
QUEUE=NO
MAXRECLEN=1024
CODE_FLAG=ASCII
CARRIAGE_FLAG=YES
MS Windows Server, UNIX, Linux
The message is the result of having double quotes for the value of LOCAL_FILE= and/or REMOTE_FILE. You must remove the double quotes and that will resolve the problem.
Please update the LOCAL_FILE and/or REMOTE_FILE parameters.
This message can be received due to other factors. Please contact Broadcom Support should you need assistance.