Iam unable to send files using nftp from an AIX m/c to an s390 m/c.
Iam getting an "error reason code = 9710" and return code = 4
what could be the problem?? Iam putting a part of the report file below.
The following default value(s) are assumed:
COMPMODE = < ADAPT >
CONVERT = < NO >
RETRY = < YES >
RSTPNT = < CHKPT >
WAIT = < NO >
SEOPOK = < KEEP >
SFHMODE = < STREAM >
Transfer Parameters:
RMTNODE = < SGPMVS1 >
COMPMODE = < ADAPT >
CONVERT = < NO >
RETRY = < YES >
RSTPNT = < CHKPT >
RNOTIFY = < ( INIBI01 , SGPMVS1 ) >
RPTJOBLB = < NIBIT010.IPO.UAT.JCLLIB >
RPTJOBNO = < FAILURE >
RPTJOBOK = < TIBICFTD >
WAIT = < NO >
Sending File Parameters:
SFILEID = < newfile1 >
SFHMODE = < STREAM >
SEOPOK = < KEEP >
Receiving File Parameters:
RFILEID = < NIBIT010.IPS.INVRET.DATAEXT(+1) >
RFILEORG = < PS >
RSTATOPT = < MAYEXIST >
REOPOK = < CATLG >
REOPNO = < DELETE >
RSECURP = < ( IBINFT1 , ***pwd*** ) >
RUNIT = < SYSDA >
RRECFM = < VB >
RLRECL = < 32 >
RFMODEL = < NIBIT010.IPS.INVRET.MODEL >
RSPCUNIT = < CYL >
RSPCPRIM = < 1 >
RSPCSEC = < 1 >
----------
File transfer error occurred at the partner node:
Error message received from remote file transfer program: DVG182I
DYNAMIC ALLOCATION ERROR; ERROR TYPE = P; DATA SET NAME =
NIBIT010.IPS.INVRET.DATAEXT(+1) ; RETURN CODE = 4 ; INFORMATION REASON
CODE = 0000; ERROR REASON CODE = 9710
File transfer 44 ended on 1999-10-29 at 16:16:43 with return code 16
Thanks for any help in advance,
Shreyas.
Sent via Deja.com http://www.deja.com/
Before you buy.
Hi Landay,
I tried sending the files with "RSTATOPT=MUSTNOTEXIST", but still
getting the same error.
Thanks,
Paul Landay
It worked when i changed the disposition to SHR. If the file
organisation is PS the file access defaults to EXCLUSIVE. So we will
have to set RTDISP=SHR on Netview ver. 2.1 and
RSTATOPT=MAYEXIST
RACCOPT=SHR
RPROCOPT=REPLACE
REOPOK=KEEP
REOPNO=KEEP
for later versions of Netview as RTDISP is not supported on the later
versions of Netview.
Thanks for your help,
Shreyas
--
Tom Farrugia
www.ldms.com
tfar...@ldms.com
<shr...@mypad.com> wrote in message news:805j0l$7ud$1...@nnrp1.deja.com...