Jump to content
Server Maintenance This Week. ×

Requesting/Forcing other users to close file?


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

Recommended Posts

Is there an elegant way for a filemaker user to request (or force) other users to log off via script maker?

I have some large batch operations during which I'd prefer for no other users to be using the file simultaneously. It'd be great if there was a script command which would force other users to log off (or at least, send them a message politely asking them to?) I don't absolutely need for this to happen, but I'd feel more comfortable knowing that only the single user is online.

I know I can do this via the server console, but I'd rather have a non-super user be able to do this.

Since nearly all navigation in this database is scripted, I thought of setting a global variable that would force someone to log off as soon as they tried to navigate somewhere. However, this would obviously only work when they did indeed try to navigate.

Ideas?

Link to comment
Share on other sites

Set a flag indicating that you are planning to do your batch job.

Any idle users can be kicked by the server timeout. (Except for the privilege set that will run the batch job) that one can be set not to time out.)

Any new connections will be kicked by the startup script if the flag is set and/or they don't belong to the batch job priv. set.

Any active users will have to be disconnected by forcing them to use scripts to do anything, as you described.

Link to comment
Share on other sites

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