ADC Home > Reference Library > Technical Notes > Legacy Documents > Mac OS 9 & Earlier >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
PBRemoteAccess error = -17Date Written: 11/19/92 Last reviewed: 6/14/93 We receive an error = -17 from
What this means is that the Remote Access Manager hasn't been loaded into
memory. Loading the Remote Access Manager into memory takes up valuable RAM
space. You should do this only when necessary. Usually, this is done just
before calling
Keep in mind also that if you do call Load you must eventually balance it out
with an ARA Developer's Toolkit documentation fix for variable pbDate Written: 11/19/92 Last reviewed: 6/14/93
In the ARA Developer's Toolkit manual, at the bottom of page 12, the variable
pb is declared as
Yes, for this specific example AppleTalk Remote Access (ARA) passwordDate Written: 1/6/92 Last reviewed: 6/14/93 I often connect to a network via AppleTalk Remote Access (ARA) without mounting an AppleShare server (to print, for example). Do I have to mount an AppleShare volume to change my ARA (network, not server access) password or is there another way? Does changing the password associated with the AppleShare volume I'm mounting affect the ARA network access password? Yes, the only way currently to change your AppleTalk Remote Access (ARA) password is via mounting an AppleShare volume or by changing the password as the AppleShare (or FileShare) administrator on the ARA host. The System 7 File Sharing and AppleShare 3.0 file servers, the PPC toolbox, and ARA all share the Users & Groups file, but typically only the AppleShare client gives a way to change the password. Remotely changing the AppleTalk Remote Access password can be accomplished by mounting an AppleShare volume on the ARA host, and changing the password for that specific AppleShare volume. This updates your password in the Users & Groups setup, which is the same one used by ARA (hence the doubly changed password). If you were to mount a volume on a Macintosh other than the ARA Macintosh, this would of course be a separate Users & Groups file, and changing this password would not affect your ARA password. The Users & Groups libraries in the AppleShare 3.0 Developer's Kit gives developer applications running on the server machine a way to manipulate the Users & Groups file. It sounds like you're mostly interested in manipulating your password from a user perspective (rather than writing an application to do it), however, so this may not be all that pertinent to you. ARAP and PGetAppleTalkInfo bug workaroundDate Written: 2/6/92 Last reviewed: 6/14/93
After connecting to a remote network via AppleTalk Remote Access (ARA) I can
call
This is, in fact, a bug with ARA version 1.0. Apple is investigating the
problem and there will be a fix in a future release. An easy workaround is to
check the Calling ARA Connect without using Remote Access fileDate Written: 4/29/92 Last reviewed: 6/14/93 How can I call Connect in AppleTalk Remote Access without an existing ARA connection file created by the Remote Access application? This isn't directly possible, because without the ARA connection file your program becomes tied to the underlying link tool. The file was implemented so that in the future, when there are different link tools for the different link types, the program will know the link type and tool, plus associated link-specific data to use. To connect without the ARA connection file requires knowledge of the link tool data structures used by each individual link tool. Because these may change, your code may break.
However, there's a roundabout way of calling Downloadables
|
|