I get the following
LOAD DATA LOCAL INFILE '/home80c/sub003/sc44514-NPGU/uploads/EOA01.LST' INTO TABLE IRS_EOML(
@var1
) SET EIN = substr( @var1 , 0, 9 ) ,
PNO = substr( @var1 , 9, 70 ) ,
ICN = substr( @var1 , 79, 35 ) ,
.......... < other fields information not needed to see the error
NTEE_Code = substr( @var1 , 278, 4 ) ,
SN_SNL = substr( @var1 , 282, 35 ) ,
Line_Feed = substr( @var1 , 317, 1 )
MySQL said: Documentation
#2 - File '/home80c/sub003/sc44514-NPGU/uploads/EOA01.LST' not found (Errcode: 2)
Please help, I am stock, I can not find any thing online to help me with this issue!
Sincerely,
Christopher