× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When you see an error number like this (3029) you can find out what it means by prefixing it with CPE and displaying the message description. For example:

DSPMSGD CPE3029

In this case, it means "resource busy" which implies that the stream file (A2057LI.txt) is in use by another job. You can use iSeries Navigator to see who is using it.

RCLRSC won't help you. RCLRSC is for objects of type *FILE (i.e. physical and logical files) not for stream files (*STMF). (It releases some other things as well, such as static storage. Prompt RCLRSC and press F1 for details). Also RCLRSC only affects the default activation group -- I sure hope your ILE programs aren't running in the default activation group!!

Anyway... use iSeries Navigator to find out who's using the file, and get them to exit their program and/or sign off the system to clear the lock on the object, then run the CPYTOIMPF again.


Sivaramakrishnan S wrote:
Can someone help me fix this....I tried RCLRSC before
the cpytoimpf...still something is not right....i get
this error once in a while....o.s version is v5r3.
Failing command:
CPYTOIMPF FROMFILE(QTEMP/XXXX) TOSTMF('/DLP/PRD/A2057LI.txt') MBROPT(*REPLACE)
STMFCODPAG(*PCASCII)
RCDDLM(*CRLF) STRDLM(*NONE)
Error:
CPFA0D4 - File system error occurred. Error number
3029.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.