Re: Mount OS X Volume from OS 9
Re: Mount OS X Volume from OS 9
- Subject: Re: Mount OS X Volume from OS 9
- From: Lists <email@hidden>
- Date: Wed, 16 Jun 2004 12:22:27 -0700
Thanks guys,
Here's what I've got. Strange...
Typed this in EXACTLY (no spaces in the URL string):
mount volume "afp://TestUser:email@hidden/Main"
error -1070
This is the ONLY line in the script.
Now, there are two items shared on the server, Main and TestUser. They
both return the same error:
mount volume "afp://TestUser:email@hidden/TestUser"
I can mount EITHER via the chooser. Here's the strange thing: If I
mount one via the Chooser and it appears in the desktop, then I CAN
mount the other with the script. No errors. Doesn't matter which order.
If I then put both of them away, the script throws the -1070 error
again.
I'll try restarting the machine and see if that helps.
Steve
On Jun 16, 2004, at 11:19 AM, Bill Metzinger wrote:
On Jun 15, 2004, at 11:55 PM, Steve wrote:
Getting error: -3170.
tried it again and I get error -1070.
error -1070 aspParamErr: Parameter error
error -3170 kOTBadNameErr: The endpoint name is invalid.
mount volume "afp://name:pass@ip/share"
Make sure you're following that line exactly with the quotes and no
spaces (except for spaces before and after volume.)
You have to replace 4 items: {name,pass,ip,share}
Also you only use the exact name of the sharepoint. The server name is
not mentioned.
There was a recent thread about using goofy characters in URLs.
Good Luck
.DS_Bill
} A duck's opinion of me
} is very much influenced over
} whether or not I have bread.
_______________________________________________
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.
_______________________________________________
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.