Jump to content

Filemaker Sercer AppleScripts


This topic is 6529 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi,

I need help about Filemaker Server 7 automation.

I need a create an AppleScript about:

Tell application "Filemaker Server"

close database "xxx"

end tell

Tell application "Filemaker Server"

open database "xxx"

end tell

I don´t know how it is possible. Is Filemaker Server Admin scriptable?

Thanks

Link to comment
Share on other sites

It is scriptable but it does not apple events, it has a command line.

locate the "fmsadmin" file (in the Library FMS folder, under Tools") in terminal and run it. Check out the full set of commands there. They're also listed on page 7 of the FMS Tech Brief (from the FMI web site).

Spend some time with that, then you can decide whether to use it in a shell script or an applescript.

Link to comment
Share on other sites

This topic is 6529 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.