/*#ifndef NBFLTNTCODETONGENCODE_SQL_HEADER **#define NBFLTNTCODETONGENCODE_SQL_HEADER **static char SCCS_ID[] = @(#) vobadm 2000/06/28 02:04:04 nbfltntcodetongencode.sql \main\callpilot2.0\1 ~ ** vobadm 2000/06/28 02:04:04 nbfltntcodetongencode.sql \main\callpilot2.0\1 ~ ** [callpilot2.0_setup] ** ** vobadm 2000/06/28 02:04:04 nbfltntcodetongencode.sql \main\callpilot2.0\1 ~ ** [callpilot2.0_setup] ** ** shingsc 2000/04/26 14:39:25 nbfltntcodetongencode.sql \main\callpilot\b010707\1 ~ ** [TC00334_b010707] ** ** shingsc 2000/04/26 14:39:24 nbfltntcodetongencode.sql \main\callpilot\b010707\1 ~ ** [TC00334_b010707] ** ** shingsc 2000/04/26 14:39:23 nbfltntcodetongencode.sql \main\callpilot\b010707\1 ~ ** [TC00334_b010707] ** **#endif */ /* TC00334 - This entry will force the severity of the NT System Log event that indicates that the backup tape device is non-functional to be Info instead of Critical */ IF NOT EXISTS ( SELECT * FROM NBfltNTCodeToNGenCode WHERE NTCodeToNGenCodeID = 1 ) THEN INSERT INTO NBfltNTCodeToNGenCode (NTCodeToNGenCodeID, EventCode, NTEventID, NTInstanceInsert, NTSourceName) VALUES ( 1, 40592, 7026, 0, 'Service Control Manager' ); END IF go