dbTalk Databases Forums  

Filemaker server questions

comp.databases.filemaker comp.databases.filemaker


Discuss Filemaker server questions in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bill Steele
 
Posts: n/a

Default Filemaker server questions - 03-08-2011 , 02:12 PM






Just upgraded from a much older version (Mac) and have a few questions
that don't seem to be covered in the docs:

1. Why does it install in the Library rather than Applications?

2. Old version, you put your Filemaker file in the same folder as the
server and it got served. Now, when you "upload" a database, it seems to
somehow be absorbed into the server: there's no file you can look at,
e.g. to make a change. Is a copy of the file still there somewhere, if
so where?

3. I want to send backups to a mounted volume, but everything I've put
in the "path" space is rejected, and there's no browse option. Is there
some special format for the path, or is it just not able to back up
external to the host machine?

Reply With Quote
  #2  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Filemaker server questions - 03-08-2011 , 03:29 PM






On 3/8/2011 12:12 PM, Bill Steele wrote:
Quote:
Just upgraded from a much older version (Mac) and have a few questions
that don't seem to be covered in the docs:

2. Old version, you put your Filemaker file in the same folder as the
server and it got served. Now, when you "upload" a database, it seems to
somehow be absorbed into the server: there's no file you can look at,
e.g. to make a change. Is a copy of the file still there somewhere, if
so where?
In the FileMaker program folder is a sub-folder labeled data or
databases. You will find them in there.


Quote:
3. I want to send backups to a mounted volume, but everything I've put
in the "path" space is rejected, and there's no browse option. Is there
some special format for the path, or is it just not able to back up
external to the host machine?
Be sure you have a fill path, beginning with FileMaker's path-type
protocol, and ending with a slash. For example, this is a path to an
external drive that is legal on a Windows server (sorry, I don't have
any Mac servers to refer to): filewin:/F:/Backups/

Did you check the Quickstart guide that is installed in the
Documentation subfolder of the FM Server program folder?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg
FM Professional Solutions, Inc. Los Angeles

FileMaker Certified Developer
Associate Member, FileMaker Business Alliance

Reply With Quote
  #3  
Old   
105
 
Posts: n/a

Default Re: Filemaker server questions - 03-08-2011 , 05:00 PM



On 9/03/11 6:42 AM, Bill Steele wrote:
Quote:
Just upgraded from a much older version (Mac) and have a few questions
that don't seem to be covered in the docs:

1. Why does it install in the Library rather than Applications?

server is a service, not an application. It also has a unique set of
(Unix) permissions on the directory and sub-directories


Quote:
2. Old version, you put your Filemaker file in the same folder as the
server and it got served. Now, when you "upload" a database, it seems to
somehow be absorbed into the server: there's no file you can look at,
e.g. to make a change. Is a copy of the file still there somewhere, if
so where?

/Library/FileMaker Server/Data/Databases/

note FM have 'kindly' thought to (continue to) include a space in
'FileMaker Srever' directory name, so all paths in shell scripts etc
will need to be correctly escaped. Another one of those little FM things
good coding practice would tidied up years ago.


Quote:
3. I want to send backups to a mounted volume, but everything I've put
in the "path" space is rejected, and there's no browse option. Is there
some special format for the path, or is it just not able to back up
external to the host machine?
it has to be a directly connected volume, it can not be a LAN/WAN volume.
The path must be prefixed with filemac:
The path must end in a slash/

an easy way to get the full path is to drag the target onto an open
terminal or into an open Smultron window (Smultron is a free very handy
editor)
- neither will have the trailing slash
- you will need to remove /Volumes from the parsed path


If you want to push from the attached backup volume to a LAN volume, a
launchd scheduled shell script is one way to go; but more involved than
one may initially think.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.