Link to home
Start Free TrialLog in
Avatar of nsr81
nsr81

asked on

How do I obtain complete error message using logparser

I am trying to get some data out of eventlogs using logparser, however, the "Message" field which is returned contains an error code instead of complete description.

For example

"The USB Mass Storage Driver service failed to start due to the following error: %%1058"

If I look at the same event using EventViewer, the complete description is:

"The USB Mass Storage Driver service failed to start due to the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. "

"%%1058" = "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it."

How do I get that information using logparser?
ASKER CERTIFIED SOLUTION
Avatar of Merete
Merete
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nsr81
nsr81

ASKER

Although, it didn't address my issue, the link provided was a good resource.
Thanks nsr81
glad it assisted you .