M.A Posted May 12, 2005 Posted May 12, 2005 Hi All, Is there any way in Filemaker 7 to see all those users currently logged in and using the database without having to go to the server and use FMServer Admin app. Thanks in Advance for the help.
stanley Posted May 12, 2005 Posted May 12, 2005 MA: You can install the FM ServerAdmin app on your machine, and administer the server remotely. -Stanley
M.A Posted May 16, 2005 Author Posted May 16, 2005 Even with the FM Server admin app, it does not tell who is logged in. It just tells what machines the users are logged in, but not the username of the logged in user.
JamesL Posted May 31, 2005 Posted May 31, 2005 Since in two weeks time nobody came up with a solution, I suppose that, apart from the FM Server admin app telling on what machines the users are logged in, the most you can have now is the NUMBER of users that are logged in, (not their accountnames) Get(Usercount) It works for IWP as well. You may have to set the calculation to "unstored".
mcbrady Posted June 18, 2005 Posted June 18, 2005 I suppose you could use your open/login script and a close/log out script in combination with a "user profile" table to track when they come in and out. Under file options, you can specify which script to use when the file is opened, and which to use when it closes. As part of each user's log in script, use Set Field to insert their username into a field on their user profile. When they log out, have it set the field to blank/nothing. Create a find script using * to find any of the userprofiles that have something in that field you created above. The result will be a found set of the user profiles who are currently logged in. This assumes that you use a log in/ log out. I'm sure there are plenty of ways to do it, this is just one...not nessessarily the most efficient. Enjoy
Oldsneekers Posted June 24, 2005 Posted June 24, 2005 I use a table with empolyee names, and all relevent data. When they log in, the appropriate fields for each employee record are populated for date, time and location. When loging off, this info is cleared from the fields. to be repopulated at a later log on. ( If you wanted to track past and present use, you could have an archive table with a new record for every lon on.) To list who is logged on and where, I have a script that enters * for terminal name and perform find to show only those employee records where someone is logged on.
Recommended Posts
This topic is 7091 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