Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > "GlobalLogger is not running": status 000057?

Reply
Thread Tools Display Modes

"GlobalLogger is not running": status 000057?

 
 
Joerg Hoppe
Guest
Posts: n/a

 
      07-29-2010
First, I apologize if this is not the right news group... please
redirect me!

Scenario:
===========
I'm converting a KMDF driver project to WPP tracing.
I need to log diagnostic messages at boot time,
so I try to bring up the GlobalLogger, as documented here:
http://msdn.microsoft.com/en-us/libr...=VS.85%29.aspx

I use GlobalLogger and not AutoLogger, because I need one solution for
WinXP and Win7. Current platform is Win7.

Problem:
========
After setting up
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\WMI\GlobalLogger
and rebooting, a
"tracelog -q GlobalLogger" always results in a message
"GlobalLogger is not running",
and in the [...\GlobalLogger] a new entry appears:
"Status"=dword:00000057

Long output is:
==============
T:\....\OBJCHK_WXP_x86\i386\tracing>tracelog -q GlobalLogger
GlobalLogger is not running
Operation Status: 0L Der Vorgang wurde erfolgreich beendet.

Logger Name: GlobalLogger
Status: Registry set to start
Guid: e8908abc-aa84-11d2-9a93-00805f85d7c6
Buffer Size: default value
Maximum Buffers: default value
Minimum Buffers: default value
ClockType: Unknown
Log Mode: Sequential
Maximum File Size: not set
Buffer Flush Timer: not set
Enabled tracing: 0x00033307
Log Filename: default location
%SystemRoot%\System32\LogFiles\WMI\trace.log


These are my registry settings:
==============================

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\WMI\GlobalLogger]
"Start"=dword:00000001
"Status"=dword:00000057
"EnableKernelFlags"=dword:00033307
"LogFileMode"=dword:00008101
"MaxFileSize"=dword:0000000a
"FileName"="C:\\Windows\\Tracing\\\\PLIN_USB.e tl"

I also tried with this minimal set from
http://msdn.microsoft.com/en-us/libr...=VS.85%29.aspx

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\WMI\GlobalLogger]
"Start"=dword:00000001
"EnableKernelFlags"=dword:00033307
"FileName"=""


Thanks,
J. Hoppe

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
No network drive mapping after joining Active Directory ? Patrick Active Directory 29 05-05-2010 12:21 PM
Re: Dispatch Requests Egidio [MSFT] Windows Vista Drivers 4 02-05-2010 07:54 PM
Cluster Nodes Not Failing Over - Physical Disk Resource in gtlscot Clustering 20 01-19-2010 09:15 AM
Unable to add computer to domain Nik Active Directory 5 12-18-2009 08:29 PM
Stop Error 0x0000007b Louis LeBrun Windows Vista Installation 17 07-05-2006 09:00 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59