|
When you see an error number like this (3029) youhttp://lists.midrange.com/mailman/listinfo/midrange-l
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 RCLRSCbefore
the cpytoimpf...still something is not right....iget
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)
number
Error:
CPFA0D4 - File system error occurred. Error
3029.
--
This is the Midrange Systems Technical Discussion
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the
archives
at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
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.