File name: | EventCreate.exe.mui |
Size: | 29184 byte |
MD5: | 05a5a5368f6a2c01ccc3961e202f852d |
SHA1: | 61c54d76339bfabe78661d969771e7ec28b37430 |
SHA256: | 0ead4134baf7688ed1bd2b61cf9758ff5df95574faba2d3752538114acea4117 |
Operating systems: | Windows 10 |
Extension: | MUI |
In x64: | EventCreate.exe Event Create - Creates a custom event in an event log (32-bit) |
If an error occurred or the following message in English (U.S.) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | English (U.S.) | English |
---|---|---|
101 | ERROR | ERROR |
102 | WARNING | WARNING |
103 | INFORMATION | INFORMATION |
104 | SUCCESS | SUCCESS |
106 | success|error|information|warning | success|error|information|warning |
150 | SUCCESS: An event of type '%s' was created with '%s' as the log. |
SUCCESS: An event of type '%s' was created with '%s' as the log. |
151 | SUCCESS: An event of type '%s' was created with '%s' as the source. |
SUCCESS: An event of type '%s' was created with '%s' as the source. |
152 | SUCCESS: An event of type '%s' was created in the '%s' log with '%s' as the source. |
SUCCESS: An event of type '%s' was created in the '%s' log with '%s' as the source. |
153 | '%s' log does not exist. Cannot create the event. |
'%s' log does not exist. Cannot create the event. |
154 | Invalid syntax. /U can be specified only when /S is specified. Type "EVENTCREATE /?" for usage. |
Invalid syntax. /U can be specified only when /S is specified. Type "EVENTCREATE /?" for usage. |
155 | Invalid syntax. /P can be specified only when /U is specified. Type "EVENTCREATE /?" for usage. |
Invalid syntax. /P can be specified only when /U is specified. Type "EVENTCREATE /?" for usage. |
156 | Invalid syntax. Event ID must be in the range of 1 - 1000. Type "EVENTCREATE /?" for usage. |
Invalid syntax. Event ID must be in the range of 1 - 1000. Type "EVENTCREATE /?" for usage. |
157 | Invalid syntax. Description cannot be empty. Type "EVENTCREATE /?" for usage. |
Invalid syntax. Description cannot be empty. Type "EVENTCREATE /?" for usage. |
158 | Invalid syntax. Log/Source cannot be empty. Type "EVENTCREATE /?" for usage. |
Invalid syntax. Log/Source cannot be empty. Type "EVENTCREATE /?" for usage. |
159 | Invalid syntax. Either /L or /SO or both should be specified. Type "EVENTCREATE /?" for usage. |
Invalid syntax. Either /L or /SO or both should be specified. Type "EVENTCREATE /?" for usage. |
160 | New source can be created only if log name is also specified. INFO: Use /L switch to specify the log name. |
New source can be created only if log name is also specified. INFO: Use /L switch to specify the log name. |
161 | Source already exists in '%s' log. Source cannot be duplicated. |
Source already exists in '%s' log. Source cannot be duplicated. |
162 | Invalid syntax. User name cannot be empty. |
Invalid syntax. User name cannot be empty. |
163 | Invalid syntax. Type "EVENTCREATE /?" for usage. |
Invalid syntax. Type "EVENTCREATE /?" for usage. |
164 | Invalid syntax. System name cannot be empty. |
Invalid syntax. System name cannot be empty. |
165 | EventID must be in the range of %d - %d. Type "EVENTCREATE /?" for usage. |
EventID must be in the range of %d - %d. Type "EVENTCREATE /?" for usage. |
166 | Source parameter is used to identify custom applications/scripts only (not installed applications). |
Source parameter is used to identify custom applications/scripts only (not installed applications). |
167 | Access is denied. Custom events cannot be created into security log. |
Access is denied. Custom events cannot be created into security log. |
1001 | EVENTCREATE [/S system [/U username [/P [password]]]] /ID eventid |
EVENTCREATE [/S system [/U username [/P [password]]]] /ID eventid |
1002 | [/L logname] [/SO srcname] /T type /D description |
[/L logname] [/SO srcname] /T type /D description |
1003 | ||
1004 | Description: |
Description: |
1005 | This command line tool enables an administrator to create |
This command line tool enables an administrator to create |
1006 | a custom event ID and message in a specified event log. |
a custom event ID and message in a specified event log. |
1008 | Parameter List: |
Parameter List: |
1009 | /S system Specifies the remote system to connect to. |
/S system Specifies the remote system to connect to. |
1010 | /U [domain\]user Specifies the user context under which |
/U [domain\]user Specifies the user context under which |
1011 | the command should execute. |
the command should execute. |
1012 | /P [password] Specifies the password for the given |
/P [password] Specifies the password for the given |
1013 | user context. Prompts for input if omitted. |
user context. Prompts for input if omitted. |
1014 | /L logname Specifies the event log to create |
/L logname Specifies the event log to create |
1015 | an event in. |
an event in. |
1016 | /T type Specifies the type of event to create. |
/T type Specifies the type of event to create. |
1017 | Valid types: SUCCESS, ERROR, WARNING, INFORMATION. |
Valid types: SUCCESS, ERROR, WARNING, INFORMATION. |
1018 | /SO source Specifies the source to use for the |
/SO source Specifies the source to use for the |
1019 | event (if not specified, source will default |
event (if not specified, source will default |
1020 | to 'eventcreate'). A valid source can be any |
to 'eventcreate'). A valid source can be any |
1021 | string and should represent the application |
string and should represent the application |
1022 | or component that is generating the event. |
or component that is generating the event. |
1023 | /ID id Specifies the event ID for the event. A |
/ID id Specifies the event ID for the event. A |
1024 | valid custom message ID is in the range |
valid custom message ID is in the range |
1025 | of 1 - 1000. |
of 1 - 1000. |
1026 | /D description Specifies the description text for the new event. |
/D description Specifies the description text for the new event. |
1028 | /? Displays this help message. |
/? Displays this help message. |
1030 | Examples: |
Examples: |
1031 | EVENTCREATE /T ERROR /ID 1000 |
EVENTCREATE /T ERROR /ID 1000 |
1032 | /L APPLICATION /D "My custom error event for the application log" |
/L APPLICATION /D "My custom error event for the application log" |
1035 | EVENTCREATE /T ERROR /ID 999 /L APPLICATION |
EVENTCREATE /T ERROR /ID 999 /L APPLICATION |
1036 | /SO WinWord /D "Winword event 999 happened due to low diskspace" |
/SO WinWord /D "Winword event 999 happened due to low diskspace" |
1037 | EVENTCREATE /S system /T ERROR /ID 100 |
EVENTCREATE /S system /T ERROR /ID 100 |
1038 | /L APPLICATION /D "Custom job failed to install" |
/L APPLICATION /D "Custom job failed to install" |
1039 | EVENTCREATE /S system /U user /P password /ID 1 /T ERROR |
EVENTCREATE /S system /U user /P password /ID 1 /T ERROR |
1040 | /L APPLICATION /D "User access failed due to invalid user credentials" |
/L APPLICATION /D "User access failed due to invalid user credentials" |
5001 | ERROR: | ERROR: |
5002 | WARNING: | WARNING: |
5003 | SUCCESS: | SUCCESS: |
5004 | INFO: | INFO: |
5005 | N/A | N/A |
5501 | Type the password for %s: | Type the password for %s: |
5502 | Passing the user credential for local connection. |
Passing the user credential for local connection. |
5503 | The target system must be running Windows XP or above. |
The target system must be running Windows XP or above. |
5504 | The remote system must be running Windows 2000 or above. |
The remote system must be running Windows 2000 or above. |
5601 | Invalid syntax. '%s' value is not allowed for '%s' option. %s |
Invalid syntax. '%s' value is not allowed for '%s' option. %s |
5602 | Invalid syntax. Specify valid numeric value for '%s'. %s |
Invalid syntax. Specify valid numeric value for '%s'. %s |
5603 | Invalid syntax. Specifiy valid floating point value for '%s'. %s |
Invalid syntax. Specifiy valid floating point value for '%s'. %s |
5604 | Invalid syntax. Mandatory option '%s' is missing. %s |
Invalid syntax. Mandatory option '%s' is missing. %s |
5605 | Invalid syntax. '%s' option is not allowed more than '%d' time(s). %s |
Invalid syntax. '%s' option is not allowed more than '%d' time(s). %s |
5607 | Invalid argument/option - '%s'. %s |
Invalid argument/option - '%s'. %s |
5608 | Invalid syntax. Default argument is missing. %s |
Invalid syntax. Default argument is missing. %s |
5609 | Length of the command line argument should not exceed 255 characters. |
Length of the command line argument should not exceed 255 characters. |
5610 | Invalid syntax. Default option is not allowed more than '%d' time(s). %s |
Invalid syntax. Default option is not allowed more than '%d' time(s). %s |
5611 | Invalid syntax. Value expected for '%s'. %s |
Invalid syntax. Value expected for '%s'. %s |
5612 | Invalid syntax. '%s' value is not allowed as default argument. %s |
Invalid syntax. '%s' value is not allowed as default argument. %s |
5613 | Type "%s /?" for usage. | Type "%s /?" for usage. |
5614 | Value for '%s' option cannot be empty. %s |
Value for '%s' option cannot be empty. %s |
5615 | Value for default option cannot be empty. %s |
Value for default option cannot be empty. %s |
5616 | Invalid syntax. Specify valid numeric value for default. %s |
Invalid syntax. Specify valid numeric value for default. %s |
5617 | Invalid syntax. Specifiy valid floating point value for default. %s |
Invalid syntax. Specifiy valid floating point value for default. %s |
5618 | Value for default option cannot be more than %d character(s). |
Value for default option cannot be more than %d character(s). |
5619 | Invalid syntax. Value cannot be specified with '%s' option. %s |
Invalid syntax. Value cannot be specified with '%s' option. %s |
5620 | Value for '%s' option cannot be more than %d character(s). |
Value for '%s' option cannot be more than %d character(s). |
0x1 | %1 | %1 |
File Description: | Event Create - Creates a custom event in an event log |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | eventcreate.exe |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | evcreate.exe.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x409, 1200 |