Newbies merdai Posted July 5, 2006 Newbies Posted July 5, 2006 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
Wim Decorte Posted July 5, 2006 Posted July 5, 2006 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.
Newbies merdai Posted July 6, 2006 Author Newbies Posted July 6, 2006 Thanks Wlm Decorte. I will try and post the solution (if it´s possible).
Recommended Posts
This topic is 6717 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