PC Review


Reply
Thread Tools Rate Thread

How can I open a secured database?

 
 
BabylonMike
Guest
Posts: n/a
 
      13th Apr 2010
Hi,

I hope that someone can help me to open my database. Let me explain...

I have a database that was created for us by a company a long time ago. The
data is accessed via an application executable which then presents the data
and opens reports, etc. I can see the data when I open the application and
submit my username and password, but I need to open the database using the
Access GUI so that I can develop a new front-end application, but I can not
find a way to do this and need some help.

The database is secured with a workgroup file. I have created a shortcut as
follows:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
"C:\Databases\Data.mdb" /WRKGRP "C:\Databases\Security.mdw"
When I use this shortcut, I am asked for a username and password, so I use
the name and password that works when I run the application, but it doesn’t
let me in to the database. I do not get an error message, but am just told
that the username and password is invalid, however it is the same username
and password that I use to open the application front-end, so I know it is
working and correct.

It seems as though the database has some kind of switch set that won't allow
access unless it is through the front-end application.

If I try to import the tables into another database, it doesn't ask me for a
username or password and just gives me a message saying that I do not have
the necessary permissions to open the database.

I have been through the Microsoft Security FAQ, but have not found a
solution to my problem. I don’t think it is a bug or corruption, but think
that perhaps there has been something set within the database that will not
allow me to open it through the Access GUI, but if that is the case, there
has to be a way to bypass it, otherwise the development team would have
locked themselves out.

I will be so grateful if someone can help me to open the database.

Michael
 
Reply With Quote
 
 
 
 
Tom van Stiphout
Guest
Posts: n/a
 
      13th Apr 2010
On Tue, 13 Apr 2010 04:24:01 -0700, BabylonMike
<(E-Mail Removed)> wrote:

It is certainly possible for a company to write a starter app that
takes a u/pw, turn that around some way, and use a different u/pw to
login to the Access db.
Did you ask the company for assistance? It seems like you've
discovered that they essentially locked you out of your data, which is
a no-no in most jurisdictions.

-Tom.
Microsoft Access MVP


>Hi,
>
>I hope that someone can help me to open my database. Let me explain...
>
>I have a database that was created for us by a company a long time ago. The
>data is accessed via an application executable which then presents the data
>and opens reports, etc. I can see the data when I open the application and
>submit my username and password, but I need to open the database using the
>Access GUI so that I can develop a new front-end application, but I can not
>find a way to do this and need some help.
>
>The database is secured with a workgroup file. I have created a shortcut as
>follows:
>"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
>"C:\Databases\Data.mdb" /WRKGRP "C:\Databases\Security.mdw"
>When I use this shortcut, I am asked for a username and password, so I use
>the name and password that works when I run the application, but it doesn’t
>let me in to the database. I do not get an error message, but am just told
>that the username and password is invalid, however it is the same username
>and password that I use to open the application front-end, so I know it is
>working and correct.
>
>It seems as though the database has some kind of switch set that won't allow
>access unless it is through the front-end application.
>
>If I try to import the tables into another database, it doesn't ask me for a
>username or password and just gives me a message saying that I do not have
>the necessary permissions to open the database.
>
>I have been through the Microsoft Security FAQ, but have not found a
>solution to my problem. I don’t think it is a bug or corruption, but think
>that perhaps there has been something set within the database that will not
>allow me to open it through the Access GUI, but if that is the case, there
>has to be a way to bypass it, otherwise the development team would have
>locked themselves out.
>
>I will be so grateful if someone can help me to open the database.
>
>Michael

 
Reply With Quote
 
Keith Wilby
Guest
Posts: n/a
 
      14th Apr 2010
