Jump to content
Server Maintenance This Week. ×

Typo in the CLOSE command help


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

Recommended Posts

Hi,

There is a typo in the close command help. It's written "-f" to force files to close without prompting, but it should be written "-y".

The typo is also present in the PDF file fms11_help. By chance the examples was written with the right flag!

No wonder why my server seemed to hang with my batch file!

Link to comment
Share on other sites

Don't have the documentation here with me but off the top of my head you need both flags for what you have in mind.

-f without the -y will force but still prompt you

-y without the -f will not prompt you but will still wait up to 2 minutes for the clients to disconnect before forcing

Link to comment
Share on other sites

In my case, the server sends a message to the clients that the files will close in 30 minutes.


fmsadmin close -m "The daily backup has ended.  The databases will close in 30 minutes." -y -t 1800 -u xyz -p 123

Link to comment
Share on other sites

This is not an error in the Server Help.

The "-y" or "--yes" flag automatically answers yes to any prompts. This is documented on page 167 of the current Server Help PDF file (http://www.filemaker.com/support/product/docs/fms/fms11_help.pdf).

The "-f" or "--force" flag forces the named database or all databases to be closed.

Steven

Link to comment
Share on other sites

Thanks Steven to pointing this out. I went directly to the close function. That's why I haven't seen the options.

Although when executing "fmsadmin help close" all the options are not shown.

Link to comment
Share on other sites

This topic is 5044 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.