Previous Topic: SDK ConnectorNext Topic: Possible Clients


Install Deprecated SDK Connector Pre-requisites

Although the deprecated (non-DYN) version of the SDK connector implementation is in Java, you need to install several components from the CA IdentityMinder installation. The Provisioning Server C++ SDK Admin installation is a prerequisite for the deprecated (non-DYN) version of the SDK connector.

Follow these steps:

  1. Install the following components from the Provisioning Server installation:
  2. If you want to run against the CA IAM CS SDK so that you can debug and change the connector, do the following:
    1. Run the CA IAM CS SDK installer.
    2. Navigate to the installation directory and then enter the following command:
      ant dist
      
    3. Start CA IAM CS using cs-sdk-home/bin/srvicemix_debug.bat, then attach to the resulting process (refer to the README.txt at the top-level of the SDK).
    4. Use Connector Xpress to help ensure that the SDK namespace for the target Provisioning Server is being routed to this CA IAM CS.
    5. Configure the default ports 20412, and 20413 for ssl /tls connectivity.

      Note: For a production CA IAM CS, use the ports 20410, and 20411 for ssl /tls connectivity.

  3. If you want to run the binary sample, do the following:
    1. Unzip the CA IAM CS installer to a directory ${DIR}
    2. Unzip the CA IAM CS samples to the same directory ${DIR}
    3. Run the CA IAM CS installer from ${DIR} and register the SDK connector (may as well register all connectors).

    You can now acquire the SDK directory using the SDK plug-in to the Provisioning Manager GUI.