Note: Perform this task only if you want to monitor FTP events.
The Communications Server must be set up to generate the SMF records required for FTP events.
The SMF records are intercepted by the NMFTP Monitor region and are used by the product region to enable the following:
To ensure SMF records are generated
NETMONITOR SMFSERVICE
Note: Alternatively, you can issue this change in an OBEYFILE.
Note: Perform this task only if you want to monitor FTP events.
You can use this procedure to monitor all FTP failures.
To generate transfer failures without existing user exit
The FTPOSTPR exit is created.
RDEFINE PROGRAM FTPOSTPR ADDMEM('library'//NOPADCHK) UACC(READ)
SETROPTS WHEN(PROGRAM) REFRESH
Identifies the library that contains FTPOSTPR.
To generate transfer failures with existing user exit
*------------(NetMaster For File Transfer Management )-----------------
*
* .------------------------------------------------------------.
* | Call the CA NMFT FTP Post-Transfer Processing module |
* '------------------------------------------------------------'
L R15,=V(NM000FPX)
O R15,=X'80000000'
BASSM R14,R15 Call NM000FPX
L R14,=A(NEXT0000+X'80000000')
BSM 0,R14 Ensure in 31-BIT if required
SPACE 2
NEXT0000 DS 0H
These lines are added in the module entry section, and register 1 must point to the parameter list passed to FTPOSTPR.
//AC2DLOAD DD DISP=SHR,DSN=dsnpref.NMC1.AC2DLOAD //SYSLIN DD * … INCLUDE AC2DLOAD (NM000FPX) INCLUDE AC2DLOAD (NM000Y51) ORDER NM000FPX ORDER FPXDATA ORDER NM000Y51 ENTRY FTPOSTPR MODE AMODE(31) MODE RMODE(ANY) NAME FTPOSTPR(R)
Note: The existing FTP Control Customizer parameter group option Enable FTP Event Receiver (for non-TCPaccess FTP server), also controls the FTP Post Processing User Exit event delivery.
| Copyright © 2012 CA. All rights reserved. |
|