473,408 Members | 2,450 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,408 software developers and data experts.

MS Access Security on a Network

I have developed an access data and then copied it on to a network. In the network drive I have used the security wizard and granted appropriate permission to to my target users.

The security setup works perfectly from my own computer but does not work from a target user's machine.

Could any one suggest what I am doing incorrectly?
Jul 23 '07 #1
7 3404
abolos
65
I have developed an access data and then copied it on to a network. In the network drive I have used the security wizard and granted appropriate permission to to my target users.

The security setup works perfectly from my own computer but does not work from a target user's machine.

Could any one suggest what I am doing incorrectly?
It is a matter of rights, so recheck the security of your Win server. If it is Windows 2000 or 2003 then right-click on the folder where the database reside and choose security. By the way, do you have a domain? if yes then this is very easy. Choose whom have a read or write access to your database by choosing the security groups they belong to.
Jul 24 '07 #2
Lysander
344 Expert 100+
I have developed an access data and then copied it on to a network. In the network drive I have used the security wizard and granted appropriate permission to to my target users.

The security setup works perfectly from my own computer but does not work from a target user's machine.

Could any one suggest what I am doing incorrectly?
The security system creates an MDW security file and then you join it. You can then set the security for the database. However, another user, on another PC is not automatically joined to the new MDW and so does not have access to the database. Each PC must either join the required MDW or, use something like the following shortcut to access the database via the correct MDW
Expand|Select|Wrap|Line Numbers
  1. "C:\Program Files\Office2000\OFFICE11\MSACCESS.EXE" e:\champion\championCode.mdb /wrkgrp Z:\champion\champion.mdw
  2.  
Jul 24 '07 #3
It is a matter of rights, so recheck the security of your Win server. If it is Windows 2000 or 2003 then right-click on the folder where the database reside and choose security. By the way, do you have a domain? if yes then this is very easy. Choose whom have a read or write access to your database by choosing the security groups they belong to.

Thanks for your prompt reply to my query. I use Access 2003 and I did try your suggestion. Unfortunately I was not successful. (I have to admit though that I am somewhat of a novice in access).

It seems to me that the problem may not be network- related but perhaps something that needs to be done in access so that the network can allow other users to log in.

Do you feel that it has something to do with the mdw file?
Jul 24 '07 #4
The security system creates an MDW security file and then you join it. You can then set the security for the database. However, another user, on another PC is not automatically joined to the new MDW and so does not have access to the database. Each PC must either join the required MDW or, use something like the following shortcut to access the database via the correct MDW
Expand|Select|Wrap|Line Numbers
  1. "C:\Program Files\Office2000\OFFICE11\MSACCESS.EXE" e:\champion\championCode.mdb /wrkgrp Z:\champion\champion.mdw
  2.  
Thanks for your quick reply. I have to clarify that I am not too familiar with access code but your suggestion does seem to make logical sense since the security works perfectly on my computer but not on any of the user computers.

I would greatly appreciate it if you would please let me know if I need to copy and paste your suggested code and how this is to be done?
Jul 24 '07 #5
BradHodge
166 Expert 100+
If this is a secure database that requires a login with username and password, you might look at this sight. It has several links that will help you as you troubleshoot, and may help you in the future with changes as well.

Microsoft Access Security Page

Brad.
Jul 24 '07 #6
Lysander
344 Expert 100+
Thanks for your quick reply. I have to clarify that I am not too familiar with access code but your suggestion does seem to make logical sense since the security works perfectly on my computer but not on any of the user computers.

I would greatly appreciate it if you would please let me know if I need to copy and paste your suggested code and how this is to be done?
The 'code' is the properties of a shortcut to MS Access. What you need to do is find out where the Access exe file is on your pcs and create a shortcut to it. If you right click on the shortcut and select properties, you will see a box labelled 'Target' and it will contain something like this.
'C:\Program Files\Office2000\OFFICE11\MSACCESS.EXE'
This is where I have my version of Access. The default MS installation will be
'"C:\Program Files\MICROS~2\OFFICE11\MSACCESS.EXE" '

Now you have to add the command line parameters to run your system, so you add the path to your database to get this.

"C:\Program Files\Office2000\OFFICE11\MSACCESS.EXE" e:\champion\championCode.mdb

where e:\champion\championCode.mdb is my database.

Now you add the security file to the end, to get

"C:\Program Files\Office2000\OFFICE11\MSACCESS.EXE" e:\champion\championCode.mdb /wrkgrp Z:\champion\champion.mdw


In the above, the database code sits on each PC, in the E:drive, the workgroup security file sits on the server, in the Z: drive, along with the linked data.

Hope that clarifys things
Jul 25 '07 #7
abolos
65
Thanks for your prompt reply to my query. I use Access 2003 and I did try your suggestion. Unfortunately I was not successful. (I have to admit though that I am somewhat of a novice in access).

It seems to me that the problem may not be network- related but perhaps something that needs to be done in access so that the network can allow other users to log in.

Do you feel that it has something to do with the mdw file?
Hi,

Working with the WDM file is good idea but it needs so many attention. Backup the database before starting using the security group in Access.
Jul 26 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Namratha Shah \(Nasha\) | last post by:
Hey Guys, Before we start with our sample app we need to view the security configuration files on the machine. You will find them under <drive>\WInNT\Microsoft.NET\FrameWork\<version>\Config ...
3
by: Vic | last post by:
Dear All, I have been developing a small access database, but I am new to security concepts with access. This is a multiuser database, I have a table which will be written by various users...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed...
5
by: Dave Kolb | last post by:
Is there any other solution for an ASPNET application to access network resources other than running as SYSTEM, using delegation (a nightmare to get to work) or the COM+ solution? I cannot seem to...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
5
by: Mitchell S. Honnert | last post by:
Is there a way, given the full path of a folder on a network, that one can programatically tell if you have Read access to that folder? I have an application where the user is able to select a...
3
by: David Thielen | last post by:
Hi; I created a virtual directory in IIS 6.0 and my asp.net app runs fine. But when it tries to write a file I get: Access to the path is denied. - C:\Inetpub\wwwroot\RunReportASP\images ...
17
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting...
1
by: cpajoe2001 | last post by:
I am having an issue and after searching around online for a day and half now and finding others with the same problem but yet no solution to my issue I am looking for help. What i have is ServerA...
1
by: Michael | last post by:
Hello, I am trying to develop a database solution for an organisation in Indonesia. This organization has a number of offices and users throughout the country. They all need to maintain their...
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
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,...
0
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...
0
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...
0
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,...
0
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...

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.