Package com.sun.jna.platform.win32
Schnittstelle PdhMsg
public interface PdhMsg
PDH specific error codes
- Autor:
- Lyor Goldstein
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Unable to access the desired computer or service.static final int
A time-out occurred while waiting for the asynchronous counter collection thread to end.static final int
Unable to read counter information and data from input binary log files.static final int
A counter with a negative denominator value was detected.static final int
A counter with a negative time base value was detected.static final int
A counter with a negative value was detected.static final int
Unable to connect to the requested computer.static final int
Unable to connect to the WMI server on requested computer.static final int
Unable to read the counter and/or help text from the specified computer.static final int
Cannot change set default real-time data source.static final int
Performance counter in PdhAddCounter call has already been added in the performance query.static final int
Unable to parse the counter path.static final int
The returned data is not valid.static final int
The data item has been added to the query but has not been validated nor accessed.static final int
Return data value is valid and different from the last sample.static final int
The specified counter could not be found.static final int
No counter was specified.static final int
The specified instance is not present.static final int
Unable to connect to the specified computer, or the computer is offline.static final int
The specified object is not found on the system.static final int
Returned data is valid.static final int
The specified data source is a log file.static final int
The specified data source is the current activity.static final int
The user canceled the dialog box.static final int
The end of the log file was reached.static final int
The specified record was not found in the log file.static final int
There is already a file with the specified file name.static final int
Unable to find the specified file.static final int
Unable to find the specified function.static final int
The output file must contain earlier data than the file to be appended.static final int
The requested data is larger than the buffer supplied.static final int
A required argument is missing or incorrect.static final int
The buffer passed by the caller is not valid.static final int
The data is not valid.static final int
Cannot connect to ODBC DataSource Name.static final int
The handle is not a valid PDH object.static final int
The instance name could not be read from the specified counter path.static final int
The specified counter path could not be interpreted.static final int
SQL log format is incorrect.static final int
SQL Data base does not contain a valid set of tables for Perfmon.static final int
Unable to create the specified log file.static final int
Unable to open the specified log file.static final int
The maximum log file size specified is too small to log the selected counters.static final int
At least one of the input binary log files contain fewer than two data samples.static final int
The specified log file type has not been installed on this system.static final int
The Performance Data Log Service key could not be opened.static final int
The specified query from the Log Service could not be found or could not be opened.static final int
A PDH function could not allocate enough temporary memory to complete the operation.static final int
There is more data to return than would fit in the supplied buffer.static final int
No counters were found for this Perfmon SQL Log Set.static final int
No data to return.static final int
The dialog box data block was missing or not valid.static final int
No more data is available.static final int
The function referenced has not been implemented.static final int
%1 supports %2 or later.static final int
The version of the operating system on the computer named %1 is later than that on the local computer.static final int
Collection "%1!static final int
Collection "%1!static final int
Collection "%1!static final int
The information specified does not resolve to a valid path name.static final int
The name supplied is too long.static final int
Collection "%1!static final int
The specified end time has already elapsed.static final int
The specified start time is after the end time.static final int
There is a mismatch in the settings type.static final int
The "Performance Logs & Alerts" service did not respond.static final int
The information passed is not valid.static final int
The information passed is not valid.static final int
System is busy - a time-out occurred when collecting counter datastatic final int
The selected operation should be retried.static final int
Call to SQLAllocStmt failed with %1.static final int
Call to SQLAllocConnect failed with %1.static final int
Cannot alter CounterDetail table layout in SQL database.static final int
Call to SQLBindCol failed with %1.static final int
Call to SQLMoreResults failed with %1.static final int
Call to SQLExecDirect failed with %1.static final int
Call to SQLFetch failed with %1.static final int
Call to SQLRowCount failed with %1.static final int
Unable to find the specified string in the list of performance name and help text strings.static final int
Unable to map to the performance counter name data files.static final int
The log file header could not be read.static final int
The format of the specified log file is not recognized by the PDH DLL.static final int
The specified Log Service command value is not recognized.static final int
Both files must have identical counters in order to append.static final int
An error occurred while accessing the WBEM data store.
-
Felddetails
-
PDH_CSTATUS_VALID_DATA
static final int PDH_CSTATUS_VALID_DATAReturned data is valid.- Siehe auch:
-
PDH_CSTATUS_NEW_DATA
static final int PDH_CSTATUS_NEW_DATAReturn data value is valid and different from the last sample.- Siehe auch:
-
PDH_CSTATUS_NO_MACHINE
static final int PDH_CSTATUS_NO_MACHINEUnable to connect to the specified computer, or the computer is offline.- Siehe auch:
-
PDH_CSTATUS_NO_INSTANCE
static final int PDH_CSTATUS_NO_INSTANCEThe specified instance is not present.- Siehe auch:
-
PDH_MORE_DATA
static final int PDH_MORE_DATAThere is more data to return than would fit in the supplied buffer. Allocate a larger buffer and call the function again.- Siehe auch:
-
PDH_CSTATUS_ITEM_NOT_VALIDATED
static final int PDH_CSTATUS_ITEM_NOT_VALIDATEDThe data item has been added to the query but has not been validated nor accessed. No other status information on this data item is available.- Siehe auch:
-
PDH_RETRY
static final int PDH_RETRYThe selected operation should be retried.- Siehe auch:
-
PDH_NO_DATA
static final int PDH_NO_DATANo data to return.- Siehe auch:
-
PDH_CALC_NEGATIVE_DENOMINATOR
static final int PDH_CALC_NEGATIVE_DENOMINATORA counter with a negative denominator value was detected.- Siehe auch:
-
PDH_CALC_NEGATIVE_TIMEBASE
static final int PDH_CALC_NEGATIVE_TIMEBASEA counter with a negative time base value was detected.- Siehe auch:
-
PDH_CALC_NEGATIVE_VALUE
static final int PDH_CALC_NEGATIVE_VALUEA counter with a negative value was detected.- Siehe auch:
-
PDH_DIALOG_CANCELLED
static final int PDH_DIALOG_CANCELLEDThe user canceled the dialog box.- Siehe auch:
-
PDH_END_OF_LOG_FILE
static final int PDH_END_OF_LOG_FILEThe end of the log file was reached.- Siehe auch:
-
PDH_ASYNC_QUERY_TIMEOUT
static final int PDH_ASYNC_QUERY_TIMEOUTA time-out occurred while waiting for the asynchronous counter collection thread to end.- Siehe auch:
-
PDH_CANNOT_SET_DEFAULT_REALTIME_DATASOURCE
static final int PDH_CANNOT_SET_DEFAULT_REALTIME_DATASOURCECannot change set default real-time data source.- Siehe auch:
-
PDH_CSTATUS_NO_OBJECT
static final int PDH_CSTATUS_NO_OBJECTThe specified object is not found on the system.- Siehe auch:
-
PDH_CSTATUS_NO_COUNTER
static final int PDH_CSTATUS_NO_COUNTERThe specified counter could not be found.- Siehe auch:
-
PDH_CSTATUS_INVALID_DATA
static final int PDH_CSTATUS_INVALID_DATAThe returned data is not valid.- Siehe auch:
-
PDH_MEMORY_ALLOCATION_FAILURE
static final int PDH_MEMORY_ALLOCATION_FAILUREA PDH function could not allocate enough temporary memory to complete the operation.- Siehe auch:
-
PDH_INVALID_HANDLE
static final int PDH_INVALID_HANDLEThe handle is not a valid PDH object.- Siehe auch:
-
PDH_INVALID_ARGUMENT
static final int PDH_INVALID_ARGUMENTA required argument is missing or incorrect.- Siehe auch:
-
PDH_FUNCTION_NOT_FOUND
static final int PDH_FUNCTION_NOT_FOUNDUnable to find the specified function.- Siehe auch:
-
PDH_CSTATUS_NO_COUNTERNAME
static final int PDH_CSTATUS_NO_COUNTERNAMENo counter was specified.- Siehe auch:
-
PDH_CSTATUS_BAD_COUNTERNAME
static final int PDH_CSTATUS_BAD_COUNTERNAMEUnable to parse the counter path. Check the format and syntax of the specified path.- Siehe auch:
-
PDH_INVALID_BUFFER
static final int PDH_INVALID_BUFFERThe buffer passed by the caller is not valid.- Siehe auch:
-
PDH_INSUFFICIENT_BUFFER
static final int PDH_INSUFFICIENT_BUFFERThe requested data is larger than the buffer supplied.- Siehe auch:
-
PDH_CANNOT_CONNECT_MACHINE
static final int PDH_CANNOT_CONNECT_MACHINEUnable to connect to the requested computer.- Siehe auch:
-
PDH_INVALID_PATH
static final int PDH_INVALID_PATHThe specified counter path could not be interpreted.- Siehe auch:
-
PDH_INVALID_INSTANCE
static final int PDH_INVALID_INSTANCEThe instance name could not be read from the specified counter path.- Siehe auch:
-
PDH_INVALID_DATA
static final int PDH_INVALID_DATAThe data is not valid.- Siehe auch:
-
PDH_NO_DIALOG_DATA
static final int PDH_NO_DIALOG_DATAThe dialog box data block was missing or not valid.- Siehe auch:
-
PDH_CANNOT_READ_NAME_STRINGS
static final int PDH_CANNOT_READ_NAME_STRINGSUnable to read the counter and/or help text from the specified computer.- Siehe auch:
-
PDH_LOG_FILE_CREATE_ERROR
static final int PDH_LOG_FILE_CREATE_ERRORUnable to create the specified log file.- Siehe auch:
-
PDH_LOG_FILE_OPEN_ERROR
static final int PDH_LOG_FILE_OPEN_ERRORUnable to open the specified log file.- Siehe auch:
-
PDH_LOG_TYPE_NOT_FOUND
static final int PDH_LOG_TYPE_NOT_FOUNDThe specified log file type has not been installed on this system.- Siehe auch:
-
PDH_NO_MORE_DATA
static final int PDH_NO_MORE_DATANo more data is available.- Siehe auch:
-
PDH_ENTRY_NOT_IN_LOG_FILE
static final int PDH_ENTRY_NOT_IN_LOG_FILEThe specified record was not found in the log file.- Siehe auch:
-
PDH_DATA_SOURCE_IS_LOG_FILE
static final int PDH_DATA_SOURCE_IS_LOG_FILEThe specified data source is a log file.- Siehe auch:
-
PDH_DATA_SOURCE_IS_REAL_TIME
static final int PDH_DATA_SOURCE_IS_REAL_TIMEThe specified data source is the current activity.- Siehe auch:
-
PDH_UNABLE_READ_LOG_HEADER
static final int PDH_UNABLE_READ_LOG_HEADERThe log file header could not be read.- Siehe auch:
-
PDH_FILE_NOT_FOUND
static final int PDH_FILE_NOT_FOUNDUnable to find the specified file.- Siehe auch:
-
PDH_FILE_ALREADY_EXISTS
static final int PDH_FILE_ALREADY_EXISTSThere is already a file with the specified file name.- Siehe auch:
-
PDH_NOT_IMPLEMENTED
static final int PDH_NOT_IMPLEMENTEDThe function referenced has not been implemented.- Siehe auch:
-
PDH_STRING_NOT_FOUND
static final int PDH_STRING_NOT_FOUNDUnable to find the specified string in the list of performance name and help text strings.- Siehe auch:
-
PDH_UNABLE_MAP_NAME_FILES
static final int PDH_UNABLE_MAP_NAME_FILESUnable to map to the performance counter name data files.- Siehe auch:
-
PDH_UNKNOWN_LOG_FORMAT
static final int PDH_UNKNOWN_LOG_FORMATThe format of the specified log file is not recognized by the PDH DLL.- Siehe auch:
-
PDH_UNKNOWN_LOGSVC_COMMAND
static final int PDH_UNKNOWN_LOGSVC_COMMANDThe specified Log Service command value is not recognized.- Siehe auch:
-
PDH_LOGSVC_QUERY_NOT_FOUND
static final int PDH_LOGSVC_QUERY_NOT_FOUNDThe specified query from the Log Service could not be found or could not be opened.- Siehe auch:
-
PDH_LOGSVC_NOT_OPENED
static final int PDH_LOGSVC_NOT_OPENEDThe Performance Data Log Service key could not be opened.- Siehe auch:
-
PDH_WBEM_ERROR
static final int PDH_WBEM_ERRORAn error occurred while accessing the WBEM data store.- Siehe auch:
-
PDH_ACCESS_DENIED
static final int PDH_ACCESS_DENIEDUnable to access the desired computer or service.- Siehe auch:
-
PDH_LOG_FILE_TOO_SMALL
static final int PDH_LOG_FILE_TOO_SMALLThe maximum log file size specified is too small to log the selected counters.- Siehe auch:
-
PDH_INVALID_DATASOURCE
static final int PDH_INVALID_DATASOURCECannot connect to ODBC DataSource Name.- Siehe auch:
-
PDH_INVALID_SQLDB
static final int PDH_INVALID_SQLDBSQL Data base does not contain a valid set of tables for Perfmon.- Siehe auch:
-
PDH_NO_COUNTERS
static final int PDH_NO_COUNTERSNo counters were found for this Perfmon SQL Log Set.- Siehe auch:
-
PDH_SQL_ALLOC_FAILED
static final int PDH_SQL_ALLOC_FAILEDCall to SQLAllocStmt failed with %1.- Siehe auch:
-
PDH_SQL_ALLOCCON_FAILED
static final int PDH_SQL_ALLOCCON_FAILEDCall to SQLAllocConnect failed with %1.- Siehe auch:
-
PDH_SQL_EXEC_DIRECT_FAILED
static final int PDH_SQL_EXEC_DIRECT_FAILEDCall to SQLExecDirect failed with %1.- Siehe auch:
-
PDH_SQL_FETCH_FAILED
static final int PDH_SQL_FETCH_FAILEDCall to SQLFetch failed with %1.- Siehe auch:
-
PDH_SQL_ROWCOUNT_FAILED
static final int PDH_SQL_ROWCOUNT_FAILEDCall to SQLRowCount failed with %1.- Siehe auch:
-
PDH_SQL_CONNECT_FAILED
static final int PDH_SQL_CONNECT_FAILEDCall to SQLMoreResults failed with %1. public static final int PDH_SQL_MORE_RESULTS_FAILED = 0xC0000BE5; /** Call to SQLConnect failed with %1.- Siehe auch:
-
PDH_SQL_BIND_FAILED
static final int PDH_SQL_BIND_FAILEDCall to SQLBindCol failed with %1.- Siehe auch:
-
PDH_CANNOT_CONNECT_WMI_SERVER
static final int PDH_CANNOT_CONNECT_WMI_SERVERUnable to connect to the WMI server on requested computer.- Siehe auch:
-
PDH_PLA_COLLECTION_ALREADY_RUNNING
static final int PDH_PLA_COLLECTION_ALREADY_RUNNINGCollection "%1!s!" is already running.- Siehe auch:
-
PDH_PLA_ERROR_SCHEDULE_OVERLAP
static final int PDH_PLA_ERROR_SCHEDULE_OVERLAPThe specified start time is after the end time.- Siehe auch:
-
PDH_PLA_COLLECTION_NOT_FOUND
static final int PDH_PLA_COLLECTION_NOT_FOUNDCollection "%1!s!" does not exist.- Siehe auch:
-
PDH_PLA_ERROR_SCHEDULE_ELAPSED
static final int PDH_PLA_ERROR_SCHEDULE_ELAPSEDThe specified end time has already elapsed.- Siehe auch:
-
PDH_PLA_ERROR_NOSTART
static final int PDH_PLA_ERROR_NOSTARTCollection "%1!s!" did not start; check the application event log for any errors.- Siehe auch:
-
PDH_PLA_ERROR_ALREADY_EXISTS
static final int PDH_PLA_ERROR_ALREADY_EXISTSCollection "%1!s!" already exists.- Siehe auch:
-
PDH_PLA_ERROR_TYPE_MISMATCH
static final int PDH_PLA_ERROR_TYPE_MISMATCHThere is a mismatch in the settings type.- Siehe auch:
-
PDH_PLA_ERROR_FILEPATH
static final int PDH_PLA_ERROR_FILEPATHThe information specified does not resolve to a valid path name.- Siehe auch:
-
PDH_PLA_SERVICE_ERROR
static final int PDH_PLA_SERVICE_ERRORThe "Performance Logs & Alerts" service did not respond.- Siehe auch:
-
PDH_PLA_VALIDATION_ERROR
static final int PDH_PLA_VALIDATION_ERRORThe information passed is not valid.- Siehe auch:
-
PDH_PLA_VALIDATION_WARNING
static final int PDH_PLA_VALIDATION_WARNINGThe information passed is not valid.- Siehe auch:
-
PDH_PLA_ERROR_NAME_TOO_LONG
static final int PDH_PLA_ERROR_NAME_TOO_LONGThe name supplied is too long.- Siehe auch:
-
PDH_INVALID_SQL_LOG_FORMAT
static final int PDH_INVALID_SQL_LOG_FORMATSQL log format is incorrect. Correct format is "SQL:<DSN-name>!<LogSet-Name>".- Siehe auch:
-
PDH_COUNTER_ALREADY_IN_QUERY
static final int PDH_COUNTER_ALREADY_IN_QUERYPerformance counter in PdhAddCounter call has already been added in the performance query.- Siehe auch:
-
PDH_BINARY_LOG_CORRUPT
static final int PDH_BINARY_LOG_CORRUPTUnable to read counter information and data from input binary log files.- Siehe auch:
-
PDH_LOG_SAMPLE_TOO_SMALL
static final int PDH_LOG_SAMPLE_TOO_SMALLAt least one of the input binary log files contain fewer than two data samples.- Siehe auch:
-
PDH_OS_LATER_VERSION
static final int PDH_OS_LATER_VERSIONThe version of the operating system on the computer named %1 is later than that on the local computer.- Siehe auch:
-
PDH_OS_EARLIER_VERSION
static final int PDH_OS_EARLIER_VERSION%1 supports %2 or later. Check the operating system version on the computer named %3.- Siehe auch:
-
PDH_INCORRECT_APPEND_TIME
static final int PDH_INCORRECT_APPEND_TIMEThe output file must contain earlier data than the file to be appended.- Siehe auch:
-
PDH_UNMATCHED_APPEND_COUNTER
static final int PDH_UNMATCHED_APPEND_COUNTERBoth files must have identical counters in order to append.- Siehe auch:
-
PDH_SQL_ALTER_DETAIL_FAILED
static final int PDH_SQL_ALTER_DETAIL_FAILEDCannot alter CounterDetail table layout in SQL database.- Siehe auch:
-
PDH_QUERY_PERF_DATA_TIMEOUT
static final int PDH_QUERY_PERF_DATA_TIMEOUTSystem is busy - a time-out occurred when collecting counter data- Siehe auch:
-