473,385 Members | 2,269 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Split database - Citrix - shared front end question

I have a client that has a split database (front-end/back-end). They
are also using Access security - MDW file. The front end MDE file,
the back end MDB file, and the MDW file are all located on a shared
folder on the file server. They have two populations of users - local
and remote. *ALL* users currently get to the system via a Citrix
login. They log in to Citrix and get a Citrix desktop. Then they
start the application via a shortcut on their Citrix desktop. However
the shortcut on the Citrix desktop just points to the shared front-end
MDE file on the file server. In other words they have not distributed
the front end to all of the local user desktops and to the Citrix
server.

They are currently having a lot of corruption problems where the
system tells them that the MDW file is corrupt. They then get
everyone out of the system and replace the MDW file with a backed-up
copy.

They are also having periodic problems where Access reports that it
can't locate the MDE file on the file server share. If they keep
trying it, eventually (maybe a minute or two) they can get it to open
up correctly.

I am thinking that they need to distribute the front end MDE file to
all of the local desktops and then also move the front end MDE file to
the Citrix server so that it is local to the Citrix server. I am not
real sure of what is going on behind the scenes when Access is opened
in terms of network traffic but my hunch is that their current set up
has a lot of unnecessary network traffic.

Any ideas or comments would be helpful.

Thanks,
Corey Burnett
Nov 12 '05 #1
12 9861
I am using Citrix in the same way. Put a copy of the front-end in each user
Home directory on the Citrix server. Remember you must treat each Citrix
user as if they are running a PC.

All my users have a drive letter I: mapped to the user directory, That way
the short cuts all look the same.

"Corey Burnett" <th*********@yahoo.com> wrote in message
news:73**************************@posting.google.c om...
I have a client that has a split database (front-end/back-end). They
are also using Access security - MDW file. The front end MDE file,
the back end MDB file, and the MDW file are all located on a shared
folder on the file server. They have two populations of users - local
and remote. *ALL* users currently get to the system via a Citrix
login. They log in to Citrix and get a Citrix desktop. Then they
start the application via a shortcut on their Citrix desktop. However
the shortcut on the Citrix desktop just points to the shared front-end
MDE file on the file server. In other words they have not distributed
the front end to all of the local user desktops and to the Citrix
server.

They are currently having a lot of corruption problems where the
system tells them that the MDW file is corrupt. They then get
everyone out of the system and replace the MDW file with a backed-up
copy.

They are also having periodic problems where Access reports that it
can't locate the MDE file on the file server share. If they keep
trying it, eventually (maybe a minute or two) they can get it to open
up correctly.

I am thinking that they need to distribute the front end MDE file to
all of the local desktops and then also move the front end MDE file to
the Citrix server so that it is local to the Citrix server. I am not
real sure of what is going on behind the scenes when Access is opened
in terms of network traffic but my hunch is that their current set up
has a lot of unnecessary network traffic.

Any ideas or comments would be helpful.

Thanks,
Corey Burnett

Nov 12 '05 #2
From the sounds of it - the problem 'finding' the access file and the
corruption - there seems to be some network issue - either a
slow/over-utilized network, lost packets, etc.
The easiest way to resolve is to localize all the files to the Citrix
server.

By having all the files on the Citrix server you can gain the speed by
having all files 'localized' and keep the same support level - all you
have to do for an upgrade is to upgrade the access files on the citrix
server. if you distribute the files to each users workstation you'll
run into the problem of support.

th*********@yahoo.com (Corey Burnett) wrote in message news:<73**************************@posting.google. com>...
I have a client that has a split database (front-end/back-end). They
are also using Access security - MDW file. The front end MDE file,
the back end MDB file, and the MDW file are all located on a shared
folder on the file server. They have two populations of users - local
and remote. *ALL* users currently get to the system via a Citrix
login. They log in to Citrix and get a Citrix desktop. Then they
start the application via a shortcut on their Citrix desktop. However
the shortcut on the Citrix desktop just points to the shared front-end
MDE file on the file server. In other words they have not distributed
the front end to all of the local user desktops and to the Citrix
server.

They are currently having a lot of corruption problems where the
system tells them that the MDW file is corrupt. They then get
everyone out of the system and replace the MDW file with a backed-up
copy.

They are also having periodic problems where Access reports that it
can't locate the MDE file on the file server share. If they keep
trying it, eventually (maybe a minute or two) they can get it to open
up correctly.

I am thinking that they need to distribute the front end MDE file to
all of the local desktops and then also move the front end MDE file to
the Citrix server so that it is local to the Citrix server. I am not
real sure of what is going on behind the scenes when Access is opened
in terms of network traffic but my hunch is that their current set up
has a lot of unnecessary network traffic.

