70 pts.
 CPYFRMIMPF error
Receiving this error message "File system error occurred. Error number 3025. Copy command ended because of error." Any suggestions

Software/Hardware used:
ASKED: December 19, 2011  2:03 PM
UPDATED: March 17, 2012  6:12 AM
  Help
 Approved Answer - Chosen by SteveLane (Question Asker)

Check the job log, there should be more details preceeding the error message
Phil

ANSWERED:  Dec 19, 2011  3:37 PM (GMT)  by SteveLane

 
Other Answers:

gave the single quotation ( ‘ ) properly in from and to path field…

check and matched the case of the file name….and object type….

and refer this link <a href=”http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/cl/cpyfrmst.htm?notoc”>Copy from Stream File</a>

Last Wiki Answer Submitted:  December 19, 2011  3:58 pm  by  pdsathishkumar   3,740 pts.
Latest Answer Wiki Contributors:  pdsathishkumar   3,740 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If the joblog doesn’t contain any useful messages, we’ll need to see the actual CPYFRMIMPF command including resolved parameter values.

Tom

 110,105 pts.

 

call fi235clp
Member TAXCNV file TAXCNV in MW4FILE cleared.
File system error occurred. Error number 3025.
Copy command ended because of error.
Function check. CPF2817 unmonitored by FI235CLP at statement 5900,
instruction X’004D’.
CPF2817 received by FI235CLP at 5900. (C D I R)
CPF2817 received by FI235CLP at 5900. (C D I R)

Actual command is
CPYFRMIMPF FROMSTMF(‘/mw4ifs/fipstx.csv’) +
TOFILE(&filelib/TAXCNV) RCDDLM(*CRLF) +
DATFMT(*USA) TIMFMT(*USA) RPLNULLVAL(*FLDDFT)

 70 pts.

 

error 3025 …
Message ID . . . . . . . . . : CPE3025
Message file . . . . . . . . : QCPFMSG
Library . . . . . . . . . : QSYS

Message . . . . : No such path or directory.
Cause . . . . . : The directory or a component of the path name specified
does not exist.
Recovery . . . : Correct the path or directory name and try your request
again.

Sounds like an error in the FROMSTMF(’/mw4ifs/fipstx.csv’)
So /mw4ifs is not in the root
Or fipstx.csv isn’t in that library

Hope this helps
Phil

 44,630 pts.

 

Run this command:

WRKLNK ’/mw4ifs/fipstx.csv’

What is shown?

Tom

 110,105 pts.

 

Phil, you were spot on. The folder was under QDLS and not the root. After moving the folder and file to the root directory everything worked perfectly. Figured it was something simple but I was missing it. Thanks for the assist.

 70 pts.

 

Thanks for the feedback.
Phil

 44,630 pts.