Hi,

I am using Win32::TieRegistry to pull some information from the registry.

When I use the Connect method on the local machine, all is well.

When I try to use the Connect Method on a remote machine, I get the following error:

Overlapped I/O operation is in progress

Here's the code I'm using for the connect:

# Connect to a remote Registry key: $regKey= $Registry->Connect( $Machine, $target, { Access=>KEY_READ } ) or die "Can't connect to machine: $Machine : $^E\n";

The Connect method apparently works fine connecting to Windows NT Machines but fails consistently for Windows 2000 (Server and Professional) The target is defined as:

$target = "LMachine\\Software\\Microsoft\\Windows\\CurrentVersion\\Uni +nstall\\";

I am running ActivePerl build 5.8.0

The reason I am using this method of finding out what software is installed on a Windows machine is that WMI only returns software installed from an MSI file.

All help would be appreciated,

Kakaze

<update> I should have noted that I am running the script on a Win2K platform. </update>


In reply to Win32::TieRegistry and Connect Method Errors by kakaze

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.