File Name
Syntax
N_InitConfig (REF config:N_CONFIG_REC)
Parameters
config - record of TNM configuration info
Returns
None
Side Effects
None
Description
Initializes the TNM given configuration record to $Unknown.
Dialog Forms Called
None
File Name
Syntax
N_InitTNM (VAL wHdl:WINDOW, VAL bChkConfig:BOOLEAN):BOOLEAN
Parameters
wHdl - handle to parent window
bChkConfig - indicates whether or not to verify that required
configuration fields have data
Returns
bOk - Success Flag (TRUE/FALSE)
Side Effects
None
Description
Initializes TNM-specific data - TNM system configuration and TPM problem information - usually called from other modules such as the Monitors, the application server, and the NSM module.
Dialog Forms Called
None
File Name
Syntax
N_LoadConfig (REF config:N_CONFIG_REC):BOOLEAN
Parameters
config - record of TNM configuration information
Returns
bOk - Success flag (TRUE/FALSE)
Side Effects
None
Description
Loads TNM configuration information from the database.
Dialog Forms Called
None