Symantec IGA

 View Only
  • 1.  CA Identity suite - DB2 Connector

    Posted Jul 18, 2019 11:44 PM
    Hi Team,
    CA Identity Suite 14.3 vapp.

    I tried to configure DB2 connector to Provisioning Server but i get an error when to connect to the DB2 connector.

    The Error:
    The CCS Manager is not enabled and no remote server is configured for endpoint type 'DB2 Server'

    DB2 Connector error
    From the CA Document i found this requirement for DB2 connector
     
    Where can i download the DB2 UDB Connector and DB2 UDB Administration Client


  • 2.  RE: CA Identity suite - DB2 Connector
    Best Answer

    Broadcom Employee
    Posted Jul 19, 2019 11:40 AM
    DB2 is a C++ based connector so you need to make sure that that you have a JCS with a local CCS and that within ConnectorXpress that you have the DB2 endpoints handled by that system.

    Also if you check the following file:

    C:\Program Files (x86)\CA\Identity Manager\Connector Server\jcs\conf\override\server_ccs.properties

    It should look something like the below (path and encrypted password values will vary). It could be that during JCS installation no CCS was selected and so this file might show proxyCCSManager.enabled=false instead and not contain all the below info.


    ccsWindowsController.ccsScriptPath=C:\\Program Files (x86)\\CA\\Identity Manager\\Provisioning Server\\bin
    proxyCCSManager.controller.ref=ccsWindowsController
    proxyCCSManager.enabled=true
    proxyCCSManager.startupWait=30
    proxyConnectionConfig.proxyServerHostname=localhost
    proxyConnectionConfig.proxyServerPassword={AES}UdyVq5VsaIcZCdz/dBMYAQ==
    proxyConnectionConfig.proxyServerPort=20402
    proxyConnectionConfig.proxyServerUseSsl=false
    proxyConnectionConfig.proxyServerUser=cn=root,dc=etasa


  • 3.  RE: CA Identity suite - DB2 Connector

    Posted Jul 23, 2019 04:37 AM
    Hi Kenneth
    inside the :\Program Files (x86)\CA\Identity Manager\Connector Server\jcs\conf\override\server_ccs.properties

    The information already exists. 

    but i still cannot connect the endpoint. 

    do i need to install DB2 connector and DB2 Administrator Client?




  • 4.  RE: CA Identity suite - DB2 Connector

    Broadcom Employee
    Posted Jul 23, 2019 08:00 AM
    Did you make sure that your db2 endpoint type is managed by the ccs connector on the Windows system where you installed your c++ connector?

    You do this from Connector Xpress.


  • 5.  RE: CA Identity suite - DB2 Connector

    Posted Jul 23, 2019 11:26 PM
    Hi Kennent,

    I newbie in IDM, still on learning to use this software. Can you share with me how to configure the db2 endpoint from Connector Express.