in reply to RE: Getting a Local/Remote Win32 Task List
in thread Getting a Local/Remote Win32 Task List

I'm getting: Can't call method "GetObjectList" on an undefined value at RasUpload.pl line 68. when using your sub and I have no idea why....any ideas? doofie_dee@yahoo.com
  • Comment on Re: RE: Getting a Local/Remote Win32 Task List

Replies are listed 'Best First'.
Re: Re: RE: Getting a Local/Remote Win32 Task List
by Anonymous Monk on Dec 04, 2002 at 21:24 UTC
    i'm getting the same error. find anything out?
      You have to 'use' Win32::PerfLib.. put use Win32::PerfLib; at the top of your script : )
        Hi, I get the same error and I am 'using' Win32::PerfLib. Any ideas? Thanks, Mawster
        Hello,

        We got the same error once we validated against the server
        it's gone.We tested this with just creating a drive
        mapping to the sever we wanted to monitor windwos then
        uses the credentials it has.

        I also used
        AuthenticateUser($Domain, $DomainUser, $DomainPassWD);
        but with no result

        Grtz

      I had this error when trying to connect using a Windows account that didn't have rights on the remote server. However, running the script with a userid that can access the remote server gives you the full list.
        Does a remote machine need to have IIS installed on it for PerfLib to work? Its just that when I try it on a network, I only manage to get process lists from machines with IIS installed....