Connecting Tech Pros Worldwide Forums | Help | Site Map

MDW and runtime access

Newbie
 
Join Date: Oct 2006
Posts: 12
#1: Oct 26 '06
I am hoping somebody can help me with this small problem, I have created a workgroup file and it works fine with people who have the full version of access 2002 i.e it prompts them to enter username and password, however, some people have Runtime Access 2002, when they open the database it does not prompt them for any user details, is there a way geeting those who use runtime to prompt them for user details.

Any help on this will be much appreciated.

NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,727
#2: Oct 26 '06

re: MDW and runtime access


Have you run 'Workgroup Administrator' on their PCs and set it to your .Mdw file?
Newbie
 
Join Date: Oct 2006
Posts: 12
#3: Oct 26 '06

re: MDW and runtime access


There is 10500 machines and they all have runtime access on, are you suggesting that I would have to run this on every machine.
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,727
#4: Oct 26 '06

re: MDW and runtime access


No, if you have that many PCs then you'd probably use a multiple Registry updater of some form (SMS; Scripting; etc}.
If you have that much resource you should have someone there who can set that up for you.
Newbie
 
Join Date: Oct 2006
Posts: 12
#5: Oct 27 '06

re: MDW and runtime access


Thank you for helping me, however, I have been a bit of a dumbass I forgot to include in the path the location of the msaccess.exe file, what a silly man I am
PEB's Avatar
PEB PEB is offline
Expert
 
Join Date: Aug 2006
Location: Bulgaria
Posts: 1,380
#6: Oct 27 '06

re: MDW and runtime access


Ammmmazing! Really amazing!!!

For the first time in my short live I've heart that Access is installed on a such number of machines!

And all are connected to 1 mdw???? How Access suports them??? It's very curious for me?

The Access specifications are for 255 concurent users my God!!!

And here 10500! Access will beat MS SQL SERVER!!!

Quote:

Originally Posted by ditch

There is 10500 machines and they all have runtime access on, are you suggesting that I would have to run this on every machine.

Newbie
 
Join Date: Oct 2006
Posts: 12
#7: Oct 31 '06

re: MDW and runtime access


The reason they all have runtime access is they hotdesk and the majority of users have links to various databases, so it just made sense to install the runtime on all machine, saves a lot of resouce.

The organistaion has some 5000 database's in one form or another, it's starting to become a nightmare moving these either to a unix or ms sql backend.
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,727
#8: Oct 31 '06

re: MDW and runtime access


Basically, the way the MDW security has been implemented in MS Access is piss-poor.

When I had a similar problem (nowhere near as many as 4,000PCs just lazy really) I set up a Reg file which is more easily applied.
The contents were :-
Quote:

Originally Posted by C:\Program Files\Microsoft Office 2000\Office\MSAccess.Reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\A ccess\Jet\3.5\Engines]

"SystemDB"="G:\\Database\\STPSecurity.Mdw"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\A ccess\Jet\4.0\Engines]

"SystemDB"="G:\\Database\\STPSecurity.Mdw"

which, you'll notice covers two versions - 2K & 97.
The file was created using RegEdit.Exe (all the usual warnings etc.), after I'd set up my PC with the correct settings.
From the 'Registry' menu select 'Export Registry File...' making sure 'Export Range' is set to 'Selected Branch'.

Obviously, the key used for later versions of Access is likely to be different, but only in the version number bits I would guess.

To apply the Reg file, simply Open it from Windows Explorer or type it in the 'Run' box.
Reply