In Windows, Event Viewer incorrectly displays IPv6 addresses in event descriptions
| Article ID | : | 934640 |
| Last Review | : | April 17, 2007 |
| Revision | : | 1.1 |
SYMPTOMS
CAUSE
In the following example, the IPv6 address contains a scope ID of 1:
Such an address will not display correctly in Event Viewer.
The event descriptions are formed by using a template and by using replacement values from the event payload. You do this by replacing any percent sign that is followed by a number with the appropriate event parameter.
In the 1234:5678:90123:4567:8901:2345%1 example, %1 will be replaced with the first parameter from the event payload. This replacement may be repeated multiple times. The number of times this replacement is repeated depends on the version of the operating system. Multiple replacements will occur if the parameter number that contains the IPv6 address matches the scope ID.
Note You cannot use an escape character to replace the percent sign in the IPv6 address.
WORKAROUND
| • | Preprocess the IPv6 parameters to make sure that the scope ID is removed. For example, use the following IPv6 address format:
1234:5678:90123:4567:8901:2345
|
| • | Preprocess the IPv6 parameters to make sure that a character, such as space, is inserted between the percent sign and the numeric scope ID. For example, use the following IPv6 address format:
1234:5678:90123:4567:8901:2345% 1
|
Other workarounds including the following methods:
| • | Remove the parameter that contains IPv6 address from the event description. |
| • | Add the parameter to the binary data that is associated with the event. |
APPLIES TO
| • | Windows Vista Ultimate |
| • | Windows Vista Home Premium |
| • | Windows Vista Business |
| • | Windows Vista Enterprise |
| • | Windows Vista Home Basic |
| • | Microsoft Windows XP Professional |
| • | Microsoft Windows XP Home Edition |
| • | Microsoft Windows XP Media Center Edition |
| • | Microsoft Windows XP Tablet PC Edition |
| • | Microsoft Windows Millennium Edition |
Keywords:Â |
kbtshoot kbeventlog kbprb kbexpertiseinter KB934640 |
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
Microsoft Corporation. All rights reserved. Terms of Use | Trademarks
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Back to the top
Leave a Reply