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 configuredCA API Gateway, version 8.0 or higher
- The CA API Gateway - Policy Manager with the same version as the Gateway
- Thessg-sf-<version>.noarch.rpm”installation fileThis 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:
- Log in to the Gateway asssgconfigand open a privileged command shell from the Gateway configuration menu.
- Stop the Gateway:# service ssg stop
- Navigate to the directory containing the RPM installation file.
- Install the RPM file:# rpm –Uvh ssg-sf-<version>.noarch.rpmwhere"<version>"is the version number of the Gateway, plus an archive number.
- Restart the Gateway:# service ssg start