The final parameter denotes the severity and can be either the descriptive constant or the numerical value of the descriptive constant as listed below e.g. MeasureSetBound("List", MEASURE_PAGE_PAGETIME, 2, 0.1, SEVERITY_ERROR); MeasureSetBound("List", MEASURE_PAGE_PAGETIME, 2, 0.1, 3); 0 - SEVERITY_SUCCESS 1 - SEVERITY_INFORMATIONAL 2 - SEVERITY_WARNING 3 - SEVERITY_ERROR 4 - SEVERITY_TRANS_EXIT 5 - SEVERITY_PROCESS_EXIT Using an incorrect severity level e.g. setting the severity to greater than 5 MeasureSetBound("List", MEASURE_PAGE_PAGETIME, 2, 0.1, 6); will cause the error "RESERR: 1027 - Invalid severity specified." See Help for further information on the MeasureSetBound function. See also resolution Why do I get the follow error on replay "MeasureSetBound(Runtime: 1027 - Invalid severity specified)" ?
↧