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: Robert Eppich <email@hidden>
- Date: Tue, 25 Jun 2002 11:22:22 -0700
Hi Steve,
I was able to successfully compile and run the following two IP Linking
scripts in OS X's Script Editor. Upon compiling I had to go through a
username and password authentication dialog. You did not mention that in
your example so I suggest you make sure that both Macs have the same
valid users set up in the file sharing control panel. The error -916 is
a port closed error. Usually the port 3031 ( the applescript port) is
the only one closed, whereas file sharing will still work. The port may
have been closed if authentication errors occur (I think). It looks to
me as if you are trying to use guest access as the -932 error suggests.
Make sure your Users and Groups in the File Sharing Control Panel is
configured properly with valid users that can accept remote apple
events.
Here is the meaning of your Mac OS result codes:
916 portClosedErr The port was closed
932 guestNotAllowedErr Destination port requires
authentication
Hope this helps
Robert Eppich
On Tuesday, June 25, 2002, at 08:20 AM, applescript-users-
email@hidden wrote:
>
However,
>
>
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
>
>
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
_______________________________________________
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.