nisha has asked for the wisdom of the Perl Monks concerning the following question:
I just have one line which would open the Lotus Notes on the remote machine, to read mails etc. When i copy the script manually to the remote machine and execute start.bat, the script works fine and opens lotus notes. When i try running the same script from the server which inturn would initiate a run on the client machine i get the following error "Error: Cannot start Notes session, Bad file descriptor at NotesSession.pm line 7". I am unable to figure out why this is happening, Please do help me because i am badly stuck because of this problem. Thanks, NishaIn start.bat c:\perl\bin perl c:\sendeicar.pl in sendeicar.pl my $notes = Win32::OLE->new('Notes.NotesSession') or die "Error :Canno +t start Notes Session $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running Win32::OLe on Remote machine
by gellyfish (Monsignor) on May 23, 2006 at 09:07 UTC | |
|
Re: Running Win32::OLe on Remote machine
by EdwardG (Vicar) on May 23, 2006 at 09:13 UTC | |
|
Re: Running Win32::OLe on Remote machine
by marto (Cardinal) on May 23, 2006 at 09:07 UTC |