The following message is issued running LDAPTEST job:
No LDAPURL could be constructed.
The Parm in the JCL is coded as:
// PARM='PGM /products/CALDAP/ldaptest -u xxxxxxx -w xxxxxxxx -h ldap:/x
// /127.0.0.1:375'
The job ends with U2048
Release : 15.1
Component : CA LDAP Server
The -h parm should Specify the TCP/IP address of the CA LDAP Server.
The following format is not correct:
// PARM='PGM /products/CALDAP/ldaptest -u xxxxxxx -w xxxxxxxx -h ldap:/x
// /127.0.0.1:375'
The TCP/IP address can not be defined as localhost or /127.0.0.1. It should be 127.0.0.1
Code -h as follows:
----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
// PARM='PGM /products/CALDAP/ldaptest -u xxxxxxx -w xxxxxxxx x
// -h 127.0.0.1 -p 375'
Note:
To continue the input to PGM
put a X in column 72 and
continue on the next line
in column 16.