Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Conversion / July 2004

Tip: Looking for answers? Try searching our database.

Move MultiUser Access Database onto Terminal Services

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
David Robinson - 21 Jul 2004 13:00 GMT
Can anyone tell me if there are any inherant problems running a multiuser (max 15 at one time) Access Database over terminal services? I'm worried this may give file lock issues, but by using terminal services it would revolutionise the access to the system.

Currently the database is split into a front and back end and sat on a shared network. All users have the mde for the front end on their hard drives and this accesses the backend data on the server via the linked tables.

Any help on whether terminal services would work would be much appreciated!!

Dave
Systems Developer
Chris Mills - 21 Jul 2004 16:52 GMT
There was an MSKB or TechNet article for Access2000 "Terminal Services
Application Compatibility Notes", but they've shifted it without a
satisfactory forwarding URL!!!
-this may be it, as it mentions a required transform file (search for
"transform")
http://www.microsoft.com/technet/prodtechnol/win2kts/deploy/compat/tsapp.mspx

Apart from that, I have many customers running satisfactorily on Terminal
Server or Citrix Metaframe, though I'm only peripherally involved.

I believe the FE should be installed separately in each user's work area,
though like any network it is possible to share an FE if the FE allows it (for
instance, provided you don't get users with conflicting printer settings,
whatever).

I don't recall any file lock issues, any more than other networked
environments. I would also say, Terminal Server or Citrix Metaframe appears to
have been much more stable/few problems, than I could ever have imagined,
apart from some transform required to install A2k. It's so stable I haven't
needed to know much about it!!!

Chris

> Can anyone tell me if there are any inherant problems running a multiuser (max 15 at one time) Access Database over terminal services? I'm worried this
may give file lock issues, but by using terminal services it would
revolutionise the access to the system.

> Currently the database is split into a front and back end and sat on a shared network. All users have the mde for the front end on their hard drives
and this accesses the backend data on the server via the linked tables.

> Any help on whether terminal services would work would be much appreciated!!
>
> Dave
> Systems Developer
David Robinson - 22 Jul 2004 09:46 GMT
Firstly thanks for the post, it is most helpful. The only part that has me stumped is the requirement for a separate FE per user. Being a 'software developer' and not a network expert (never used terminal services), how do you get it to use a separate front end per user over TS?

> There was an MSKB or TechNet article for Access2000 "Terminal Services
> Application Compatibility Notes", but they've shifted it without a
[quoted text clipped - 32 lines]
> > Dave
> > Systems Developer
David Robinson - 22 Jul 2004 09:48 GMT
Firstly thanks for your response, most helpful and reassuring. Not sure exactly I'm supposed to get a separate front end per user over terminal services though? Could you clarify some more possibly? (sorry i've never used terminal services and have little networking knowledge as just a lowly Developer).

> There was an MSKB or TechNet article for Access2000 "Terminal Services
> Application Compatibility Notes", but they've shifted it without a
[quoted text clipped - 32 lines]
> > Dave
> > Systems Developer
David Robinson - 22 Jul 2004 09:52 GMT
Firstly thanks for your response, most helpful and reassuring. Not sure exactly I'm supposed to get a separate front end per user over terminal services though? Could you clarify some more possibly? (sorry i've never used terminal services and have little networking knowledge as just a lowly Developer).

> There was an MSKB or TechNet article for Access2000 "Terminal Services
> Application Compatibility Notes", but they've shifted it without a
[quoted text clipped - 32 lines]
> > Dave
> > Systems Developer
Van T. Dinh - 21 Jul 2004 16:59 GMT
I am running an Access Front-End using ODBC-linked SQLServer Tables as well
as Jet-linked Tables using Citrix MetaFrame with more than 50 users but
averaging about 10-12 users on-line at any given time.  The only problem I
found is printing, especially InkJet printers using USB connection going
over slow links.

Each user can also have a separate Front-End mde on the Term. Service Server
/ Citrix also.  See Tony Toews' AutoFEUpdater:

http://www.granite.ab.ca/access/autofe.htm

Signature

HTH
Van T. Dinh
MVP (Access)

> Can anyone tell me if there are any inherant problems running a multiuser (max 15 at one time) Access Database over terminal services? I'm worried
this may give file lock issues, but by using terminal services it would
revolutionise the access to the system.

> Currently the database is split into a front and back end and sat on a shared network. All users have the mde for the front end on their hard
drives and this accesses the backend data on the server via the linked
tables.

> Any help on whether terminal services would work would be much appreciated!!
>
> Dave
> Systems Developer
Chris Mills - 22 Jul 2004 04:16 GMT
> The only problem I found is printing, especially InkJet printers

Hmmm...I discourage inkjet printers, in fact the client is on their own if
they use one.

