Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I'm writing an SOP document for restarting Windows servers hosting Filemaker Server 12. I have the correct syntax from the Filemaker Server 12 Help PDF.

fmsadmin disconnect client -m message, --message message

However, when I try to use it, it doesn't work. I need an example as the syntax for the message part is unclear. Here's what I tried:

fmsadmin disconnect client -m --Please log out

Could someone give me an example of what the message part should look like?

Bill

Posted

you have to use either -m or --message (long form or short form)

So the command would be:

fmsadmin disconnect client -m "please log out"

or

fmsadmin disconnect client --message "Please log out"

(can't have spaces in a CLI command, otherwise anything after the space gets interpreted as a new command or a new parameter)

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