Error When Opening File

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever I open any database (.mdb) of any sort, it gives me this error message: This file may not be safe if it contains code that was intended to harm your computer. Do you want to open this file or cancel the operation? This happens on ALL files.
 
You must be running ACCESS 2003. This sounds like the new security feature
that is in this version of ACCESS. The only way to "turn this off" is to set
the Security level of the software to Low.

--
Ken Snell
<MS ACCESS MVP>

KramarDanIkabu said:
Whenever I open any database (.mdb) of any sort, it gives me this error
message: This file may not be safe if it contains code that was intended to
harm your computer. Do you want to open this file or cancel the operation?
This happens on ALL files.
 
Believe it or not, that's not an error, it is 'by design'.

If you are developing databases for your own use, you can ignore it, you can
set security to Low (Tools, Macro, Security) or you can use the makecert.exe
utility to create a digital certificate that will be valid only on your PC
and use that to sign your Access files. You probably have makecert.exe
somewhere on your PC, but if not it can be downloaded at the following URL
....

http://www.microsoft.com/downloads/...95-D0F0-4A66-B27F-22A95FCD3425&displaylang=en

If you are developing in-house applications, talk to your administrator.
Using Certificate Server on Windows 2000/2003 Server, an administrator can
create a certificate that will be valid across the domain.

If you work for a company that develops applications for third parties, your
company needs to purchase a digital certificate from a Certificate Authority
(CA) such as VeriSign or Thawte. If you're a private individual who develops
applications for third parties, you are, for the time being at least, out of
luck. In theory, there are supposed to be 'Class 2' certificates for
individual developers, but in practice, they are unobtainable, as no CA
currently sells them.

I'm currently pursuing this matter with a CA who *may* be willing to sell
certificates to individuals in some circumstances, and will post here when I
get their answer, but it could take some time. While the CA in question
answers technical questions promptly, they are very slow to answer policy
questions like this.
--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.


KramarDanIkabu said:
Whenever I open any database (.mdb) of any sort, it gives me this error
message: This file may not be safe if it contains code that was intended to
harm your computer. Do you want to open this file or cancel the operation?
This happens on ALL files.
 
Back
Top