TLS1_ALERT_ILLEGAL_PARAMETER

Code: 0x2f (47)

As HRESULT:As NTSTATUS:

Abstract

error

Associated Modules

ModuleCodeFound inDescription
EventCreate.exe0x2f78.11011%1
cipher.exe0x2f78.11011There is no local EFS certificate that is used to encrypt this file. No local EFS certificate is backed up.
dsreg.dll0x2f1011Unable to lookup Local Security Authority (LSA) authentication package. Package name: %1. Error: %2
dssec.dll0x2f78.11011Apply group policy
ehepgres.dll0x2f7%1
nslookup.exe0x2f78.11011*** Input is too long
reagentc.exe0x2f8.11011%1: The recovery image file cannot be placed in the root directory of a volume.
sc.exe0x2f78.11011SERVICE_NAME: %1 %2 TYPE : %3 %4 %5 STATE : %6 %7 (%8, %9, %10) WIN32_EXIT_CODE : %11 (0x%12) SERVICE_EXIT_CODE : %13 (0x%14) CHECKPOINT : 0x%15 WAIT_HINT : 0x%16
w32time.dll0x2f1011Time Provider NtpClient: No valid response has been received from manually configured peer %1 after 8 attempts to contact it. This peer will be discarded as a time source and NtpClient will attempt to discover a new peer with this DNS name. The error was: %2
webservices.dll0x2f78.11011The path portion of the URL did not match the path of the endpoint.
wecutil.exe0x2f78.11011Sets subscription configuration by changing subscription parameters from the command line or by using an XML configuration file. Usage: wecutil { ss | set-subscription } SUBSCRIPTION_ID [/OPTION:VALUE [/OPTION:VALUE] ...] wecutil { ss | set-subscription } /c:CONFIG_FILE [/cus:USERNAME [/cup:PASSWORD] ...] SUBSCRIPTION_ID String that uniquely identifies a subscription, specified by the tag of the XML configuration file used to create the subscription Options: You can use either the short (i.e. /q) or long (i.e. /Query) version of the option names. Options and their values are case-insensitive. COMMON OPTIONS (for all type of subscriptions): /c:CONFIG_FILE (Config) String that specifies the path to the XML file that contains subscription configuration. The path can be absolute or relative to the current directory. This option may only be used with the optional /cus (CommonUserName) and /cup (CommonUserPassword) options and is mutually exclusive with all other options. /e[:VALUE] (enabled) Enable or disable a subscription. VALUE can be true or false. The default value of this option is true. /d:DESCRIPTION (Description) String that describes the subscription. /ex:DATE_TIME (Expires) String that specifies the subscription expiration time. DATE_TIME value is specified in standard XML or ISO8601 date-time format: yyyy-MM-ddThh:mm:ss[.sss][Z], where T is the time separator and Z indicates UTC time. /uri:URI String that specifies the type of the events consumed by the subscription. The address of the event source machine along with the URI uniquely identifies the source of the events. /cm:CONFIGURATION_MODE (ConfigurationMode) String that specifies the configuration mode. CONFIGURATION_MODE can be one of the following strings: Normal, Custom, MinLatency or MinBandwidth. The Normal, MinLatency, and MinBandwidth modes set delivery mode, delivery max items, heartbeat interval, and delivery max latency time. The /dm (DeliveryMode), /dmi (DeliveryMaxItems), /hi (HeartbeatInterval) or /dmlt (DeliveryMaxLatencyTime) option may only be specified if the configuration mode is set to Custom. /q:QUERY (Query) String that specifies that query string for the subscription. The format of this string may be different for different URI values and applies to all sources in the subscription. /dia:DIALECT (Dialect) String that specifies the dialect the query string uses. /cf:FORMAT (ContentFormat) String that specifies the format of the returned events. FORMAT can be Events or RenderedText. When the value is RenderedText, the events are returned with the localized strings (such as event description) attached to the event. The default value of FORMAT is RenderedText. /l:LOCALE (Locale) String that specifies the locale for delivery of the localized strings in RenderedText format. LOCALE is a language/country culture identifier, for example, "en-US". This option is valid only if /cf (ContentFormat) option is set to "RenderedText". /ree[:VALUE] (ReadExistingEvents) Specifies which events are to be delivered for the subscription. VALUE can true or false. When the VALUE is true, all existing events are read from the subscription event sources. When the VALUE is false, only future (arriving) events are delivered. The default value is true for an /ree option without a value. If no /ree option is specified, the default value is false. /lf:FILENAME (LogFile) String that specifies the local event log used to store events received from the event sources. /pn:PUBLISHER (PublisherName) String that specifies the publisher name. It must be a publisher which owns or imports log specified by /lf (LogFile) option. /dm:MODE (DeliveryMode) String that specifies the delivery mode. MODE can be either pull or push for collector initiated subscriptions and only push for source initiated subscriptions. This option is valid only if /cm (ConfigurationMode) option is set to Custom. /dmi:NUMBER (DeliveryMaxItems) A number that specifies the maximum number of items for batched delivery. This option is valid only if /cm (ConfigurationMode) is set to Custom. /dmlt:MS (DeliveryMaxLatencyTime) A number that specified the maximum latency in delivering a batch of events. MS is the number of milliseconds. This option is valid only if /cm (ConfigurationMode) is set to Custom. /hi:MS (HeartbeatInterval) A number that specifies the heartbeat interval for push subscriptionsm, or the polling interval for pull subscriptions. MS is the number of milliseconds. This option is valid only if /cm (ConfigurationMode) is set to Custom. /tn:TRANSPORTNAME (TransportName) String that specifies the name of the transport used to connect to remote event source. It can be http or https.
wevtutil.exe0x2f78.11011Read events from an event log, log file or using structured query. Usage: wevtutil { qe | query-events } [/OPTION:VALUE [/OPTION:VALUE] ...] By default, you provide a log name for the parameter. However, if you use the /lf option, you must provide the path to a log file for the parameter. If you use the /sq parameter, you must provide the path to a file containing a structured query. Options: You can use either the short (for example, /f) or long (for example, /format) version of the option names. Options and their values are not case-sensitive. /{lf | logfile}:[true|false] If true, is the full path to a log file. /{sq | structuredquery}:[true|false] If true, is the full path to a file that contains a structured query. /{q | query}:VALUE VALUE is an XPath query to filter events read. If not specified, all events will be returned. This option is not available when /sq is true. /{bm | bookmark}:VALUE VALUE is the full path to a file that contains a bookmark from a previous query. /{sbm | savebookmark}:VALUE VALUE is the full path to a file in which to save a bookmark of this query. The file extension should be .xml. /{rd | reversedirection}:[true|false] Event read direction. If true, the most recent events are returned first. /{f | format}:[XML|Text|RenderedXml] The default value is XML. If Text is specified, prints events in an easy to read text format, rather than in XML format. If RenderedXml, prints events in XML format with rendering information. Note that printing events in Text or RenderedXml formats is slower than printing in XML format. /{l | locale}:VALUE VALUE is a locale string to print event text in a specific locale. Only available when printing events in text format using the /f option. /{c | count}: Maximum number of events to read. /{e | element}:VALUE When outputting event XML, include a root element to produce well-formed XML. VALUE is the string you want within the root element. For example, specifying /e:root would result in output XML with the root element pair . Example: The following example displays the three most recent events from the Application log in text format. wevtutil qe Application /c:3 /rd:true /f:text
whealogr.dll0x2f71011A corrected hardware error has occurred. Component: Memory Error Source: %1 The details view of this entry contains further information.
win32k.sys0x2f78.1ButtonFace
win32kbase.sys0x2f1011ButtonFace
15 entries