Install the Salesforce Integration Solution Kit

The Sales Integration Solution Kit is an optional add-on that allows the gateway to integrate with the SaaS data APIs provided by Salesforce.com.
gateway92
The Sales Integration Solution Kit is an optional add-on that allows the
CA API Gateway
to integrate with the SaaS data APIs provided by Salesforce.com.
Installing this Solution Kit adds the following functionality:
If these items do not appear, check that your Salesforce.com license is installed correctly.
Requirements
Ensure that you have:
  • A configured
    CA API Gateway
    , version 8.0 or higher
  • The CA API Gateway - Policy Manager with the same version as the Gateway
  • The 
    ssg-sf-<version>.noarch.rpm”
    installation file
    This file is located in the "CA API Gateway CustomAssertions" distribution archive.
  • A Salesforce.com account with appropriate permissions
  • Installed the Salesforce license as per the Salesforce documentation
Installing the Solution Kit
To install the Solution Kit in a cluster, repeat the following procedure for each Gateway in the cluster.
To install the Solution Kit:
  1. Log in to the Gateway as
    ssgconfig
    and open a privileged command shell from the Gateway configuration menu.
  2. Stop the Gateway:
    # service ssg stop
  3. Navigate to the directory containing the RPM installation file.
  4. Install the RPM file:
    # rpm –Uvh ssg-sf-
    <version>
    .noarch.rpm
    where
    "<version>"
    is the version number of the Gateway, plus an archive number.
  5. Restart the Gateway:
    # service ssg start