re: 2nd Post: Problem with program linking over IP
re: 2nd Post: Problem with program linking over IP
- Subject: re: 2nd Post: Problem with program linking over IP
- From: Charles Arthur <email@hidden>
- Date: Tue, 25 Jun 2002 16:42:04 +0100
Steve wrote:
>
I'm having problems with a script I'm trying to write. I've broken it down
>
into it's simplest parts and still I'm hitting problems with remotely
>
controlling another machine
...
>
using terms from Application "Finder"
>
tell application "Finder" of machine "eppc://192.168.2.3/"
>
get the name of the startup disk
>
end tell
>
end using terms from
>
>
Produces "An error of type -916" when it compiles
http://realbasic.zapkerpow.com/nug/2002/02/msg00080.html
says error -916 is "Port is closed" (and the post that followed it pointed
out "remote linking on OSX is bust." Not much help to you on 9. Perhaps
it's bust on 9 too?)
>
using terms from Application "Finder"
>
tell application "Finder" of machine "eppc://192.168.2.3"
>
get the name of the startup disk
>
end tell
>
end using terms from
>
>
Produces "Can't get the application's event dictionary" when it compiles
BTW, what's wrong with Appletalk, since you're on 9?
>
set RemoteFinder to application "Finder" of machine "eppc://172.21.1.39"
>
using terms from Application "Finder"
>
tell RemoteFinder
>
get the name of the startup disk
>
end tell
>
end using terms from
>
>
Compiles, but gives "Finder got an error: An error of type -932 has
>
occured" when it is run, flagging "get the name of the startup disk" as
>
the error.
Wow, even Google's stumped on that one, so I don't see how you could expect
me to know.
Charles
----------------------------
http://www.ukclimbing.com : 1100+ British crags, 350+ British climbing
walls - searchable by distance and anything else you care to think of -
with weather forecasts for every one, plus maps, articles, news and
features. And there's even a cool shop attached.
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
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.