A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Deployment of Access database program on a server



 
 
Thread Tools Display Modes
  #1  
Old August 17th, 2005, 10:56 PM
Misterted
external usenet poster
 
Posts: n/a
Default Deployment of Access database program on a server

I am trying to move an access application program to a windows 2000 server so
that network users could use the program and share the information. I have
experienced many, many problems on the way such as missing acive x files,
fonts, and security not working.

After I resolved the missing active x files I tried to run the program on a
network pc and I was never asked for a password. I figured out that I must
replace the local PC system.mdw file with the server's system.mdw file. Then
after getting in the application, I had blank screens and file paths that the
program said were invalid.

Help! It should'nt be this hard.

I am using Access 2000, and I want to have a centralized access program on
the server with security settings that is shared with network users.




  #2  
Old August 17th, 2005, 11:31 PM
Mr B
external usenet poster
 
Posts: n/a
Default

Are you using a split frontend and backend application? If so, just place
the frontend on each workstation that will be using the application. Place
the data (backend) file on a shared path and link the two.

You really should not try to have the application run by all users from the
server.

--
HTH

Mr B


"Misterted" wrote:

I am trying to move an access application program to a windows 2000 server so
that network users could use the program and share the information. I have
experienced many, many problems on the way such as missing acive x files,
fonts, and security not working.

After I resolved the missing active x files I tried to run the program on a
network pc and I was never asked for a password. I figured out that I must
replace the local PC system.mdw file with the server's system.mdw file. Then
after getting in the application, I had blank screens and file paths that the
program said were invalid.

Help! It should'nt be this hard.

I am using Access 2000, and I want to have a centralized access program on
the server with security settings that is shared with network users.




  #3  
Old August 17th, 2005, 11:51 PM
Albert D.Kallal
external usenet poster
 
Posts: n/a
Default

In a nut shell, you need to split this database.
You can read about splitting he
http://www.granite.ab.ca/access/splitapp.htm

Lets go look at a few details and issues he
I have
experienced many, many problems on the way such as missing acive x files,
fonts, and security not working.


ActiveX should not be too much of a problem. However, if you started using
acttiveX controls,t hen you WILL HAVE to setup a install process on EACH
computer. For this reason, the decision to use controls that are NOT native
to ms-access is a rather LARGE development decision. So, if you used the
calendar control, treeview control etc, then you MUST setup something to
ensure that the target machine has the SAME software.

Further, access 2000 requires a LOT of updates and patches. Again, one has
to assume that you installed all of the sp packs on your development
machine. This also includes the updates to the JET. And, before you deploy
your application, you MUST ensure that the target machines have those same
service packs and updates to JET (other wise, you are development code to a
DIFFERENT standard then what the target machines have. If those target
machines don't have the same libraries and code that your software is
relying on,then you are in effect using a DIFFERENT version of ms-access the
your users..and the results will be NOTHING but pain, and headaches. So,
make sure YOUR development machine has the latest updates, and further make
sure the target machines have the same updates). If you are starting this
process again, then I would do a de-compile before you deploy.


After I resolved the missing active x files I tried to run the program on
a
network pc and I was never asked for a password. I figured out that I
must
replace the local PC system.mdw file with the server's system.mdw file.
Then
after getting in the application, I had blank screens and file paths that
the
program said were invalid.


Coping the workgroup file to each pc is not very good idea. What happens
when you add a new user, change passwords etc? Are you going to re-deploy
the workgroup file to each station? (this is just not manageable). Worse,
you do NOT WANT TO JOIN a particular workgroup file, as then ALL ACCESS
applications will now prompt for a username+password (why torture users here
when they run other access applications?). So, the ONLY workable solution
here is to place the workgroup file on your server with your back end. Your
users then use a shortcut you created that launches the application part (on
each pc, and preferable a mde). That shortcut also includes the path name to
the workgroup file that is shared.

Thus, a shortcut might look like:

"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
"c:\program files\RidesXP\RidesXP.mdb"
/wrkgrp \\wserver\ridessystem\Rides.mdw

As mentioned, using a shortcut allows you to set the workgroup file, and NOT
HAVE to go to each machine, and "join" the workgroup file. You REALLY REALLY
REALLY want to leave the default workgroup file alone, and I would NOT
CHANGE it.

Anyway...split your database, deploy mde's to users, and follow the above
advice....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada

http://www.members.shaw.ca/AlbertKallal


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Table Design A. Williams Database Design 3 April 29th, 2005 07:02 PM
setting up a multi user database in access 97 database Edward Letendre General Discussion 1 March 31st, 2005 03:10 AM
automatically logon to oracle database don General Discussion 11 January 28th, 2005 04:53 PM
Access Error Message when opening database eah General Discussion 3 January 26th, 2005 10:04 AM
Adding staff photographs to my database KK New Users 2 September 3rd, 2004 07:41 AM


All times are GMT +1. The time now is 07:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.