Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

193 lines
5.7 KiB

;/*++
;
;Copyright (c) 1998-1999 Microsoft Corporation
;
;Module Name:
;
; smcfgmsg.h
; (generated from smcfgmsg.mc)
;
;Abstract:
;
; Message definitions used by Performance Logs and Alerts MMC snap-in
;
;--*/
;#ifndef _SMLOGCFG_MSG_H_
;#define _SMLOGCFG_MSG_H_
MessageIdTypedef=DWORD
;//
;// Performance Service snap-in messages
;//
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)
;//
;//
;// Informational messages
;//
;// None
;//
;// Warning Messages
;// These messages are returned when the function has completed
;// successfully but the results may be different than expected.
;//
;// MessageId=1000
;//
;// Error Messages
;// These messages are returned when the function could not complete
;// as requested and some corrective action may be required by the
;// the caller or the user.
;//
MessageId=1000
Severity=Error
Facility=Application
SymbolicName=SMCFG_NO_READ_ACCESS
Language=English
To view existing log sessions and alert scans on %1, you must have read access to the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog\Log Queries
registry subkey and its subkeys on that system. Administrators can use Regedt32.exe
to grant the required permissions. See the Registry Editor Help file for details on how
to change the security on a subkey.
Only Administrators and Performance Log Users can create,
start, stop, or otherwise modify a log or alert.
.
MessageId=1001
Severity=Error
Facility=Application
SymbolicName=SMCFG_NO_MODIFY_ACCESS
Language=English
You must be an Administrator or Performance Log User to complete this task.
.
MessageId=1002
Severity=Error
Facility=Application
SymbolicName=SMCFG_NO_INSTALL_ACCESS
Language=English
The Performance Logs and Alerts service has not been installed on %1. The service will
be installed the first time that an Administrator or Performance Log User opens
Performance Logs and Alerts to view log sessions and alert scans.
.
MessageId=1003
Severity=Error
Facility=Application
SymbolicName=SMCFG_UNABLE_OPEN_TRACESVC
Language=English
Unable to access computer bootup state on %1. The trace logs node will not be opened. System message is:
.
MessageId=1004
Severity=Error
Facility=Application
SymbolicName=SMCFG_NO_MODIFY_DEFAULT_LOG
Language=English
Modifications are not allowed for default logs and alerts.
You can start or stop the session from the context menu
Start or Stop items or from the associated toolbar buttons.
.
MessageId=1005
Severity=Warning
Facility=Application
SymbolicName=SMCFG_INACTIVE_PROVIDER
Language=English
At least one provider is no longer active in the system.
Would you like to remove all inactive providers from the %1 settings?%r
Inactive providers:
.
MessageId=1006
Severity=Error
Facility=Application
SymbolicName=SMCFG_UNABLE_OPEN_TRACESVC_DLG
Language=English
Unable to access registered trace providers on %1. The %2 properties will not be opened. System message is:
.
MessageId=1007
Severity=Error
Facility=Application
SymbolicName=SMCFG_SAFE_BOOT_STATE
Language=English
The boot mode for %1 is a fail-safe mode. Trace providers
are available only in normal mode. The trace logs node
will not be opened.
.
MessageId=1008
Severity=Error
Facility=Application
SymbolicName=SMCFG_NO_HTML_SYSMON_OBJECT
Language=English
The settings do not contain any complete HTML System Monitor objects.
.
MessageId=1009
Severity=Warning
Facility=Application
SymbolicName=SMCFG_START_TIMED_OUT
Language=English
The %1 log or alert has not started.
Refresh the log or alert list to view current status,
or see the application event log for any errors.
Some logs and alerts might require a few minutes to start,
especially if they include many counters or they contain counters to be collected from a remote system that is no longer on the network. For further information see the troubleshooting section in the online help.
.
MessageId=1010
Severity=Error
Facility=Application
SymbolicName=SMCFG_STOP_TIMED_OUT
Language=English
The %1 log or alert has not stopped.
Refresh the list to update current status,
or view the application event log for any errors.
Some logs and alerts might require a few minutes to stop,
especially if they include many counters.
.
MessageId=1011
Severity=Error
Facility=Application
SymbolicName=SMCFG_SYSTEM_MESSAGE
Language=English
Unable to complete the current operation on the %1 log or alert. System message is:.
.
MessageId=1012
Severity=Error
Facility=Application
SymbolicName=SMCFG_NO_COMMAND_FILE_FOUND
Language=English
The specified program or command file does not exist.
.
MessageId=1013
Severity=Error
Facility=Application
SymbolicName=SMCFG_DUP_QUERY_NAME
Language=English
Unique name required. A log or alert with name '%1' already exists.
.
MessageId=1014
Severity=Error
Facility=Application
SymbolicName=SMCFG_COUNTER_TRUNCATION
Language=English
Counter %1 is longer than the maximum allowed length.
.
MessageId=1015
Severity=Error
Facility=Application
SymbolicName=SMCFG_FILE_NAME_TRUNCATION
Language=English
File name %1 is longer than the maximum allowed length.
.
MessageId=1016
Severity=Error
Facility=Application
SymbolicName=SMCFG_UNABLE_ADD_COUNTERS
Language=English
Unable to add counters:\n\n%1
.
MessageId=1017
Severity=Error
Facility=Application
SymbolicName=SMCFG_ADMIN_ONLY
Language=English
You must be an Administrator to complete this task.
.
;#endif //_SMLOGCFG_MSG_H_
;// end of generated file