This has nothing to do with terminal services, nor even windows, it's
because...The Water-Based Ink Smudges!
(admittedly, my app prints signable official forms)
(admittedly, some printers or paper don't)(I've sat with a client and spat on
them -the paper that is- to demonstrate, my theories promptly crashed when it
didn't smudge!/I knew I should have practised first)

But the techo thing, is that there are so many printer-drivers with bugs in
them, even HP ones, that most or all laser printers can at least run another
driver, such as a standard HP Laserjet PCL driver. I always get a customer to
install an HP Laserjet 4 Plus (supplied with Windows not earlier LJ4 crap), or
a LaserJet III, if they have printing garbage. A printer can be driven by
different drivers at the same time, for instance a special one just for my
app.
-----
I learned about shared FE in Citrix, when two users at remote offices had a
never-ending fight over setting PrtDevMode. I thought it was quite funny,
though they didn't :-)
-----
And just to confuse you... for development I use an inkjet printer!
(I've no idea why inkjet should be related to Citrix)
Chris
David Robinson - 22 Jul 2004 09:49 GMT
Firstly thanks for your response, most helpful and reassuring. Not sure exactly I'm supposed to get a separate front end per user over terminal services though? Could you clarify some more possibly? (sorry i've never used terminal services and have little networking knowledge as just a lowly Developer).

> > The only problem I found is printing, especially InkJet printers
>
[quoted text clipped - 23 lines]
> (I've no idea why inkjet should be related to Citrix)
> Chris
Van T. Dinh - 22 Jul 2004 15:00 GMT
Did you check the link I posted???

Signature

HTH
Van T. Dinh
MVP (Access)

> Firstly thanks for your response, most helpful and reassuring. Not sure exactly I'm supposed to get a separate front end per user over terminal
services though? Could you clarify some more possibly? (sorry i've never
used terminal services and have little networking knowledge as just a lowly
Developer).
Tony Toews - 21 Jul 2004 21:29 GMT
>Can anyone tell me if there are any inherant problems running a multiuser (max 15 at one time) Access Database over terminal services? I'm worried this may give file lock issues, but by using terminal services it would revolutionise the access to the system.
>
>Currently the database is split into a front and back end and sat on a shared network. All users have the mde for the front end on their hard drives and this accesses the backend data on the server via the linked tables.
>
>Any help on whether terminal services would work would be much appreciated!!

Works well.  Chris and Van have posted almost everything I was going
to say too.   But also see my random thoughts on Microsoft Access,
Terminal Server and/or Citrix
http://www.granite.ab.ca/access/terminalserver.htm

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
David Robinson - 22 Jul 2004 09:51 GMT
Firstly thanks for your response, most helpful and reassuring. Not sure exactly I'm supposed to get a separate front end per user over terminal services though? Could you clarify some more possibly? (sorry i've never used terminal services and have little networking knowledge as just a lowly Developer).

> >Can anyone tell me if there are any inherant problems running a multiuser (max 15 at one time) Access Database over terminal services? I'm worried this may give file lock issues, but by using terminal services it would revolutionise the access to the system.
> >
[quoted text clipped - 14 lines]
>    Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
David Robinson - 22 Jul 2004 09:51 GMT
Firstly thanks for your response, most helpful and reassuring. Not sure exactly I'm supposed to get a separate front end per user over terminal services though? Could you clarify some more possibly? (sorry i've never used terminal services and have little networking knowledge as just a lowly Developer).

> >Can anyone tell me if there are any inherant problems running a multiuser (max 15 at one time) Access Database over terminal services? I'm worried this may give file lock issues, but by using terminal services it would revolutionise the access to the system.
> >
[quoted text clipped - 14 lines]
>    Microsoft Access Links, Hints, Tips & Accounting Systems at
> http://www.granite.ab.ca/accsmstr.htm
david epsom dot com dot au - 22 Jul 2004 09:36 GMT
This 'shared file' problem lists a June 2003 hotfix, so no idea if has been
fixed in a service pack or is still a problem:
http://support.microsoft.com/default.aspx?kbid=818528

We don't use shared files: but we do notice a major difference in skill
levels between different clients. /They/ need to know how to set up local
printers for Citrix clients, 'cause /we/ are just database developers.

(david)

> Can anyone tell me if there are any inherant problems running a multiuser (max 15 at one time) Access Database over terminal services? I'm worried
this may give file lock issues, but by using terminal services it would
revolutionise the access to the system.

> Currently the database is split into a front and back end and sat on a shared network. All users have the mde for the front end on their hard
drives and this accesses the backend data on the server via the linked
tables.

> Any help on whether terminal services would work would be much appreciated!!
>
> Dave
> Systems Developer
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.