Troubleshooting the QGLDCPYVL API

 

Using the User Trace facility may explain the error or determine if service is needed.

This API uses the User Trace facility to record its operation. If errors occur, or are suspected, a trace may explain the apparent error or if service is needed. A trace may be obtained as follows:

STRTRC SSNID(COPYVLDL) JOBTRCTYPE(*TRCTYPE) TRCTYPE((*DIRSRV *INFO))
CALL QGLDCPYVL PARM(...)
ENDTRC SSNID(COPYVLDL) DTALIB(QTEMP) PRTTRC(*YES)

To save this information in order to send the information to service, take the following steps:

  1. Create a SAVF file using the create SAVF (CRTSAVF) command.

  2. Type the following at the command prompt.
    SAVOBJ OBJ(QAP0ZDMP) LIB(QTEMP) DEV(*SAVF) SAVF(xxx)

    where QAP0ZDMP contains a zero and xxx is the name that you specified for the SAVF file.

 

Parent topic:

Troubleshooting Directory Server

 

Related concepts


Lightweight Directory Access Protocol (LDAP) APIs

 

Related information


Start Trace (STRTRC)
Create Save File (CRTSAVF)
Save Object (SAVOBJ)