Abend 0C4 during z/OS signon in Top Secret Fan Out Driver

  • 3795439
  • 28-Jul-2006
  • 26-Apr-2012

Environment

Novell Identity Manager Driver- Mainframe Top Secret Fan Out
Novell Identity Manager Identity Manager 3.0

Situation

If an application issues its own RACROUTE REQUEST=VERIFY (or RACINIT) and passes extra information via the INSTLN= parameter, IDMTSSIX may abend while trying to examine the installation data.

Resolution

1) Back up the TSSINSTX module!

2) Run AMASPZAP against the TSSINSTX module. Plug in your load library DSN containing TSSINSTX in //SYSLIB below.

//IDMPATCH JOB ...job card info...
//PATCH EXEC PGM=AMASPZAP,PARM=IGNIDRFULL
//SYSPRINT DD SYSOUT=A
//SYSLIB DD DISP=SHR,DSN=<<<<<
//SYSIN DD *
NAME TSSINSTX ASCTSSPI
VER 008A BF1F,1000 ICM R1,B'1111',0(R1)
VER 008E 4780,C0DC BZ skip
REP 008A 0700,0700 Replace with no-ops.
REP 008E 0700,0700
/*

3) If is in the linklist, refresh LLA with the operator command:

F LLA,REFRESH

4) Reload the TSS exit with the console commands:

F TSS,EXIT(OFF)
F TSS,EXIT(ON)