473,654 Members | 3,062 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Running an Access app on Citrix via a published application

I have an Access application split into a FE and BE with a workgroup file
(.mdw) for authentication. I currently have the FE application setup as a
published application for 40 users. We have been experiencing some unusual
behavior that was not experienced when the application was run in a
client/server environment. What is the proper way to setup an Access
application via published applications? I do not want the user to have to
get to the server desktop prior to launching the app, hence eliminating the
functionality of published applications.

Thanks to all.

--
Message posted via http://www.accessmonster.com
Nov 13 '05 #1
7 6764
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I believe you're confusing replication (publishing) w/ normal FE/BE
deployment.

Normal FE/BE deployment is:

1) Place the data file, BE, in an accessible location (server or
workstation).

2) Ensure the FE linked tables have the correct UNC (Universal Naming
Convention -- \\server\path) to the BE.

3) Distribute a copy of the FE to each user so they can place it on
their PC.

If your set up is: One FE accessed by many users, that is what is
causing the problem. That set up usually corrupts the FE or the data.

If you want to replicate the data (the BE), read the Access Help
articles on Replication. Usually, replicated dbs have both the FE & BE
in one file. The user just synchs w/ the Master BE on a given schedule,
or whenever possible.

If you want to replicate the FE -- most developers shy away from that,
'cuz its easier to just deploy copies of new FEs.
--
MGFoster:::mgf0 0 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQlG4pYechKq OuFEgEQIcQgCggf GzrexQrUA2eYBdJ XiNZx+M7IwAn37S
cBT53uhPfgl44l6 KH+pRW+8i
=/B5n
-----END PGP SIGNATURE-----
Adam Barnett via AccessMonster.c om wrote:
I have an Access application split into a FE and BE with a workgroup file
(.mdw) for authentication. I currently have the FE application setup as a
published application for 40 users. We have been experiencing some unusual
behavior that was not experienced when the application was run in a
client/server environment. What is the proper way to setup an Access
application via published applications? I do not want the user to have to
get to the server desktop prior to launching the app, hence eliminating the
functionality of published applications.

Nov 13 '05 #2
Adam,

Unfortunately, when you're running a published application on Citrix
Metaframe, your users tend to all be using the same FE. This is in
contrast to your old configuration where I assume you installed the
application on each user's workstation. When all users are hitting the
same application, your chances for problems, including corruption are
much higher.

I went back to some old postings on the subject in this newsgroup and
found one where installing the application in the home directory for
each of the metaframe servers was recommended. A Google URL for the
thread is below.

http://groups-beta.google.com/group/...533a433c4c225b

Placing the application in the home directory for each server is a way
to spread the load around so that each user is no longer hitting the
same application.

I have a couple of MS Access applications running on Metaframe, but
neither of them has a lot of concurrent use, so I haven't had any
problems (thankfully).

Bill

Adam Barnett via AccessMonster.c om wrote:
I have an Access application split into a FE and BE with a workgroup file (.mdw) for authentication. I currently have the FE application setup as a published application for 40 users. We have been experiencing some unusual behavior that was not experienced when the application was run in a
client/server environment. What is the proper way to setup an Access
application via published applications? I do not want the user to have to get to the server desktop prior to launching the app, hence eliminating the functionality of published applications.

Thanks to all.

--
Message posted via http://www.accessmonster.com


Nov 13 '05 #3
Thanks for posting back. So there is not a way to use published
applications without having to create a published application for each user
which would be insane. My Citrix server is setup to ONLY allow published
applications so how can i avoid using the same FE with this configuration.

--
Message posted via http://www.accessmonster.com
Nov 13 '05 #4
Adam,

Before we go any further, can you describe the "unusual behavior" you
were experiencing? What exactly is going wrong? Also, how many
concurrent users do you typically have?

Bill

Nov 13 '05 #5
Adam Barnett via AccessMonster.c om wrote:
Thanks for posting back. So there is not a way to use published
applications without having to create a published application for
each user which would be insane. My Citrix server is setup to ONLY
allow published applications so how can i avoid using the same FE
with this configuration.


We use a bat file as the published app. It creates a copy of the MDE in the
user profile folder and then launches it. Everyone get's their own copy
just the same as if Citrix was not involved.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #6
If you map a drive letter to the user directory storing the FE, you can
create a short cut to start the application from the drive letter. You can
then publish the short cut. Terminal server will use the drive letter
instead of a UNC path.
<bi********@net scape.net> wrote in message
news:11******** **************@ l41g2000cwc.goo glegroups.com.. .
Adam,

Before we go any further, can you describe the "unusual behavior" you
were experiencing? What exactly is going wrong? Also, how many
concurrent users do you typically have?

Bill

Nov 13 '05 #7
>>We use a bat file as the published app. It creates a copy of the MDE
in the
user profile folder and then launches it. Everyone get's their own
copy
just the same as if Citrix was not involved. <<

That's a very clever solution!

Nov 13 '05 #8

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

Similar topics

0
6010
by: Will Seay | last post by:
At the end of this message I've pasted a script we're trying to modify slightly. I don't believe it is VBscript or javascript but these are the closest groups I could find with my limited programming knowledge. Basically, we are trying to add a few lines to this script that will execute a few shell commands (see comments at the very end of the code). We think this may be ActionScript2 but aren't sure. If you can offer any help, or know...
0
1448
by: MS | last post by:
Hi All, I created a C# winform Aplication. I published my Application on Citrix server. When I click on my Application Icon to launch application. Nothing happens. My Application is not launched. My Application is accessing backend SQL and Oracle Database. I could Run my application through RDP/Terminal Services
7
8147
by: Rob | last post by:
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 shortly. Question: When you run the front-end on the Server, does Citrix clone the front end application database file for each user that connects or do they all connect to physically the same front-end...
11
5161
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 shortly. Question: When you run the front-end on the Server, does Citrix clone the front
33
3255
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 globals, but if he has anything new to add I'm all ears).
2
10175
by: Tim Diggle | last post by:
I'm trying to enter data into a database application running under Citrix ICA Client. I'm doing it from a VBA macro running under Microsoft Excel 2000 (although it may need to be backwardly compatible with '97). I'm doing this by using appactivate to activate the database application, then sendkeys to send strings of data and tab characters to fill up a series of data fields. Now, this works if Excel is running under Citrix, but if...
6
9484
by: Xenio | last post by:
Hi, I'd like to make sure that only one instance of my app is running per User Session. In addition this has to work with user rights and in a Windows 2k/2k3 and Citrix Terminalserver environment. The code I'm using prevents the app from creating a second instance on a TS. What do I have to change?
22
6255
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one client (MS Access vs ..NET Windows Forms) would be preferred over the other. While I have some good arguments on both sides, I would appreciate your points of view on the topic.
1
1629
by: m23 | last post by:
Hi, I have an access application that has been working fine for the past few years.Access 2000 is used for the user interface and Oracle the database. Recently the application was moved to a citrix environment. On this citrix environment is one copy of the mde and the oracle odbc driver to connect to the database. When a user logs into Citrix and runs the application they get their own copy of the mde copied to a directory and it is...
0
8375
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8290
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8707
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8482
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6161
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4149
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2714
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1593
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.