Remote Access Weird Errors
Remote Access Weird Errors
- Subject: Remote Access Weird Errors
- From: "Chris White" <email@hidden>
- Date: Thu, 07 Jun 2001 16:52:49 +1200
I have done a bit of an Internet search, but I cannot find out whether or
not this has been documented before (along with a solution I hope).
Essentially I am running MacOS 9.1 with AS 1.6 (or AS 1.55 for that
matter) and I am having trouble determining the status of a Remote Access
configuration.
If I type 'RA Status' into my Script Editor, it compiles, but when I try
to run it I get the 'The Apple Shared Library Manager could not be opened.
Make sure it is installed and try again' error on execution.
If I try going the other way with Network Scripting Setup:
tell application "Network Setup Scripting"
try
open database
set activeRA to Remote Access configurations where active is true
set activeRA to item 1 of activeRA
set temp to status of activeRA
on error
end try
close database
end tell
This appears in the event log (after timing out): some object got an
error: some object
Anyone know what is going on??
/*
* Chris White,
* Manager Information Systems, Cookie Time Limited.
*
* Ph. +64 3 349 6161, Fax. +64 3 3496141
*
* Email: email@hidden
* PGP Fingerprint: 60B8 7C67 9B5A 6665 535F 5522 A4E2 695D F77E AB78
*/