Re: Panther Problems - Error type 80 on Mount Volume
Re: Panther Problems - Error type 80 on Mount Volume
- Subject: Re: Panther Problems - Error type 80 on Mount Volume
- From: Craig Sutherland <email@hidden>
- Date: Sun, 26 Oct 2003 22:55:52 -0600
Andrew,
Connecting to a machine running 10.2.8 from two differnt machines
running 10.3, AS 1.9.2:
mount volume "afp://192.168.1.3/xxxx" as user name "xxx" with password
"yyy"
works just fine. OS X 10.2.6/8 as well as 8.5->9.2.2 handled the call
just as 10.3 does. It must be something in your install. Did you do a
clean install of 10.3?
Craig Sutherland
"Who is John Galt"
On Oct 26, 2003, at 9:34 PM, Andrew wrote:
>
on 10/26/03 12:39 PM, Paul Berkowitz <email@hidden> seemingly
>
wrote:
>
> It's got nothing to do with Xcode Tools. Nor does it have anything to
>
> do
>
> with the Finder: in _neither_ case does your code need to be in a
>
> Finder
>
> tell block.
>
Your answer wasn't particularly helpful.
>
snip<
>
Anyway, just to see if it was the Finder tell block that caused the
>
problem,
>
I removed the Finder tell block and got the same error 80. Meanwhile
>
"open
>
location" works the same as always whether in a Finder tell block or
>
not.
>
> Both 'mount volume' and 'open location' are in the Standard Additions
>
> scripting additions. These have been updated to v1.9.2 along with
>
> AppleScript 1.9.2. You're right that there's nothing in the
>
> AppleScript
>
> 1.9.2 Release Notes about mount volume, but have you checked the
>
> Dictionary?
>
The dictionary entry is exactly the same as it was under OS 9/AS 1.8.3
>
where
>
the same scripts work just fine.
>
snip<
>
as anything changed in AS 1.9.2/Panther that would explain why "mount
>
volume" no longer works as it did under previous versions of the Mac
>
OS? If
>
not, then is anyone aware of an application-conflict that might prevent
>
"mount volume" from working where "open location" continues to work
>
properly
>
as in the following bits of code:
>
>
mount volume "afp://192.168.1.101/Volume One"
>
[Worked under Jaguar. Now it fails with error type 80]
>
and
>
open location "afp://192.168.1.101/Volume One"
>
[Brings up the appropriate server dialog]
>
snip<
_______________________________________________
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.