Any ideas or comments would be helpful.

Thanks,
Corey Burnett

Nov 12 '05 #3
One thing I neglected to clarify in my original post was that there are
many load balanced Citrix servers - not just one. So while I could move
the front end database on to the Citrix servers, I could not move the
back end database and the MDW file. Also let's say that we have 50
users and 4 Citrix servers. Then I guess that I will have to copy the
front end MDE file to all 50 user profiles home directory on all 4
Citrix servers - 200 copies of the MDE file. Am I understanding this
correctly? So I could eliminate some of the network traffic but not all
of it.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #4
With the load balancing you could not put the 'backend' on the citrix
server - you would need to keep it on the common share drive of the
file server. You do NOT have to copy
the front end to the 50 users' profiles - you just need to have it on
each citrix server and available to all users (the citrix admin should
be able to assist with this). You need to determine the type of
connection between the citrix server(s) and the file server - where
the access backend resides. See if it's close (minimal hops) and high
speed 100Meg.
If you're still having corruption problems - and depending on the
complexity - you might want to consider a move to ASP as the front end
with access on the backend - both residing on the same server....
Corey Burnett <th*********@yahoo.com> wrote in message news:<3f*********************@news.frii.net>...
One thing I neglected to clarify in my original post was that there are
many load balanced Citrix servers - not just one. So while I could move
the front end database on to the Citrix servers, I could not move the
back end database and the MDW file. Also let's say that we have 50
users and 4 Citrix servers. Then I guess that I will have to copy the
front end MDE file to all 50 user profiles home directory on all 4
Citrix servers - 200 copies of the MDE file. Am I understanding this
correctly? So I could eliminate some of the network traffic but not all
of it.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 12 '05 #5
On Fri, 21 Nov 2003 01:13:12 GMT, Chuck Grimsby <c.*******@worldnet.att.net.invalid> wrote:
MDB was a tiny little front-end to a SQL Backend. There was *0* data
storage in the front-end, and only about 4 forms and 2 reports. Total
file size < 1024 Meg.


I'd hate to see one of your big frontends Chuck ;-)
Wayne Gillespie
Gosford NSW Australia
Nov 12 '05 #6
>>Then I guess that I will have to copy the
front end MDE file to all 50 user profiles home directory on all 4
Citrix servers - 200 copies of the MDE file. Am I understanding this
correctly? So I could eliminate some of the network traffic but not all
of it.
Yes, you are correct. The rule here is that each user runs their own copy of
the front end. End of argument. You can have all shortcuts for the workgroup
file, and the back end database to be the same. But for the FRONT END YOU
NEED to have a copy for each users. I mean, they all have my documents etc
somewhere also...so this is not a big deal.

So, yes, for each user provide, you have a single mde for that user.

This advice is given out here probably on a daily basis. You notice that
Chuck mentioned a example that where they copied a mde file for each user to
a temp file, and problems went away. Once again, this advice that given
daily here is proven. By Chucks example, you can see how his problems went
away.

I will state it again:

