RE: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Timothy Johnson
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

RE: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Ryan Frantz
> -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.

RE: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Timothy Johnson
-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: >

Re: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Chas Owens
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

Re: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Chas Owens
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

RE: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Timothy Johnson
>-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- >>

RE: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Ryan Frantz
> -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

RE: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Timothy Johnson
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

Re: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Chas Owens
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 $

RE: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Ryan Frantz
> -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

Re: Win32::Process::Info - Get Owner Information

2006-02-01 Thread Chas Owens
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

re: Win32::Process

2004-05-12 Thread William Black
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)

Re: Win32::Process question

2003-02-26 Thread Jenda Krynicky
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