Make sure that your Win32::OLE version is up-to-date, and also try
running the script from a different computer.
-Original Message-
From: Ryan Frantz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 01, 2006 5:04 PM
To: Chas Owens
Cc: beginners@perl.org
Subject: RE: Win32::Process
> -Original Message-
> From: Chas Owens [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 01, 2006 6:28 PM
> To: Ryan Frantz
> Cc: Timothy Johnson; beginners@perl.org
> Subject: Re: Win32::Process::Info - Get Owner Information
>
> I just had another thought.
-Original Message-
From: Chas Owens [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 01, 2006 3:25 PM
To: Ryan Frantz
Cc: Timothy Johnson; beginners@perl.org
Subject: Re: Win32::Process::Info - Get Owner Information
>On 2/1/06, Ryan Frantz <[EMAIL PROTECTED]> wrote:
>
I just had another thought. Have you tired putting the same server
name in multiple times. If it works multiple times with the same
server name then the problem is definitly the other servers not the
Perl code.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
On 2/1/06, Ryan Frantz <[EMAIL PROTECTED]> wrote:
snip
> The script will process the first host in the list, begin processing the
> second host, and then perl.exe dies with a popup asking me to send
> details to M$. I'm not very fluent with OOP, but is it possible that
> the first object has to be
>-Original Message-
>From: Ryan Frantz [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, February 01, 2006 3:16 PM
>To: Timothy Johnson; beginners@perl.org
>Subject: RE: Win32::Process::Info - Get Owner Information
>
>
>
>> -Original Message-
>>
> -Original Message-
> From: Timothy Johnson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 01, 2006 6:12 PM
> To: Ryan Frantz; beginners@perl.org
> Subject: RE: Win32::Process::Info - Get Owner Information
>
>
> What exactly do you mean by "bombs o
What exactly do you mean by "bombs out"?
-Original Message-
From: Ryan Frantz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 01, 2006 10:46 AM
To: beginners@perl.org
Subject: Win32::Process::Info - Get Owner Information
All,
I've been working on a script to grab the owner of pr
On 2/1/06, Ryan Frantz <[EMAIL PROTECTED]> wrote:
snip
> I agree. I've been looking over the available documentation for the
> module to find a way to get more info. Is there anything available in
> Perl itself that may help provide additional diags?
snip
Modules often set $! for you. Try
my $
> -Original Message-
> From: Chas Owens [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 01, 2006 1:56 PM
> To: Ryan Frantz
> Cc: beginners@perl.org
> Subject: Re: Win32::Process::Info - Get Owner Information
>
> Are you sure you permission to talk to the ot
Are you sure you permission to talk to the other servers?
You might also want to check to see if there is any way to get
extended error messages from Win32::Process::Info.
On 2/1/06, Ryan Frantz <[EMAIL PROTECTED]> wrote:
> All,
>
>
>
> I've been working on a script to grab the owner of processes
I have the following code that starts two different processes/perl scripts.
The code correctly calls and processes the perl scripts, but never seems to
return back to the calling script for further processing. Does anyone have
any clue why this might happen?
#Create dal process
if ($OK == 0)
From: [EMAIL PROTECTED]
> I'm hoping someone has done this before. I need to spawn 3 processes
> and then wait for all three to finish.
>
> spawn like this:
> my $obj;
> my $appname = $perl;
> my $cmdline = "$deliverscript $arg";
> my $iflags = 1;
> my $cflags = CREA
13 matches
Mail list logo