3 Troubleshoot P2T

This chapter describes failure scenarios and troubleshooting steps that are specific to On-Premise environments. This section contains the following topics:

3.1 Troubleshooting Identity Management (IDM) Issues

Use this section to resolve errors in production-to-test content movement for Identity Management. Topics include:

3.1.1 Failed to Bind to Source or Destination Directory Error in OID Step

To resolve this, verify the orclreplicaid (Replication DN) and replication password as follows:

  1. Retrieve orclrepilicaid using the command <OID_HOME>/bin/ldapsearch -p 3060 -D cn=orcladmin -w <password> -b "" -s base "(objectclass=*)" orclreplicaid This should return the [replication DN]. For example:
    orclreplicaid=oidfa_oiddb
    
  2. The default replication password is the password of the ODS schema. Use the following command to verify the password:
    <OID_HOME>/bin/ldapbind -p 3060 -D "cn=replication dn, orclreplicaid=oidfa_oiddb,cn=replication configuration"  -w <replication_password>