473,581 Members | 2,744 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 9889
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*********@ya hoo.com> wrote in message
news:73******** *************** ***@posting.goo gle.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 #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*********@yah oo.com (Corey Burnett) wrote in message news:<73******* *************** ****@posting.go ogle.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*********@ya hoo.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.*******@worl dnet.att.net.in valid> 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.co m> wrote in message news:<Dnivb.445 833$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**********@fd s.com (JoeB) wrote in message news:<e6******* *************** ****@posting.go ogle.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.co m> wrote in message news:<Dnivb.445 833$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

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

Similar topics

3
1777
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 here,forms,reports etc.). This has helped me to increase a bit safety of the system. However,I thought that I will be able to work on design of forms...
11
4501
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 appreciated. Thanks
11
5153
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 Front-end on the workstations, backend on the server (over a LAN) but have never worked with Access over Citrix, though that situation is coming up for me...
33
3242
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. I think the use of globals is worrisome in this case. Anybody have any experience with Access on Citrix? (Al Kallal already griped me out about...
0
1230
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 security and I have not set any up (except that we all have login ids and passwords to get onto the network) I split the database into a front end...
3
1672
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 everyone just use a single MDE file that is located on the network drive?
2
2329
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 folder on server. Things worked great for a while (couple of months), and then last month I suddenly lost the ability to make changes to forms or...
6
1954
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 the ACCESS splitter utility and everything appeared to go OK. If I run "Copy of DB_be.mdb" I see only the table, not the Queries or Forms. When I...
3
2947
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 computer. I programmed and maintain the database. We have about 140 users with about a maximum of about 20 concurrent users. I use user level security...
0
7854
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7783
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8134
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8296
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6539
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5665
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3794
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3807
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1394
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.