How to to build the sample Program Exits in Identity Manager
search cancel

How to to build the sample Program Exits in Identity Manager

book

Article ID: 221651

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

Program exits in Identity Manager allow to write custom software that is executed during certain Provisioning Server operations.

There are two program exit types: C/C++ DLL, and SOAP

Samples of the IM program exits can be installed using IM Legacy Components installer, and also are provided with the Provisioning Server installation.

 

Environment

Release : 14.x

Component : Identity Manager

Resolution

Prerequisites:

  1. Provisioning SDK installed (as a part of Provisioning Server, or installed separately using Legacy Components installer)
  2. Microsoft Visiual Studio
  3. Apache ant

Building instructions:

  1. Open command prompt as Administrator
  2. Run vcvars32.bat in your Visual Studio
  3. cd to your SDK location (for example, C:\Program Files (x86)\CA\Identity Manager\Provisioning Server\sdk if installed with IMPS)
  4. setbldenv.bat
  5. cd admin\samples\ProgramExits
  6. nmake
  7. cd ..\ProgramExitSOAP
  8. nmake