XCOMN0302E Unable to open local input file: Invalid argument
search cancel

XCOMN0302E Unable to open local input file: Invalid argument

book

Article ID: 40141

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - Windows XCOM Data Transport - Linux PC XCOM Data Transport - z/OS

Issue/Introduction

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

Cause

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.

Resolution

Please update the LOCAL_FILE and/or REMOTE_FILE parameters.

Additional Information

This message can be received due to other factors. Please contact Broadcom Support should you need assistance.