RACF z/os DB upgrade from 1.6 to 1.8 causes Null Pointer Exception Error

I'm running a 5.0 system.We upgraded our RACF database and now we are getting NPE's.Does anyone know if z/os 1.8 works with 5.0?Thanks.brian guthrie
[178 byte] By [brianguthriea] at [2007-11-27 6:37:14]
# 1

We had some errors when upgrading too. Can't remember if it was the same as yours.

But our fix was in the "Default RACF ListUser AttrParse".

In 1.6 this section :

<str name='DFLTGRP' len='8' trim='true'/>

<t> PASSDATE=</t>

<str name='PASSDATE' len='6' trim='true'/>

<t> PASS-INTERVAL=</t>

"PASSDATE" and "PASS-INTERVAL" had two spaces in front of them.

In 1.8 it only has one :

<str name='DFLTGRP' len='8' trim='true'/>

<t> PASSDATE=</t>

<str name='PASSDATE' len='6' trim='true'/>

<t> PASS-INTERVAL=</t>

Maybe related.

Steve

chilimonkeya at 2007-7-12 18:05:34 > top of Java-index,Web & Directory Servers,Directory Servers...