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

Access 2007 Runtime Security Issue

My Access 2007 file fails to open on a machine with the 2007 Access
runtime version installed. It comes up with a Security alert message.
Is there a security setting in the Access Database that needs to be
enabled to run the code and macros?

Aug 13 '07 #1
5 31338
As a security measure, by default Windows will not allow databases
created on external and untrusted machines to automatically open. It's
probable that you need to authorize the Access application.

In Windows explorer, Right-click on the .mdb or .mde file and select
'Properties'. On the General tab there should be a button to authorize
your application to open.

Ron, King of Chi
On Aug 13, 6:29 am, Rocky <consult...@randalstewart.comwrote:
My Access 2007 file fails to open on a machine with the 2007 Access
runtime version installed. It comes up with a Security alert message.
Is there a security setting in the Access Database that needs to be
enabled to run the code and macros?

Aug 13 '07 #2
On Aug 13, 4:51 pm, King Ron <KingRonPoindex...@covad.netwrote:
As a security measure, by default Windows will not allow databases
created on external and untrusted machines to automatically open. It's
probable that you need to authorize theAccessapplication.

In Windows explorer, Right-click on the .mdb or .mde file and select
'Properties'. On the General tab there should be a button to authorize
your application to open.

Ron, King of Chi

On Aug 13, 6:29 am, Rocky <consult...@randalstewart.comwrote:
MyAccess2007file fails to open on a machine with the2007Access
runtimeversion installed. It comes up with a Security alert message.
Is there a security setting in theAccessDatabase that needs to be
enabled to run the code and macros?- Hide quoted text -

- Show quoted text -
Thanks Ron. I have opened the properties/security tab and given all
users full permission and re-booted the system.
Still comes up with the same message.

Aug 14 '07 #3
Hi Rocky,

"Rocky" <co********@randalstewart.comschrieb im Newsbeitrag
news:11*********************@q4g2000prc.googlegrou ps.com...
On Aug 13, 4:51 pm, King Ron <KingRonPoindex...@covad.netwrote:
>As a security measure, by default Windows will not allow databases
created on external and untrusted machines to automatically open. It's
probable that you need to authorize theAccessapplication.

In Windows explorer, Right-click on the .mdb or .mde file and select
'Properties'. On the General tab there should be a button to authorize
your application to open.

Ron, King of Chi

On Aug 13, 6:29 am, Rocky <consult...@randalstewart.comwrote:
MyAccess2007file fails to open on a machine with the2007Access
runtimeversion installed. It comes up with a Security alert message.
Is there a security setting in theAccessDatabase that needs to be
enabled to run the code and macros?- Hide quoted text -

- Show quoted text -

Thanks Ron. I have opened the properties/security tab and given all
users full permission and re-booted the system.
Still comes up with the same message.
The security system changed in A2007.
You have to determine a Trusted Location (folder) for your accdb.
In full version that's done by adding the place to a list under Access
options. Runtime has no office menu button. So you have to add the folder to
the registry manually adding a locations key, e.g.:

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security\Trusted
Locations\Location1]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyTrustedDatabaseFolderNo1"

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security\Trusted
Locations\Location2]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyTrustedDatabaseFolderNo2"

Ciao, Sascha
Aug 14 '07 #4
On Aug 14, 11:15 am, "Sascha Trowitzsch" <n...@moss-soft.dewrote:
Hi Rocky,

"Rocky" <consult...@randalstewart.comschrieb im Newsbeitragnews:11*********************@q4g2000prc .googlegroups.com...


On Aug 13, 4:51 pm, King Ron <KingRonPoindex...@covad.netwrote:
As a security measure, by default Windows will not allow databases
created on external and untrusted machines to automatically open. It's
probable that you need to authorize theAccessapplication.
In Windows explorer, Right-click on the .mdb or .mde file and select
'Properties'. On the General tab there should be a button to authorize
your application to open.
Ron, King of Chi
On Aug 13, 6:29 am, Rocky <consult...@randalstewart.comwrote:
MyAccess2007file fails to open on a machine with the2007Access
runtimeversion installed. It comes up with a Security alert message.
Is there a security setting in theAccessDatabase that needs to be
enabled to run the code and macros?- Hide quoted text -
- Show quoted text -
Thanks Ron. I have opened the properties/security tab and given all
users full permission and re-booted the system.
Still comes up with the same message.

The security system changed in A2007.
You have to determine a Trusted Location (folder) for your accdb.
In full version that's done by adding the place to a list underAccess
options.Runtimehas no office menu button. So you have to add the folder to
the registry manually adding a locations key, e.g.:

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security\Trusted
Locations\Location1]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyTrustedDatabaseFolderNo1"

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security\Trusted
Locations\Location2]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyTrustedDatabaseFolderNo2"

Ciao, Sascha- Hide quoted text -

- Show quoted text -
Thanks. It worked

I also had to include an autoexec makro to open the switchboard at
startup. Access 2007 does not seem to have a simple way of automating
startup, as dis Access 2002/3

Aug 15 '07 #5
On Aug 15, 4:52 am, Rocky <consult...@randalstewart.comwrote:
On Aug 14, 11:15 am, "Sascha Trowitzsch" <n...@moss-soft.dewrote:
Hi Rocky,
"Rocky" <consult...@randalstewart.comschrieb im Newsbeitragnews:11*********************@q4g2000prc .googlegroups.com...
On Aug 13, 4:51 pm, King Ron <KingRonPoindex...@covad.netwrote:
>As a security measure, by default Windows will not allow databases
>created on external and untrusted machines to automatically open. It's
>probable that you need to authorize theAccessapplication.
>In Windows explorer, Right-click on the .mdb or .mde file and select
>'Properties'. On the General tab there should be a button to authorize
>your application to open.
>Ron, King of Chi
>On Aug 13, 6:29 am, Rocky <consult...@randalstewart.comwrote:
MyAccess2007file fails to open on a machine with the2007Access
>runtimeversion installed. It comes up with a Security alert message.
Is there a security setting in theAccessDatabase that needs to be
enabled to run the code and macros?- Hide quoted text -
>- Show quoted text -
Thanks Ron. I have opened the properties/security tab and given all
users full permission and re-booted the system.
Still comes up with the same message.
The security system changed in A2007.
You have to determine a Trusted Location (folder) for your accdb.
In full version that's done by adding the place to a list underAccess
options.Runtimehas no office menu button. So you have to add the folder to
the registry manually adding a locations key, e.g.:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security\Trusted
Locations\Location1]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyTrustedDatabaseFolderNo1"
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\A ccess\Security\Trusted
Locations\Location2]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\MyTrustedDatabaseFolderNo2"
Ciao, Sascha- Hide quoted text -
- Show quoted text -

Thanks. It worked

I also had to include an autoexec makro to open the switchboard at
startup. Access 2007 does not seem to have a simple way of automating
startup, as dis Access 2002/3
In Access 2007, open up the program, click on the office button. At
the bottom is a button for acces options. Pic current or this data
base. Select the startup screen.

Sep 5 '07 #6

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

Similar topics

4
by: Tom van Stiphout | last post by:
Is there such a thing, so we can deploy Access 2007 applications to desktops that don't have the full version installed? I searched MSFT.com, and found very little about this subject. -Tom.
17
by: Neil | last post by:
A client of mine likes some of the new bells and whistles in Access 2007, and is thinking about converting our A03 format MDB to an A07 format file. However, while some of the users have A07, many...
4
by: David Kates | last post by:
I was one of the few who was able to download the Access 2007 runtime when it was available for a short time. I installed it but cannot figure out how it runs an Access 2007 database. There is no...
1
by: rickcross | last post by:
I am trying to use the Access 2007 runtime. I have a program that is fully working in 2007 but when I install the runtime version with same Operating system and Access 2003 installed I have...
1
by: ARC | last post by:
So the long-awaited Access 2007 runtime SP-1 was released a couple days ago. I think the process will be to load SP1 for your development copy of Office 2007, then recompile your app, download the...
0
by: Chris O'C via AccessMonster.com | last post by:
I wouldn't install the Access 2007 runtime on the same system where Access 2007 retail is already installed because it might cause conflicts. I'd either install it on another pc or install it on a...
1
by: BL3WC | last post by:
Hi, I'd created a MDE under Access 2003. It is now under testing stage. Some of the users will use Access 2003 runtime and some will use Access 2007 runtime to run this MDE. I installed the...
0
by: Tom Gibbons | last post by:
I have an application in Access 2007. I have split the files and created a distributable package that includes Access 2007 Runtime. The front end is linked to tables in an .mdb file from Access...
2
by: Andy Briggs | last post by:
Hello all, I have a problem with distributing an Access 2007 application with the latest version of Access 2007 Runtime. What is happening that a date field on a form, whose default value is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.