Mount volume not working
Mount volume not working
- Subject: Mount volume not working
- From: "Jane R. Evans" <email@hidden>
- Date: Fri, 22 Nov 2002 12:47:57 -0800
You have helped before, so I have hopes.
We have a combination language and graphics lab. Our G4's are partitioned
and the graphics run under OS X, and the languages run on the OS 9.1
partition. Most of the language programs use Macromedia Director, which does
not work under OS X and usually not in the Classic mode either. Therefore
the partitions.
A while ago, I wrote a script which allowed, say, the Spanish students to
mount a server where they were able to use a drop box for some of their
work. It went like this:
tell application "Finder"
activate
mount volume "Spanish" on server "Macintosh Server" as user name "Spanish
Lab" with password "hola"
end tell
The server referred to is running server software OS X version 1.x
Now we have a new server, which is running server software OS X 10.1.x. It
is called "MacServer2"
If I run the script from the OS X partition (substituting the server name)
all is well. The volume appears on the desktop.
If I run the identical script from the OS 9 partition, I get a -1072
error(aspSessClosed Session closed)
I have tried for the server as "afp;/at/MacServer2:Westmont" or
"afp://20.20.20.120" or various combinations, but get various error
messages, including:
-5016 afpNoServer AFP No server
-1028 nbpNotFound Name not found on remove
and some others.
Is there something I should be doing with the script? Or is there something
that should be configured differently on the server? Using the Chooser,
connecting through AppleTalk is no problem.
-jre
--
Jane R. Evans
email@hidden
_______________________________________________
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.