Hello.

I can't get informations from remote server by Win32::Perflib.
Will soneone show me how?

I tested the 4 cases with Win32::Service and Win32::Perflib,
and I got next results.

(0) rs0 : my machine
(1) rs1 : remote server maybe with no security
(2) rs2 : remote server I really want information
(3) rs3 : server not existing

Win32::Service::GetServices("rs0",\%ref); ..."rs1","rs2","rs3"
(0) OK
(1) OK
(2) access denied
(3) RPC server can not used

$perflib = new Win32::PerfLib("rs0"); ..."rs1","rs2","rs3"
(0) OK
(1) specified ENV option not found
(2) specified ENV option not found
(3) specified ENV option not found

Error msgs were prodused by next code:
print Win32::FormatMessage(Win32::GetLastError());
(was really in Japanese)

--
[EMAIL PROTECTED]



---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to