Previous Topic: Cannot see any nodes after clicking on the LDAP nodeNext Topic: Event Reports, Summary Reports, Change Approvals are not directories


Policy Administration and Policy Disclosure nodes are missing

Symptom:

In the Compliance Policy Administration interface, I cannot see Policy Administration and Policy Disclosure nodes in the navigation tree.

Solution:

Follow these steps:

  1. Verify that LDAP starts with PGM = BPXBATA8 instead of BPXBATCH.

    The following line in the LDAP Proc specifies the PGM value.

    //LDAPR15 EXEC PGM=BPXBATA8, REGION=0M, TIME=NOLIMIT
    
  2. Confirm that MAPDB in the DD statement in the LDAP proc matches the MAPDB in the slapd.conf file of LDAP.

    A MAPDB DD statement in the LDAP Proc should appear as follows:

    //MAPDBXX DD DISP=SHR, DSN=YOUR.DATABASE.MAPDB
    

    Open the slapd.conf file found in LDAP_INSTALL_DIRECTORY.

    The line that defines MAPDB in the slapd.conf file is

    cmgrPolicyDD MAPDB
    
  3. Change the DD statement in LDAP PROC to the value in the slapd.conf file. The DD statement should appear as follows:
    //MAPDB DD DISP=SHR,DSN=YOUR.DATABASE.MAPDB