RE: Re: Mount Volume and -1028
RE: Re: Mount Volume and -1028
- Subject: RE: Re: Mount Volume and -1028
- From: "Kinsella, John R." <email@hidden>
- Date: Tue, 17 Sep 2002 21:56:12 -0500
I don't know if it's a bug or feature, but I can verify that the mount
volume "afp:/at/a:b@y/x" format is the only reliable format I've found for
connecting to any server, afp or smb.
Just so you know you're not alone.
John Kinsella
IRT-CS
University of St. Thomas
-------------
"The surest way to corrupt a youth is to teach him to hold in higher regard
those who think alike rather than those who think differently."
--Nietzsche
--__--__--
Message: 2
Date: Tue, 17 Sep 2002 17:22:08 -0400
Subject: Re: Mount Volume and -1028
From: Ben Waldie <email@hidden>
To: email@hidden
Gary,
On Sunday, September 15, 2002, at 03:13 AM, Gary Beberman wrote:
>
Whenever I do a mount volume:
>
mount volume ""thevol on server "afp://theserver" as user name "the
>
user" with password "mypw"
>
I get:
>
An error of type -1028 occurred
>
It doesn't matter what server or if I access it via tcp/ip or
>
appletalk. I can manually connect to the servers.
>
Any clue? I'm on OS X 10.2.
---> I'm not entirely sure because I haven't had enough time to
research this yet, But, I think I may have just run into this same
issue. Using OS 10.2, I get an error of type -1028 whenever I try to
mount a volume across AppleTalk using the following code...
mount volume "x" on server "y" in AppleTalk zone "z" as user name "a"
with password "b"
If I change my code to the following format, it seems to work...
mount volume "afp:/at/a:b@y/x"
I don't know if this is a bug, a feature, etc. Perhaps someone from
Apple can comment.
- Ben
Benjamin S. Waldie
AppleScript Guru
http://www.applescriptguru.com
http://www.wtmedia.com
_______________________________________________
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.