Article Number
000034949
Applies To
RSA Product Set: Identity Governance & Lifecycle
RSA Version/Condition: All
Issue
This article provides the steps for installing the Access Fulfillment Express (AFX) SAP premium connector license for use with the RSA Identity Governance & Lifecycle. Instructions are provided when you receive your license, but there are times you may need the instructions and do not have them. One such example is after a patch upgrade.
Resolution
Steps to install the AFX SAP premium connector license. Perform all these steps as the afx user.
- Download the AFX SAP premium connector license, AFX-SAP.lic, from RSALink. For more information on obtaining and/or downloading this license file, please see RSA Knowledge Base Article 000035722 -- How to obtain an AFX SAP premium connector license for use with RSA Identity Governance & Lifecycle.
- Transfer the license file to the AFX server.
- Stop the AFX server and confirm it is stopped.
afx stop
afx status
ps -ef | grep afx
- Copy the license file to $AFX_HOME/esb/bin.
- Install the license.
cd $AFX_HOME/esb/bin
mule –installLicense AFX-SAP.lic
- Start the AFX server and confirm it is started.
afx start
afx status
Notes
If the alias 'afx' is not defined, go the bin directory and execute the afx commands from there:
cd $AFX_HOME/bin
./bin afx {command}
where command is stop, start, status, etc.