mount volume will not mount OSX Server 10.0 volumes
mount volume will not mount OSX Server 10.0 volumes
- Subject: mount volume will not mount OSX Server 10.0 volumes
- From: lou <email@hidden>
- Date: Wed, 20 Jun 2001 20:52:16 -0700
hi.
i am trying to run the script from a 9.0 and a 9.1 machine with
applescript 1.6 on the 9.1 machine. when i run this script (which worked
with our old appleshare 6 server) i get an error message.
tell application "Finder"
mount volume "largefolder" on server "x.1.1.1.1" as user name "lou"
with password "apple"
end tell
I get this error on run:
error: -1072
same code as before but switching to OSX server 10.0 broke it.
WE CAN mount the same folders on the OSXS machine if we use the chooser.
AND if we even have one folder mounted (by using the chooser) from the
OSXS then the script DOES work. Only when there are no mounted volumes
from the OSXS machine does this break.
I read elsewhere that apple made changes to the mount volume command??
anyone one else run into this.
i would be happy to use a third party script extension such as akua but
he has no docs for the "expel" command which mounts volumes.
thanks
lou