System Event Log Questions

I have a driver that periodically logs System Events when debugs are
enabled. One of the key items I look at in these messages is the Device
Object Name since I don’t have custom event messages at the moment (in my
example below, ‘\Device\Rdac\Bob’s 4766\A\P2P0I1\0’):

Event Type: Error
Event Source: Rdacfltr
Event Category: None
Event ID: 18
Date: 6/18/2001
Time: 8:03:49 AM
User: N/A
Computer: ICTMARVIN
Description:
The driver beneath this one has failed in some way for \Device\Rdac\Bob’s
4766\A\P2P0I1\0.
Data:
0000: 00180000 006e0001 00000000 c0040012
0010: 00000163 00000000 00000000 00000000
0020: 00000000 00000000 00000000 00000000
0030: 00000000 00000000 00000000 00000000

When I run the same test on different PCs I notice that the Object Name
will not show up in the logs even though the same message is being
generated from the same piece of event logging code (even the raw data
length is the same).

Can anyone tell me why I can’t get the Object Name to always show up?

Regards,
Bob


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com