Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Operational Requirements for Adabas Access : Dynamically Changing the Parameters

Dynamically Changing the Parameters
At runtime, you can dynamically modify the SERVERID startup parameter with the SETXPARM and RESETXPARM tools. This reduces the number of table definitions required to define the external data.
The changes to the server parameters are stored in either of two session tables:
 
The changes are in effect for the duration of the session, until SETXPARM is invoked again, or the overrides are reset.
TIBCO Object Service Broker does not check the parameter values set or changed at runtime by SETXPARM and RESETXPARM. Your application must ensure appropriate values are set.
Parameters That Can Be Overridden at Runtime
The SERVERID startup parameter is the only parameter that can be dynamically changed with SETXPARM and RESETXPARM.
Examples
The following example sets the SERVERID startup parameter for all ADA tables to TORONTO:
CALL SETXPARM('TABLETYPE', 'ADA', 'SERVERID', 'TORONTO', '');
This example resets the SERVERID startup parameter for ADA tables to the Table Definer default value:
CALL RESETXPARM ('TABLETYPE', 'ADA', 'SERVERID', '');
See Also
TIBCO Object Service Broker Shareable Tools for detailed descriptions of the SETXPARM and RESETXPARM tools.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved