PC Review


Reply
Thread Tools Rate Thread

Access security glitch

 
 
ginnyk
Guest
Posts: n/a
 
      14th Jun 2006
I have a client using an mde created in 1999 by someone else, for
which I don't have the original source. There is a workgroup file that

accompanies the mde file. I have the user and password information
required by the workgroup file.
In 2004 the client requested changes. Without the source, I
couldn't make the change to the mde file itself, so I wrote a small mdb

that attaches tables and provides a form to fulfill the client's new
requirements. I created a shortcut for the new mdb that includes the
workgroup info, and for 2 years everything has worked fine.
Suddenly, the client is getting permission errors whenever he
attempts to access his data. He can open my tool mdb, but not the
tables attached to it. As it works fine when re-installed on my
desktop, I figured his copy of the workgroup file had been corrupted or

overwritten. I sent him a replacement, but it didn't help.
Any ideas on where the permission errors might be coming from would
be greatly appreciated.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?SmVycnkgV2hpdHRsZQ==?=
Guest
Posts: n/a
 
      14th Jun 2006
The first things that I would check are the drive mappings or file/folder
permissions. Somebody could have messed with them. Next I would relink the
attached tables.
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"ginnyk" wrote:

> I have a client using an mde created in 1999 by someone else, for
> which I don't have the original source. There is a workgroup file that
>
> accompanies the mde file. I have the user and password information
> required by the workgroup file.
> In 2004 the client requested changes. Without the source, I
> couldn't make the change to the mde file itself, so I wrote a small mdb
>
> that attaches tables and provides a form to fulfill the client's new
> requirements. I created a shortcut for the new mdb that includes the
> workgroup info, and for 2 years everything has worked fine.
> Suddenly, the client is getting permission errors whenever he
> attempts to access his data. He can open my tool mdb, but not the
> tables attached to it. As it works fine when re-installed on my
> desktop, I figured his copy of the workgroup file had been corrupted or
>
> overwritten. I sent him a replacement, but it didn't help.
> Any ideas on where the permission errors might be coming from would
> be greatly appreciated.
>
>

 
Reply With Quote
 
ginnyk
Guest
Posts: n/a
 
      14th Jun 2006

Jerry Whittle wrote:
> The first things that I would check are the drive mappings or file/folder
> permissions. Somebody could have messed with them. Next I would relink the
> attached tables.
> --
> Jerry Whittle
> Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
>

Those are good ideas, thanks, but 1) it's a local installation, so
there should be no drive mappings or file/folder permissions, and 2)
the original mde, which attaches the same tables, is working fine.
Besides, wouldn't that be a 'file or path not found' error, rather than
'you don't have permission...'?

 
Reply With Quote
 
dbahooker@hotmail.com
Guest
Posts: n/a
 
      14th Jun 2006

MDB is crap..

throw it away and rewrite it in access data projects.

spit on anyone that tells you otherwise.



ginnyk wrote:
> Jerry Whittle wrote:
> > The first things that I would check are the drive mappings or file/folder
> > permissions. Somebody could have messed with them. Next I would relink the
> > attached tables.
> > --
> > Jerry Whittle
> > Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
> >

> Those are good ideas, thanks, but 1) it's a local installation, so
> there should be no drive mappings or file/folder permissions, and 2)
> the original mde, which attaches the same tables, is working fine.
> Besides, wouldn't that be a 'file or path not found' error, rather than
> 'you don't have permission...'?


 
Reply With Quote
 
ginnyk
Guest
Posts: n/a
 
      14th Jun 2006

Jerry Whittle wrote:
> The first things that I would check are the drive mappings or file/folder
> permissions. Somebody could have messed with them. Next I would relink the
> attached tables.
> --
> Jerry Whittle
> Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
>

Those are good ideas, thanks, but 1) it's a local installation, so
there should be no drive mappings or file/folder permissions, and 2)
the original mde, which attaches the same tables, is working fine.
Besides, wouldn't that be a 'file or path not found' error, rather than
'you don't have permission...'?

 
Reply With Quote
 
ginnyk
Guest
Posts: n/a
 
      14th Jun 2006

(E-Mail Removed) wrote:
> MDB is crap..
>
> throw it away and rewrite it in access data projects.
>
> spit on anyone that tells you otherwise.
>

