21.22 Unable to Deploy Large PRDs

While trying to deploy PRDs whose size are greater than 16 MB, the PRD deployment fails with an error message.

Workaround: This is a limitation with JDK. To work around this issue, perform the following steps:

  1. Export the PRD from Designer.

  2. Create a LDIF file from the PRD.

    NOTE:Ensure that the value of dn and cn in the LDIF file are the same.

  3. Copy the LDIF file to the server where you want to deploy the PRD.

  4. Run the following command to deploy the LDIF file:

    ldapadd -x -h <IP Address>-D "cn=admin,ou=sa,o=system" -w <password> -f <name of the LDIF file>

  5. Import the PRD into Designer.

  6. To verify the details of the PRD, navigate to Provisioning > User Application driver > Provisioning Request Definitions > Accounts.

  7. (Conditional) If you want to update the existing PRD, perform the following steps:

    1. Export the PRD from Designer.

    2. Create a LDIF file from the PRD.

    3. Add the following line in the LDIF file:

      typeChange: modify

    4. Run the following command to deploy the modified LDIF file:

      ldapmodify -x -h <IP Address>-D "cn=admin,ou=sa,o=system" -w <password> -f <name of the LDIF file>