Preparation
Before Bravura Security Fabric can manage application accounts on InterSystems Caché, you must:
Install the client software.
Configure a target system administrator.
Create at least one template account to provision accounts for this target.
Write a script to configure connector behavior.
Installing client software
Bravura Security Fabric communicates with the InterSystems Caché server via APIs provided by the InterSystems Caché client. Before you can target InterSystems Caché, you must install and configure the InterSystems Caché client on the InterSystems Caché server.
Consult the documentation included with your InterSystems Caché client software for more information.
Configuring a target system administrator
Bravura Security Fabric uses a designated account (for example, psadmin) on the InterSystems Caché target system to perform operations. The target system administrator require InterSystems Caché back end database privileges that grant execution of SQL commands used in the written script.
Ensure that you set and note the account’s password. You will be required to enter the login ID and password when you add the InterSystems Caché target system to Bravura Security Fabric .
Creating a template account
Bravura Security Fabric uses template accounts as models or "blueprints" for creating new application accounts in a InterSystems Caché database.
The steps required to create a template account depend on your application. Consult your systems administrator or application documentation for more information.
Writing a script to configure connector behavior
Write a script file to define SQL commands used in the interaction between the agtcachescript
connector and the InterSystems Caché database. A sample script, agtcachescript.cfg
is contained in the samples directory. Note that any sample script may need customizations in order to work with your system.
Learn about writing script files for SQL application connectors.