Tcl keyed list
In the NetConfig file, the error database configuration can be configured as a Tcl keyed list in the process or protocol level. When it is configured in the protocol level, it overwrites the configuration in the process level.
{ process processname
{ ERRDB_TPS
{PROCS {{ARGS {{}}} {PROCS hcierrdbhandle} {PROCSCONTROL ENABLED}}}
{MAXRETRYTIMES 0 }
}
}
{ protocol protocolname
{ ERRDB_TPS
{PROCS {{ARGS {{}}} {PROCS hcierrdbhandle} {PROCSCONTROL ENABLED}}}
{MAXRETRYTIMES 0 }
}
}
The error database configuration can also be configured in the siteInfo file for the site level.
erbtps_procs={ ERRDB_TPS {{ARGS {{}}} {PROCS hcierrdbhandle} {PROCSCONTROL ENABLED}} }
errtps_max_retrytimes=0