diamondgirl Posted March 31, 2008 Posted March 31, 2008 (edited) Has anyone else experienced this? I'm trying to figure out a problem with our databases: We have all our computers automatically start and run a script which grabs files from the server. They all open the same database, but a message pops up that says, "Record is being modified by another user." This message only appears on maybe the second or third screens that open (we have them staggered for their autostart). You have the option to click "OK", then you can click through and everything seems to work alright. What can I do to make this message go away? There are NO portal rows on the page. And the only thing I can think of is there might be a problem with the page calculating the date when it opens?? Edited March 31, 2008 by Guest
mr_vodka Posted March 31, 2008 Posted March 31, 2008 It usually means that someone in the same record that someone else is trying to edit. The startup script MAY be trying to set a field in the same record when another user is in it (via script or manually). Have them commit the record.
Steven H. Blackwell Posted March 31, 2008 Posted March 31, 2008 What do you mean "...grabs files from the server..." and what is actually happening here? Steven
diamondgirl Posted March 31, 2008 Author Posted March 31, 2008 By "grabs files from the" server, I mean I created a database with a script that opens on startup of every computer-- it's only function is to open a set of filemaker databases remotely from the server. It's the way we've always run our filemaker network (I inherited this system). We're a retail environment and every morning the computers are scheduled to start up and Filemaker is on the screens they use.
Steven H. Blackwell Posted March 31, 2008 Posted March 31, 2008 OK, I see what you're doing now. I wanted to be sure that you weren't trying to download a file from the server. In the startup script, be sure that there is not something that is holding a record open. You may want to include an explicit commit record step. Steven
Recommended Posts
This topic is 6080 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