473,395 Members | 1,443 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,395 software developers and data experts.

Help - Permissions H3ll

I have an access database I set up for a client.

The client had the program working just fine. For some reason, they had
to format the machine, and although they copied over the database, they
failed to copy over the security file with all of the permissions.

So now I cannot get into the database at all - as permissions were set
up quite strictly. I told the customer that they needed to be careful,
as I did not have a backup when I sent them the file.

Does anyone know of a way around this - any help would be greatly
appreciated.

--
Geneva
http://www.thegeneva.com
Code so clean you could eat off it

Mar 27 '06 #1
5 1374
"LadyUK" <ge********@gmail.com> wrote in message
news:11**********************@t31g2000cwb.googlegr oups.com...
I have an access database I set up for a client.

The client had the program working just fine. For some reason, they had
to format the machine, and although they copied over the database, they
failed to copy over the security file with all of the permissions.

So now I cannot get into the database at all - as permissions were set
up quite strictly. I told the customer that they needed to be careful,
as I did not have a backup when I sent them the file.

Does anyone know of a way around this - any help would be greatly
appreciated.

--
Geneva
http://www.thegeneva.com
Code so clean you could eat off it

Could you re-create the workgroup? If you kept the details used to create
the workgroup, then you can re-create it. Or perhaps you use standard
details so that another mdw file you posses will have an admin account
suitable to unlock.
Failing this, just buy one of the security crackers for Access, remove all
security from the mdbs, create a new workgroup file and re-apply the
security. You could to do this and keep the cracker program for yourself,
so you now have the tools and experience to do it again.
If you need a recommendation for which one, then you can ask here, but
people here seem reluctant to advise on security crackers.
Mar 27 '06 #2
I have tried that - I have tried all password recovery softwares and
made sure there is no password on the DB - its the permissions that are
restricted.

As you can imagine, I am highly frustrated by this.

I have recreated the mdw file and linked them through a shortcut, with
no success.

I have only just learned that there is a rift between two of the
directors of the company, and I think that one of them is trying to
sabotage this for another. This is a beauty salon, and as you can
imagine, customer databases are a very very precious thing.

Thanks for the help - but if anyone else has any suggestions, please
keep them coming...

Mar 27 '06 #3

"LadyUK" <ge********@gmail.com> wrote in message
news:11*********************@v46g2000cwv.googlegro ups.com...
I have tried that - I have tried all password recovery softwares and
made sure there is no password on the DB - its the permissions that are
restricted.

As you can imagine, I am highly frustrated by this.

I have recreated the mdw file and linked them through a shortcut, with
no success.

I have only just learned that there is a rift between two of the
directors of the company, and I think that one of them is trying to
sabotage this for another. This is a beauty salon, and as you can
imagine, customer databases are a very very precious thing.

Thanks for the help - but if anyone else has any suggestions, please
keep them coming...

It is only worth re-creating the mdw file if you remember (or have written
down) the exact details you used to create it: the company name, the
username, ID, etc - see the example below.
If you don't know these details and the mdw file really has gone missing,
then you really will have to crack it. Of course, this assumes that the
other files have not been corrupted or tampered with and it is simply a
security issue. If it is only security - you can definitely break in.

Can you get them to send you the files back? (what are they mdb,mde and how
many?)
Do you know the details to re-create the workgroup?
Which programs have you tried to breal in with?
Have you got a budget, say about £100 to buy a cracker with?
******** Example Details *********
Workgroup

Filename: DbDesign_wg.mdw
Username: Peter Smith
Company: DbDesign
WorkgroupID: 846FghNaGfwKPzbCw3H

Users

No: PID: Username: Password: Full Name:
1 <ms-access created> Admin admin <none>
2 8fke3ZTRfzjPqVJSZyH Peter password Peter Smith

Groups

No: PID: Name:
1 <ms-access created> Admins
2 g4W6vA1rcFbzyDoFmKG Read-Only Users
3 MntPgQ3SXP8vpfEFK4Y Standard Users
4 <ms-access created> Users
******** End Example *********
Mar 27 '06 #4
Unfortunatly I do not have any of the details it was used to create the
database with - I am contacting one of the directors who may have the
file on a USB drive, although I suspect he won't easily cough it up -
he is leaving the company and wanting to take it with him.

I have offered to recreate a system for them using php/mysql for
future, so I can control access and set up CRON jobs to do regular
backups.

I can send you the file if you want to have a go?

Mar 27 '06 #5
"LadyUK" <ge********@gmail.com> wrote in message
news:11*********************@u72g2000cwu.googlegro ups.com...
Unfortunatly I do not have any of the details it was used to create the
database with - I am contacting one of the directors who may have the
file on a USB drive, although I suspect he won't easily cough it up -
he is leaving the company and wanting to take it with him.

I have offered to recreate a system for them using php/mysql for
future, so I can control access and set up CRON jobs to do regular
backups.

I can send you the file if you want to have a go?

If your e-mail address is real, I'll send you my details.
Mar 27 '06 #6

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

Similar topics

3
by: teddysnips | last post by:
Currently studying for 70-229. I'm trying to understand how security for users is managed in SQL Server. I've been using SQL Server for a few years now, but without investigating the bits that...
3
by: nick | last post by:
The program runs well on Local harddisk. But it always popup the exception if I run it on Netware mapping disk. After debugger say there is no source code on the exception. Also the following error...
10
by: Jayme Pechan | last post by:
I wrote a very simply web application and I'm having all sorts of problems with the security getting in the way. All the web application does is load an out-of-process COM server that is running...
1
by: MSDN Account | last post by:
We have web site that used the IIS ResKit tool MSWC.PermissionChecker to check file permissions. The web site has been upgraded and that upgrade included changing the default server side language...
13
by: MLH | last post by:
Invalid qualifier error displays at compile time on this A97 example from Permissions Property HELP. What's wrong with the strContainerName assignment line? (6th line) Sub...
2
banning
by: banning | last post by:
while($row = mysql_fetch_array($getID)){ $id=$row; $dir='../picture_library/floorplans/'.$id; mkdir($dir,0777); chmod($dir,0777); } ok this is really starting to kill me... i've...
9
by: DotNetNewbie | last post by:
I want to store the maximum amount of permissions in a bit mask. From what I know, I should use the C# long data type and use the bigint in sqlserver. How would I initialize a variable of type...
1
by: beary | last post by:
Hello everyone, I'm not sure if this is the correct forum for this, and apologies for the length of this question, but I'm desperate for some good advice... I'm in way over my head with file...
2
by: beary | last post by:
Hello everyone, I posted this in unix/linux but it received no replies, so I assume it was the wrong forum. I'm trying here. I'm in way over my head with file permissions. The directory and...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.