Each user gets their own copy of the mde. It matters not they run Citrix or
not. In the case of Citrix, then obviously as mentioned, the mde goes in dir
that is limited to the particular user (and of course we are talking about
the server side with Citrix, as the client matters not, and might be apple
Mac, or whatever.
--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
No************@msn.com
http://www.attcanada.net/~kallal.msn
Nov 12 '05 #7
> With the load balancing you could not put the 'backend' on the citrix
server - you would need to keep it on the common share drive of the
file server
Yes, and that is just fine.
You do NOT have to copy
the front end to the 50 users' profiles - you just need to have it on
each citrix server and available to all users (the citrix admin should
be able to assist with this).


Actually, that is incorrect. Yes, WE ARE suggesting that a separate front
end be used for each user. There is some problems when multiple users work
in the same front end.

While many people in a office try and put both the font end and the back end
on the server and share it, it is the wrong way. (this applies to both a
simple office lan, or using Citirx and a wan).

You DO NOT want to allow multiple users in the same front ends. In the case
of the standard small office network, this saves valuable network bandwidth
as the mde front end does NOT need to be transmitted down the wire. Also,
this setup of course increases reliability by a large amount.

In the case of Citirx, then some bandwidth *might* be saved if the data is
on the main "server". However, the front end will still NOT be transmitted
down the network to the Citrix server.

However, the real rule and lesson here is that you DO NOT want to allow
multiple users into the SAME front end. This rule applies to Citrix also!.
Buy giving each user their own front end, then reliability is increased by
huge amount (there are some issues of contention, and it don't work well).
Often, as mentioned also network bandwidth from Citrix to server can reduced
also with this setup!

There is not a serious ms-access developer on the planet who will tell you
other wise.

So, while it is possible to have multiple users in the front end...it is a
real bad idea, and this whole thread is proof of that.

Most of us developers has some means to "copy" a new version of the front
end automatically when we make updates (no one does this manually
anymore...do they?).

Tony's front end updater even works with Citrix.

Check out:
http://www.granite.ab.ca/access/autofe.htm
--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
No************@msn.com
http://www.attcanada.net/~kallal.msn
Nov 12 '05 #8
Albert, thanks for the tip on the AutoFE utility. This answers a
question I've had for a while but never posted. And yes, I've been
semi-manually updating the front-ends. The users have a batch file
icon on their desktops that never changes, but I modify at text and
batch file on the server when a new fe has to be copied to their
machines. I'll be giving autofe a try now.
Joe Bongiardina
Long Island, NY

"Albert D. Kallal" <pl********************@msn.com> wrote in message news:<Dnivb.445833$pl3.208337@pd7tw3no>...
Then I guess that I will have to copy the

front end MDE file to all 50 user profiles home directory on all 4
Citrix servers - 200 copies of the MDE file. Am I understanding this
correctly? So I could eliminate some of the network traffic but not all
of it.
Yes, you are correct. The rule here is that each user runs their own copy of
the front end. End of argument. You can have all shortcuts for the workgroup
file, and the back end database to be the same. But for the FRONT END YOU
NEED to have a copy for each users. I mean, they all have my documents etc
somewhere also...so this is not a big deal.

So, yes, for each user provide, you have a single mde for that user.

This advice is given out here probably on a daily basis. You notice that
Chuck mentioned a example that where they copied a mde file for each user to
a temp file, and problems went away. Once again, this advice that given
daily here is proven. By Chucks example, you can see how his problems went
away.

I will state it again:

Each user gets their own copy of the mde. It matters not they run Citrix or
not. In the case of Citrix, then obviously as mentioned, the mde goes in dir
that is limited to the particular user (and of course we are talking about
the server side with Citrix, as the client matters not, and might be apple
Mac, or whatever.

Nov 12 '05 #9
Thanks so much for all of your posts. This has helped me understand
what is going on. I think I will try first by moving the front end to
a shared location on the Citrix servers and see if that helps. If
they are still having problems then I will explore giving each Citrix
user their own copy of the front end.

One more question. Currently at our company (we are a consulting
company) we have an in-house Access program where each local user has
a copy of the front end on their local PC and all remote users get to
the system using one Citrix server and a single *shared* copy of the
Access program on the Citrix server. (Very similar to the client
scenario that I described at the beginning of this thread) We have
about 30 users who log in via Citrix and this seems to work fine for
us. (We never get the errors that I described earlier that our client
is gettin) However almost all of the posts in this thread have been
stressing that each Citrix user should have their *own* copy of the
front end on the Citrix server. Is there some sort of number of users
threshhold where it becomes smarter to give each Citrix user their own
copy of the front end? The guy who develops and deploys our in-house
system here seemed to think that it wasn't necessary to give each
Citrix user their own copy of the front end because he said that he
thought that Citrix was supposed to be able to do a good job of
managing multi-user access to files on a Citrix server. Any more
thoughts are appreciated.

Corey Burnett

jb**********@fds.com (JoeB) wrote in message news:<e6**************************@posting.google. com>...
Albert, thanks for the tip on the AutoFE utility. This answers a
question I've had for a while but never posted. And yes, I've been
semi-manually updating the front-ends. The users have a batch file
icon on their desktops that never changes, but I modify at text and
batch file on the server when a new fe has to be copied to their
machines. I'll be giving autofe a try now.
Joe Bongiardina
Long Island, NY

"Albert D. Kallal" <pl********************@msn.com> wrote in message news:<Dnivb.445833$pl3.208337@pd7tw3no>...
>Then I guess that I will have to copy the

front end MDE file to all 50 user profiles home directory on all 4
Citrix servers - 200 copies of the MDE file. Am I understanding this
correctly? So I could eliminate some of the network traffic but not all
of it.
Yes, you are correct. The rule here is that each user runs their own copy of
the front end. End of argument. You can have all shortcuts for the workgroup
file, and the back end database to be the same. But for the FRONT END YOU
NEED to have a copy for each users. I mean, they all have my documents etc
somewhere also...so this is not a big deal.

So, yes, for each user provide, you have a single mde for that user.

This advice is given out here probably on a daily basis. You notice that
Chuck mentioned a example that where they copied a mde file for each user to
a temp file, and problems went away. Once again, this advice that given
daily here is proven. By Chucks example, you can see how his problems went
away.

I will state it again:

Each user gets their own copy of the mde. It matters not they run Citrix or
not. In the case of Citrix, then obviously as mentioned, the mde goes in dir
that is limited to the particular user (and of course we are talking about
the server side with Citrix, as the client matters not, and might be apple
Mac, or whatever.

Nov 12 '05 #10
"paii, Ron" <pa**@packairinc.com> wrote:
I am using Citrix in the same way. Put a copy of the front-end in each user
Home directory on the Citrix server.


Not always. In 99% of the cases this will work. However when you have the situation
where a user is on a remote location accessing the MDB with the Home directory on
their home Citrix Server then you will run into problems. That is the FE will now be
running over the WAN and will be very slow, prone to corruptions, etc.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #11
th*********@yahoo.com (Corey Burnett) wrote:
One more question. Currently at our company (we are a consulting
company) we have an in-house Access program where each local user has
a copy of the front end on their local PC and all remote users get to
the system using one Citrix server and a single *shared* copy of the
Access program on the Citrix server. (Very similar to the client
scenario that I described at the beginning of this thread) We have
about 30 users who log in via Citrix and this seems to work fine for
us. (We never get the errors that I described earlier that our client
is gettin) However almost all of the posts in this thread have been
stressing that each Citrix user should have their *own* copy of the
front end on the Citrix server. Is there some sort of number of users
threshhold where it becomes smarter to give each Citrix user their own
copy of the front end? The guy who develops and deploys our in-house
system here seemed to think that it wasn't necessary to give each
Citrix user their own copy of the front end because he said that he
thought that Citrix was supposed to be able to do a good job of
managing multi-user access to files on a Citrix server. Any more
thoughts are appreciated.


What version of Access? A97 is much stabler when being shared by multiple users than
A2000 or newer. Also it's ugly trying to update the FE once you've made and tested
your changes. Now you have to kick the users out and/or wait until after hours.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #12
We are using Access 2000.

Tony Toews <tt****@telusplanet.net> wrote in message news:<61********************************@4ax.com>. ..
th*********@yahoo.com (Corey Burnett) wrote:
One more question. Currently at our company (we are a consulting
company) we have an in-house Access program where each local user has
a copy of the front end on their local PC and all remote users get to
the system using one Citrix server and a single *shared* copy of the
Access program on the Citrix server. (Very similar to the client
scenario that I described at the beginning of this thread) We have
about 30 users who log in via Citrix and this seems to work fine for
us. (We never get the errors that I described earlier that our client
is gettin) However almost all of the posts in this thread have been
stressing that each Citrix user should have their *own* copy of the
front end on the Citrix server. Is there some sort of number of users
threshhold where it becomes smarter to give each Citrix user their own
copy of the front end? The guy who develops and deploys our in-house
system here seemed to think that it wasn't necessary to give each
Citrix user their own copy of the front end because he said that he
thought that Citrix was supposed to be able to do a good job of
managing multi-user access to files on a Citrix server. Any more
thoughts are appreciated.


What version of Access? A97 is much stabler when being shared by multiple users than
A2000 or newer. Also it's ugly trying to update the FE once you've made and tested
your changes. Now you have to kick the users out and/or wait until after hours.

Tony

Nov 12 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: oskar hritz | last post by:
Due to problems with corruption of database I have splitted this database (MS Access 2000) on back end (usage for myself, tables and data) and front end (usage for users, tables are linked...
11
by: HB2 | last post by:
I am using the Linked Table Manager in Access to try and connect my front end database (on my desktop) to my backend database (on my web host) I get an invalid name error. Any help much...
11
by: Rob | last post by:
I thought I posted this yesterday, but can't find it. So if this ends up showing up twice, please forgive me. I am an Access developer and have done many Access databases in the standard...
33
by: DFS | last post by:
An application I wrote has been deployed on Citrix, and the Citrix admin tells me all users run the same .mde file. There aren't a lot of concurrent users, but even 2 could be cause for concern. ...
0
by: Helen Martin | last post by:
I have created an access database to allow us to enter the data from a short survey we did at work.. we only need this for less than a week to allow us to do the entry, so it doesn't need any...
3
by: Nubs | last post by:
I have read that using the database splitter is good because it allows multiple users to access the database simultaneously. However, is it trully necessary to have multiple FE MDE files or can...
2
by: Brian K. | last post by:
I've read several posts on this problem, since it's happening to me right now. Can't seem to get rid of this. Using A2K2 on a large XP network. PC front ends linked to a backend on a shared...
6
by: Stan | last post by:
I am working on a database in ACCESS 2003. This is a simple DB with only one table. I have split the DB so I can upgrade and debug the front end before installing on my clients' computer. I used...
3
by: theProfessor | last post by:
We are using a shared split database with all users currently using Access 2003. The back end is on a shared drive of a state wide WAN. Each user has a copy of the front end on their local...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.