Triodes Posted April 26, 2008 Posted April 26, 2008 (edited) Hello, I'm running FMS9 on OSX-Server 10.5 I have a script that uses an apple-script to create a folder on the server HDD to store client information like PDF's, emails etc. On creating a new client, a folder is made with the client name and number. Previously I ran FMS9 on a stand-alone PC (non-server) and I could just list "macintosh HD:rootname:". When switching to OSX Server I ofcourse had to place these in the "Users:Servername:Public" folder to be accessible to other computers. My question is, what is the path to this folder? I've tried "Macintosh HD:Users:Servername:Public:" but I get an error that this folder can not be accessed. Thanks in advance!!! Edited April 26, 2008 by Guest
Triodes Posted April 26, 2008 Author Posted April 26, 2008 (edited) Grrr.. Just leave out the "of disk macintosh HD" in the applescript and point directly to the server name instead of "Users:Servername:" Life can be so simple somtimes.... Edited April 26, 2008 by Guest
Steven H. Blackwell Posted April 26, 2008 Posted April 26, 2008 You should avoid use your FileMaker Server as a file server in this fashion. And especially avoid enabling OS level file sharing to access these folders. Steven
Triodes Posted June 6, 2008 Author Posted June 6, 2008 (edited) Still no luck. I've tried local paths and remote paths, but nothing let's me make files. ServerName:Public:MyFolder: Macintosh HD:Shared Items:Public:MyFolder: I'm no longer using the "of disk.." in the applescript. Why is it so hard to find the path to a folder??? ======================== The problem was not the finding of the path like the error message kept saying, but it had no write privilledge. Why the message says the folder can not be found when it does find it, but just can't write to it, is a mystery to me... It's working now with ServerName:Public:MyFolder Edited June 6, 2008 by Guest
Recommended Posts
This topic is 6015 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now