Previous Topic: SDK Connector

Next Topic: Release a Customized SDK Connector Example

Install Deprecated SDK Connector Pre-requisites

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

Install the Provisioning Server C++ SDK

  1. Install the following components from the Admin installation:
  2. If you want to run against the Java CS SDK so that you can debug and change the connector, do the following:
    1. Run the Java CS SDK installer.
    2. Navigate to the installation directory and then enter the following command:
      ant dist
      
    3. Start the Java CS using the provided Eclipse or IDEA launch targets> alternatively run jcs-sdk-home/bin/jcs.bat if your target seems to have a misconfigured classpath or similar.
    4. Use Connector Xpress to help ensure that the SDK namespace for the target Provisioning Server is being routed to this Java CS.
    5. Configure the default ports 20412, and 20413 for ssl /tls connectivity.

      Note: For a production Java 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 Java CS installer to a directory ${DIR}
    2. Unzip the Java CS samples to the same directory ${DIR}
    3. Run the Java 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.