Not a very useful suggestion, but thanks for your time

 
Reply With Quote
 
dbahooker@hotmail.com
Guest
Posts: n/a
 
      14th Jun 2006
Access doesn't give the best, most concise information sometimes.

Do you have create permissions in the directory where it lives?
when you open a MDB file it creates a lock file with LDB extension.

-Aaron


ginnyk wrote:
> Jerry Whittle wrote:
> > The first things that I would check are the drive mappings or file/folder
> > permissions. Somebody could have messed with them. Next I would relink the
> > attached tables.
> > --
> > Jerry Whittle
> > Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
> >

> Those are good ideas, thanks, but 1) it's a local installation, so
> there should be no drive mappings or file/folder permissions, and 2)
> the original mde, which attaches the same tables, is working fine.
> Besides, wouldn't that be a 'file or path not found' error, rather than
> 'you don't have permission...'?


 
Reply With Quote
 
Albert D.Kallal
Guest
Posts: n/a
 
      15th Jun 2006
Do you use a shortcut to specify which workgroup file, or do you have to
'join' a particular workgroup?

If the user changed workgroups, created a new one, or joined a different
one, then that would explain the sudden change.

All normal, and regular mdb/mde files would work, except the one that is
secured.

The above is a good reason why *most* of us when using workgroup security
files ALWAYS setup a shortcut (that way, the user does not have to be joined
to a particular workgroup BEFORE the appcation is launched. And, if the user
joins a different workgroup, then again our short will solve this problem).

So, I would check if the user changed the workgroup file, or perhaps joined
a different workgroup file, or even more likely even created a new group
file. Simply sending them a workgroup file does nothing if you don't have a
shortcut that points to this new workgroup file, or they use the security
menu, and join this workgroup file that you sent them. They might follow
your instructions to place the workgroup file you sent them into the
directory where the "old" workgroup file is..but, that is meaningless if
they joined some other workgroup file on the hard disk....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)
http://www.members.shaw.ca/AlbertKallal


 
Reply With Quote
 
ginnyk
Guest
Posts: n/a
 
      15th Jun 2006
The shortcut target is:
"C:\<path>\MSACCESS.EXE" "C:\<path>\cptool.mdb" \User<User> \Pwd<Pwd>
"C:\<path>\cpdata.mdw"
Except for the mdb name, it is the same target used for the cpdata.mde,
that continues to work with no problems (so yes, sending a replacement
mdw was a wasted effort). The tables that are attached to cptool.mdb
are the same tables that are attached to cpdata.mde. I had the client
send me his copy of the tool, so I could check if the permissions had
been changed - they had not. It works as it should on my machines.

I'm beginning to believe this has to be a communication error between
myself and the client, as you suggest. It appears I have covered all
the bases, that there is no mystery reason I hadn't thought of or
didn't know about.

Thank you for your time and effort.

 
Reply With Quote
 
Albert D.Kallal
Guest
Posts: n/a
 
      16th Jun 2006
> The shortcut target is:
> "C:\<path>\MSACCESS.EXE" "C:\<path>\cptool.mdb" \User<User> \Pwd<Pwd>
> "C:\<path>\cpdata.mdw"


I don't see a wrkgrp switch in the above??

"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
"C:\Documents and Settings\All Users\Application Data\Rides\RidesXP.mdb"
/wrkgrp "C:\Documents and Settings\All Users\Application
Data\Rides\Rides.mdw"

note how I used the /wrkgrp switch, and I don't see that in your
example.....

Also, I never used \ (back slash) in place / (forward slash) ....do they
even work??


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)
http://www.members.shaw.ca/AlbertKallal



 
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
McAfee Security Suite Glitch James Silverton Windows XP Help 4 23rd Apr 2010 07:05 PM
Latest security glitch BXPS Windows XP Security 10 9th Jul 2009 12:31 AM
Access might have glitch DragonMaster263 Microsoft Access Forms 2 18th Dec 2008 03:08 AM
Outllok 2003: Possible security glitch Mark Microsoft Outlook 2 13th Nov 2005 06:25 PM
Local LAN security glitch Tony Gilbert Windows XP Help 4 1st Jan 2005 03:44 AM


Features
 

Advertising
 

Newsgroups
 


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