I've been reading the forum's history of posts about running Access db's in a Terminal Server/Services environment. I have a client who is looking to implement my FE/BE db in such a multi-user context and I'm worried about data integrity.
I've advised them of my concerns and they had the following discussion:
Reading the forum, I think they're mistaken, but not fully understanding it, I'm not sure. Can someone please help me out here? Can anyone confirm my belief and perhaps suggest a way to test they're configuration and confirm that it is not safe for the integrity of the data?
I've advised them of my concerns and they had the following discussion:
I don’t know the answer to this question. This database has a Front End and a Back End. Each user is logged in to Terminal Server with 2x pointing to one Front End of the database. Do I have a problem? Should I Create multiple copies of the Front End and place each in a different folder? Then point only one user to each Front End? Is this really a problem?
I think your fine. I think windows does this automatically since the users are logging into 2x using their own unique user profiles. I don’t think this is any different than putting the database on a network drive and giving multiple users a shortcut to it. Each user has their own unique thread or connection to the database.
I’m not exactly sure of the scenario she’s trying to avoid, but I wonder if she’s referring to multiple users sharing one login or something?
According to the database programmers on our staff. Even though each user is pointing to the same computer Front End object, Windows takes care of giving each user a unique thread or path to the database because each person is logged in to the Terminal Server on a unique session. I think we are OK. If you need me to test it. Let me know what you would like me to do.
Reading the forum, I think they're mistaken, but not fully understanding it, I'm not sure. Can someone please help me out here? Can anyone confirm my belief and perhaps suggest a way to test they're configuration and confirm that it is not safe for the integrity of the data?