apm_bootstrap_load_file (private)
apm_bootstrap_load_file root_directory file [ errorVarName ]
Defined in packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl
Source a single file during initial bootstrapping and set APM data.
- Parameters:
- root_directory (required)
- file (required)
- errorVarName (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ns_log "Notice" "Loading [ad_file tail $root_directory]/$file" if {$errorVarName ne ""} {upvar $errorVarName errors} apm_source ${root_directory}/${file} errorsXQL Not present: Generic, PostgreSQL, Oracle