http://qs321.pair.com?node_id=593921

JFarr has asked for the wisdom of the Perl Monks concerning the following question:

  • Comment on Help! Problems running a script remotely

Replies are listed 'Best First'.
Re: Help! Problems running a script remotely
by shonorio (Hermit) on Jan 10, 2007 at 18:01 UTC
    I didn't check your script but this error could be because your are running on a "system account" security context on remote machine and with your security context on local machine.

    In the past I used PsExec to run Perl program as like you want.

    I packeted my system with PAR and ran remote with psexec.

    Maybe will help you.

    Solli Moreira Honorio
    Sao Paulo - Brazil

Re: Help! Problems running a script remotely
by Melly (Chaplain) on Jan 10, 2007 at 18:49 UTC

    Probably a really stupid question, but could the SNMP service be required in order to run the script remotely?

    map{$a=1-$_/10;map{$d=$a;$e=$b=$_/20-2;map{($d,$e)=(2*$d*$e+$a,$e**2 -$d**2+$b);$c=$d**2+$e**2>4?$d=8:_}1..50;print$c}0..59;print$/}0..20
    Tom Melly, pm@tomandlu.co.uk