IEW2648E 5111 ENTRY ASCSVPRE IS NOT A CSECT OR AN EXTERNAL NAME IN THE MODULE

  • 3794103
  • 31-Oct-2006
  • 26-Apr-2012

Environment

Novell Identity Manager Identity Manager 3.0
Novell Identity Manager Driver- Mainframe RACF Fan Out

Situation

When installing the ACF 2 platform receiver, you the the following error. IEW2648E 5111 ENTRY ASCSVPRE IS NOT A CSECT OR AN EXTERNAL NAME IN THE MODULE.

Resolution

This is a packaging error. This can be fixed by doing this one time procedure:

1) Run the following job. Change to the MVS load library name where you installed IDM for ACF2, and update the JOB card if you need to.

//RELINK JOB TIME=(,5) <<< change if needed <<<
//RELINK EXEC PGM=IEWL,
// PARM='MAP,LIST,LET,XREF,RENT,REUS,REFR'
//*
//SYSLMOD DD DISP=SHR,DSN=<<< change
//SYSUT1 DD UNIT=SYSDA,SPACE=(4096,(400,200))
//SYSPRINT DD SYSOUT=*
//SYSLIN DD *
CHANGE SEVPRE(ASCSVPRE)
INCLUDE SYSLMOD(ASCSVPRE)
NAME ASCSVPRE(R)
CHANGE NEWPXIT(ASCNPXIT)
INCLUDE SYSLMOD(ASCNPXIT)
NAME ASCNPXIT(R)
//*

2) Run the ACFSVP0A, etc jobs again to relink the exits. The linkedit jobs should end RC zero with no unusual IEW messages.

You will not have to do this again unless you recreate the IDM for ACF2 load library from the distribution files.