On 13 Apr, 12:24, BabylonMike <BabylonM...@discussions.microsoft.com>
wrote:
> Hi,
>
> I hope that someone can help me to open my database. *Let me explain...
>
> I have a database that was created for us by a company a long time ago. *The
> data is accessed via an application executable which then presents the data
> and opens reports, etc. *I can see the data when I open the applicationand
> submit my username and password, but I need to open the database using the
> Access GUI so that I can develop a new front-end application, but I can not
> find a way to do this and need some help.
>
> The database is secured with a workgroup file. *I have created a shortcut as
> follows:
> "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
> "C:\Databases\Data.mdb" /WRKGRP "C:\Databases\Security.mdw"
> When I use this shortcut, I am asked for a username and password, so I use
> the name and password that works when I run the application, but it doesn’t
> let me in to the database. *I do not get an error message, but am just told
> that the username and password is invalid, however it is the same username
> and password that I use to open the application front-end, so I know it is
> working and correct.
>
> It seems as though the database has some kind of switch set that won't allow
> access unless it is through the front-end application.
>
> If I try to import the tables into another database, it doesn't ask me for a
> username or password and just gives me a message saying that I do not have
> the necessary permissions to open the database.
>
> I have been through the Microsoft Security FAQ, but have not found a
> solution to my problem. *I don’t think it is a bug or corruption, butthink
> that perhaps there has been something set within the database that will not
> allow me to open it through the Access GUI, but if that is the case, there
> has to be a way to bypass it, otherwise the development team would have
> locked themselves out.
>
> I will be so grateful if someone can help me to open the database.
>
> Michael


Contact the company that developed the app and ask them for the admin
username and password.

Keith.
www.keithwilby.co.uk
 
Reply With Quote
 
Stewart Berman
Guest
Posts: n/a
 
      23rd Apr 2010
Before you start hacking into the database you should check the language of
the agreement that covered the development of the application and database.
Was it a work for hire where your company owns to the code in the
application and database or is at least entitled to the code? If so, the
application code should have been delivered along with the database.

OTOH, if the agreement is simply a license to use the application and
database without any ownership rights or access to code then you have to go
back to the company that licensed it to your company and have them make the
changes or purchase a code license.

BabylonMike <(E-Mail Removed)> wrote:

>Hi,
>
>I hope that someone can help me to open my database. Let me explain...
>
>I have a database that was created for us by a company a long time ago. The
>data is accessed via an application executable which then presents the data
>and opens reports, etc. I can see the data when I open the application and
>submit my username and password, but I need to open the database using the
>Access GUI so that I can develop a new front-end application, but I can not
>find a way to do this and need some help.
>
>The database is secured with a workgroup file. I have created a shortcut as
>follows:
>"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
>"C:\Databases\Data.mdb" /WRKGRP "C:\Databases\Security.mdw"
>When I use this shortcut, I am asked for a username and password, so I use
>the name and password that works when I run the application, but it doesn’t
>let me in to the database. I do not get an error message, but am just told
>that the username and password is invalid, however it is the same username
>and password that I use to open the application front-end, so I know it is
>working and correct.
>
>It seems as though the database has some kind of switch set that won't allow
>access unless it is through the front-end application.
>
>If I try to import the tables into another database, it doesn't ask me for a
>username or password and just gives me a message saying that I do not have
>the necessary permissions to open the database.
>
>I have been through the Microsoft Security FAQ, but have not found a
>solution to my problem. I don’t think it is a bug or corruption, but think
>that perhaps there has been something set within the database that will not
>allow me to open it through the Access GUI, but if that is the case, there
>has to be a way to bypass it, otherwise the development team would have
>locked themselves out.
>
>I will be so grateful if someone can help me to open the database.
>
>Michael

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I'm not able to open my secured database =?Utf-8?B?SmVmZiBTdHJvb3Bl?= Microsoft Access Security 4 4th Apr 2007 07:46 PM
please help to open a secured access database? =?Utf-8?B?QmxpbmRh?= Microsoft Access 3 21st Jun 2005 11:58 AM
Unable to open secured database Diane Microsoft Access Security 4 4th Dec 2003 10:28 PM
Can't open secured database after moving Al Microsoft Access Security 11 31st Oct 2003 01:39 AM
Secured Database does not open Jacinto Microsoft Access Security 0 26th Sep 2003 02:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:08 PM.