microsoft.sqlserver.configuration.wmiinterop.dll

Company

Microsoft Corporation

Description
Version
11.0.2100.60
Architecture
32 bit
Threat Score
0 %
Original size
339 Kb
Download size
95 Kb
MD5
c8f7c62866cb8018394710d6803201e7
SHA1
c7f337713a0d1552a929953dba6177302581b37b
SHA256
936f25ae2c2543149976f1376b78c882932e54292cc4a545870cb44e08acbd4a
&

Controls the witness restart interval.

7The ServiceSpecificExitCode property specifies a service-specific error code for errors that occur while the service is either starting or stopping. The exit codes are defined by the service represented by this class. This value is only set when the ExitCodeproperty value is ERROR_SERVICE_SPECIFIC_ERROR, 1066.

A string indicating the current status of the object. Various operational and non-operational statuses are defined. Operational statuses are OK, Degraded, Stressed and Pred

BThe StartMode property indicates the start mode of the Win32 base service. Boot specifies a device driver started by the operating system loader. This value is valid only for driver services. System specifies a device driver started by the IoInitSystem function. This value is valid only for driver services. Automatic specifies a service to be started automatically by the service control manager during system startup. Manual specifies a service to be started by the service control manager when a process calls the StartService function. Disabled specifies a service that can no longer be started.

ErrorDescription is a free-form string supplying more information about the error recorded in LastErrorCode, and information on any corrective actions that may be taken.

FErrorCleared is a boolean property indicating that the error reported in LastErrorCode is now cleared.

ILastErrorCode captures the last error code reported by the LogicalDevice.

If this service fails to start during startup, the ErrorControl property specifies the severity of the error. The value indicates the action taken by the startup program if failure occurs. All errors are logged by the computer system. The computer system does not notify the user of Ignore errors. With Normal errors the user is notified. With Severe errors, the system is restarted with the last-known-good configuration. Finally, onCritical errors the system attempts to restart with a good configuration.

The ExitCode property specifies a Win32 error code defining any problems encountered in starting or stopping the service. This property is set to ERROR_SERVICE_SPECIFIC_ERROR (1066) when the error is unique to the service represented by this class, and information about the error is available in the ServiceSpecificExitCode member. The service sets this value to NO_ERROR when running, and again upon normal termination.

The FailbackWindowStart property provides the earliest time (that is, local time as kept by the cluster) that the group can be moved back to the node identified as its preferred node.

The RestartPeriod property defines an interval of time, in milliseconds, during which a specified number of restart attempts can be made on a nonresponsive resource.

The RestartThreshold property specifies the maximum number of restart attempts that can be made on a resource within an interval defined by the RestartPeriod property before the Cluster Service initiates the action specified by the RestartAction property.

The RetryPeriodOnFailure property specifies the interval of time (in milliseconds) that a resource should remain in a failed state before the Cluster service attempts to restart it.

The TagId property specifies a unique tag value for this service in the group. A value of 0 indicates that the service has not been assigned a tag. A tag can be used for ordering service startup within a load order group by specifying a tag order vector in the registry located at: HKEY_LOCAL_MACHINESystemCurrentControlSetControlGroupOrderList. Tags are only evaluated for Kernel Driver and File System Driver start type services that have Boot or System start modes.

The WaitHint property specifies the estimated time required (in milliseconds) for a pending start, stop, pause, or continue operation. After the specified amount of time has elapsed, the service makes its next call to the SetServiceStatus function with either an incremented CheckPoint value or a change in Current State. If the amount of time specified by WaitHint passes, and CheckPoint has not been incremented, or the Current State has not changed, the service control manager or service control program assumes that an error has occurred.

This object contains the data needed to find either the initial load device (its key) or the boot service to request the operating system to start up. In addition, the load parameters (ie, a pathname and parameters) may also be specified.

Last update: 22/03/2024