SBT Connector usage - Best Practice
search cancel

SBT Connector usage - Best Practice

book

Article ID: 19539

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

This document specifies how to use SBT Import connector from the portal.

Environment

Release: CAIDMB99000-12.6-Identity Manager-B to B
Component:

Resolution

Prepare the file:

When running an SBT file from a connector, a new XML tag USE_CONFIG should be defined

 

<BATCH>
<COMMAND     
 ACTION="IMPORT CSV" 
 ROLEID_AS_NUM="false" 
 CONFIG="..\Done\ConfigWithRoles-Test.cfg" 
 USERS_DB="..\Done\Users.udb" 
 RES_DB="..\Done\Resources.rdb" 
 ROLE="..\Done\Roles.csv" 
 USER_RES="..\Done\UserResource.csv" 
 USER_ROLE="..\Done\UserRole.csv" 
 ROLE_RES="..\Done\RoleResource.csv" 
 ROLE_ROLE="..\Done\RoleRole.csv">
</COMMAND>
<USE_CONFIG config="C:\batch\Done\ConfigWithRoles-Test.cfg"/>
</BATCH> 

 

The USE_CONFIG tag tells the connector which configuration to load into the predefined Universe and should contain the full path to the cfg file

Create the connector:

We configure an SBT connector from the Universe's Connectivity tab - Add Connector

<Please see attached file for image>

Figure 1

Connector type should be Batch (SBT)

<Please see attached file for image>

Figure 2

Once created and saved we can then run the sbt connector

<Please see attached file for image>

Figure 3

Attachments

1558717966751000019539_sktwi1f5rjvs16uqz.gif get_app
1558717964685000019539_sktwi1f5rjvs16uqy.gif get_app
1558717962683000019539_sktwi1f5rjvs16uqx.gif get_app