ARS_DB_TABLESPACE_USEREXIT parameter

Determines if the Content Manager OnDemand table space creation exit will be invoked.

The Content Manager OnDemand table space creation exit allows an installation to take action when Content Manager OnDemand creates a table space, table, or index tables that will be used to store application index data. The exit is not called for the Content Manager OnDemand system tables.

The following statement must exist in the ARS.CFG file that is associated with the instance so that the ARSUTBL DLL can be invoked:
 ARS_DB_TABLESPACE_USEREXIT=absolute path name
For the sample ARSUTBL, you would specify the following statement in the ARS.CFG file:
ARS_DB_TABLESPACE_USEREXIT=/opt/IBM/ondemand/V10.5/bin/exits/arsutbl

Table space creation user exit provides information about the exit point that gets invoked when Content Manager OnDemand creates table spaces, tables, and indexes for the Content Manager OnDemand data tables.