Displaying 4 results from an estimated 4 matches for "base_key".
Did you mean:
bad_key
2007 Aug 23
0
Getting event log descriptions from remote servers
...ent
logs. From Andrew Garberoglio:
"I was, however, able to devise a hack by setting up parallel registry
key on my workstation with alternate paths to the event source
libraries, which I copied from a Windows Server 2003 machine to my
workstation. Following that, I then modified the value of BASE_KEY in
eventlog.rb to point to the parallel registry key I created."
Looks like we need to call RegConnectRegistry() if @server is set, and
pass that handle to RegOpenKeyEx(). That sound right?
Thanks,
Dan
This communication is the property of Qwest and may contain confidential or
privileged...
2006 May 17
1
Need a little help with the pure Ruby win32-eventlog
Hi all,
I''m working on the EventLog#read method for the pure Ruby version of
win32-eventlog, but I''m stuck on the get_description private method.
Here are the problems:
* I don''t think I''m advancing the EVENTLOGRECORD properly between
iterations. Take a look at the end of the "while dwread > 0" loop. I
get some records, but not all of them.
2006 May 17
3
Need a little help with the pureRubywin32-eventlog
> -----Original Message-----
> From: win32utils-devel-bounces at rubyforge.org
> [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of
> Berger, Daniel
> Sent: Wednesday, May 17, 2006 12:07 PM
> To: Development and ideas for win32utils projects
> Subject: Re: [Win32utils-devel] Need a little help with the
> pureRubywin32-eventlog
>
>
> >
2007 Dec 05
21
Fwd: win32/process problem
Any ideas?
---------- Forwarded message ----------
From: Christian Kerth <christian.ke... at dynamicmedia.at>
Date: Dec 5, 8:28 am
Subject: win32/process problem
To: comp.lang.ruby
I have an application that consists of serveral independent parts.
I want to use the Windows Process API to spawn the different
processes.
e.g.
require ''rubygems''
require