Hello!
I am wondering if anyone can help me with the error that I receive while
running Win32::AdminMisc module using perl 5.6.0 (build 616) from
Activestate.
It seems that whenever I am trying to access an NT 4.0 machine from Win2K
machine, i get this error: Overlapped I/O operation is in progress.
I wonder if anyone has encountered this error and if so, is there a
workaround/fix? The NT 4.0 machine(s) that I am trying to access are on SP
3 and above.. Happens every single time... Win32::AdminMisc is not the only
module giving me these errors...
Here's a sample code and the output i get from the script:
# <> SNIP <>
use Win32::AdminMisc;
Win32::AdminMisc::GetDrivesRemote("\\\\wdsny1270", \@lst) or die "cant:
$^E\n";
# <> SNIP <>
OUTPUT:
cant: Overlapped I/O operation is in progress
------------------------------------------
Thanks!
-Eugene
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin