dbTalk Databases Forums  

Avoid Security Warning

comp.databases.ms-access comp.databases.ms-access


Discuss Avoid Security Warning in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cron
 
Posts: n/a

Default Avoid Security Warning - 10-05-2008 , 09:04 AM






Hi I've completed work on an access2007 database which is to be run on
a network server by many users at the same time. Every time the
database is opened on a new computer I get the "Certain content in
this database has been disabled" warning at the top. How do I avoid
this please? My users would not know to click the bar and enable the
content.

I've tried digital signing but it I can only seem to do it by
packaging the database which brings up an extraction screen every time
it's loaded. Is there any way to bypass this annoying security
warning?


Thanks a lot,
Ciarán

Reply With Quote
  #2  
Old   
Rick Brandt
 
Posts: n/a

Default Re: Avoid Security Warning - 10-05-2008 , 09:13 AM






Cron wrote:
Quote:
Hi I've completed work on an access2007 database which is to be run on
a network server by many users at the same time. Every time the
database is opened on a new computer I get the "Certain content in
this database has been disabled" warning at the top. How do I avoid
this please? My users would not know to click the bar and enable the
content.

I've tried digital signing but it I can only seem to do it by
packaging the database which brings up an extraction screen every time
it's loaded. Is there any way to bypass this annoying security
warning?
On each user's PC the folder where the file is stored needs to be set as a
"trusted folder". This is in the Access options.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com




Reply With Quote
  #3  
Old   
Cron
 
Posts: n/a

Default Re: Avoid Security Warning - 10-06-2008 , 06:28 AM




Quote:
On each user's PC the folder where the file is stored needs to be set as a
"trusted folder". *This is in the Access options.
Surely there's a better way to do it than this?? The network is in a
busy college with hundreds of workstations. It's not practical to set
it on every machine. Is there no way to digitally sign a database
without having to package it?

Cheers,
Ciarán


Reply With Quote
  #4  
Old   
Rick Brandt
 
Posts: n/a

Default Re: Avoid Security Warning - 10-06-2008 , 07:42 AM



Cron wrote:
Quote:
On each user's PC the folder where the file is stored needs to be
set as a "trusted folder". This is in the Access options.

Surely there's a better way to do it than this?? The network is in a
busy college with hundreds of workstations. It's not practical to set
it on every machine. Is there no way to digitally sign a database
without having to package it?

Cheers,
Ciarán
It can be done programmatically as it is just a registry entry. Sorry, I am
not familiar with the specifics of digital certificates.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com




Reply With Quote
  #5  
Old   
Cron
 
Posts: n/a

Default Re: Avoid Security Warning - 10-06-2008 , 09:41 AM




Quote:
It can be done programmatically as it is just a registry entry. *Sorry,I am
not familiar with the specifics of digital certificates.

Yes I've actually tried writing a .reg file for it but reg edits are
blocked on the college workstations! It's dead ends in all directions!
Ciarán


Reply With Quote
  #6  
Old   
paii, Ron
 
Posts: n/a

Default Re: Avoid Security Warning - 10-06-2008 , 02:49 PM




"Cron" <cronoklee (AT) hotmail (DOT) com> wrote


Quote:
On each user's PC the folder where the file is stored needs to be set as a
"trusted folder". This is in the Access options.

Surely there's a better way to do it than this?? The network is in a
busy college with hundreds of workstations. It's not practical to set
it on every machine. Is there no way to digitally sign a database
without having to package it?

Cheers,
Ciarán
How are you going to get a copy of the front-end onto those workstations?
Can the same script be used to set the destination folder as trusted?






Reply With Quote
  #7  
Old   
Cron
 
Posts: n/a

Default Re: Avoid Security Warning - 10-06-2008 , 04:45 PM




Quote:
How are you going to get a copy of the front-end onto those workstations?
Can the same script be used to set the destination folder as trusted?
Hi, thanks for the reply... The databse is installed on a shared
network drive and can be accessed by all workstations simultaneously.

Is there any VBA code that can add trusted locations as executing
a .reg file manually is forbidden on the college workstations?

Cheers,
Ciarán


Reply With Quote
  #8  
Old   
paii, Ron
 
Posts: n/a

Default Re: Avoid Security Warning - 10-07-2008 , 07:31 AM




"Cron" <cronoklee (AT) hotmail (DOT) com> wrote


Quote:
How are you going to get a copy of the front-end onto those workstations?
Can the same script be used to set the destination folder as trusted?

Hi, thanks for the reply... The databse is installed on a shared
network drive and can be accessed by all workstations simultaneously.
Access should not be run this way. Each user should have a copy of the
front-end linked to a shared copy of the back-end otherwise you will have
corruption of the MDB. The Jet Back-end may need to be changed to SQL server
if you have100's of simultaneous users.

Quote:
Is there any VBA code that can add trusted locations as executing
a .reg file manually is forbidden on the college workstations?
Are the workstations connected to the server with Active Directory? If so,
can your system administrator add the keys though a group policy?

Quote:
Cheers,
Ciarán




Reply With Quote
  #9  
Old   
Cron
 
Posts: n/a

Default Re: Avoid Security Warning - 10-07-2008 , 04:29 PM



On Oct 7, 1:31*pm, "paii, Ron" <n... (AT) no (DOT) com> wrote:
Quote:
"Cron" <cronok... (AT) hotmail (DOT) com> wrote in message

news:2ff5114f-0802-4466-87ba-9868a77f0647 (AT) u65g2000hsc (DOT) googlegroups.com...

How are you going to get a copy of the front-end onto those workstations?
Can the same script be used to set the destination folder as trusted?
Hi, thanks for the reply... The databse is installed on a shared
network drive and can be accessed by all workstations simultaneously.

Access should not be run this way. Each user should have a copy of the
front-end linked to a shared copy of the back-end otherwise you will have
corruption of the MDB. The Jet Back-end may need to be changed to SQL server
if you have100's of simultaneous users.
There'll be 30 users max at any one time. I've never had corruption
problems in the past with similar setups, why would this be an issue?

Quote:
Is there any VBA code that can add trusted locations as executing
a .reg file manually is forbidden on the college workstations?

Are the workstations connected to the server with Active Directory? If so,
can your system administrator add the keys though a group policy?
I have no idea how the server is set up. As far as I can tell it's
simply a windows mapped network drive. I'd prefer an access only
solution as the admins are very busy and could take weeks or months to
add the keys.


Cheers,
Ciarán



Reply With Quote
  #10  
Old   
Salad
 
Posts: n/a

Default Re: Avoid Security Warning - 10-07-2008 , 04:52 PM



Cron wrote:

Quote:
On Oct 7, 1:31 pm, "paii, Ron" <n... (AT) no (DOT) com> wrote:

"Cron" <cronok... (AT) hotmail (DOT) com> wrote in message

news:2ff5114f-0802-4466-87ba-9868a77f0647 (AT) u65g2000hsc (DOT) googlegroups.com...


How are you going to get a copy of the front-end onto those workstations?
Can the same script be used to set the destination folder as trusted?
Hi, thanks for the reply... The databse is installed on a shared
network drive and can be accessed by all workstations simultaneously.

Access should not be run this way. Each user should have a copy of the
front-end linked to a shared copy of the back-end otherwise you will have
corruption of the MDB. The Jet Back-end may need to be changed to SQL server
if you have100's of simultaneous users.


There'll be 30 users max at any one time. I've never had corruption
problems in the past with similar setups, why would this be an issue?
Good luck!

Consider a runtime version of A2007. It's free.



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.