Re: Every Process on Remote OS X machine
Re: Every Process on Remote OS X machine
- Subject: Re: Every Process on Remote OS X machine
- From: christian vick <email@hidden>
- Date: Mon, 16 Sep 2002 10:54:53 +0200
>
However, when I try it with
>
>
tell application "Finder" of machine "eppc://othermachine"
>
>
I get an error:
>
>
Finder got an error: Cannot find process on host.
>
>
The routine runs fine if I run it locally on the machine. It fails
>
when I run it remotely?
>
>
Ideas on why? Workarounds?
I have the same problem. It seems program linking is generally broken on
10.2:
Talking from 9.2.1 (AS 1.6) to 10.2
error -916, port closed (port is open of course)
Talking from 9.2.1 (AS 1.8.3) to 10.2
Same as above.
Talking from 10.2 to 9.2.1 (AS 1.6)
I get the password dialog, then:
--> Could not establish connection to host (-600)
--> procNotFound = -600, /*no eligible process with specified descriptor*/
Talking from 10.2 to 10.2
Same as above.
This is the code i'm using:
property remote_FM : application "TextEdit" of machine
"eppc://user:email@hidden"
using terms from application "TextEdit"
tell remote_FM
activate
end tell
end using terms from
- Interestingly, results differ in none of the configurations if i provide a
wrong or right user id/password.
- I've tried different computers and net-connections, also a direct Ethernet
connection from machine to machine (which both had 10.2).
- I tried different apps to make it's not an app-related thing.
Greetings
Christian Vick
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.