Re: Mount Volume and -1028
Re: Mount Volume and -1028
- Subject: Re: Mount Volume and -1028
- From: Ben Waldie <email@hidden>
- Date: Tue, 17 Sep 2002 17:22:08 -0400
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.