Intermittent -916 error
Intermittent -916 error
- Subject: Intermittent -916 error
- From: Paul Tuckey <email@hidden>
- Date: Tue, 01 Apr 2003 10:57:26 +0000
Hi list, just wondering if any one has experienced this.
I have written a very simple script which I run from my iBook and iMac both
running Classic 9.04 which calls an internet connect dial up applet on my
OSX 10.2.3 box. All the script does is dial up my ISP so I can share the
connection over my LAN.
When tested it worked fine, I then tried it a few hours later and I
consistently got a -916 error. After some investigation I found that stoping
and restarting internet sharing under system
preferences-->sharing-->internet would fix the problem all be it
temporarily.
Any ideas as to why this is? May be its energy saver related? However my
settings here are set to "Never" for both the system and display sleep. I
have enabled "Put hard disk to sleep if possible". Could this be the
problem? Though if the systems active I cant see why. In the mean time I
have disabled this to see if it's the culprit.
Here's my intermittently working script, may be I'm doing something wrong
here?
tell application "Keychain Scripting"
unlock keychain "myKeyChain" with password "myPassWord"
end tell
using terms from application "Finder"
tell application "Finder" of machine "eppc://192.168.1.27"
open "dialUpWeb" --internet connect dial up applet on OSX box
end tell
end using terms from
Thanks in advance for any ideas
Paul
_______________________________________________
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.