JMongi
Active member
- Local time
- Today, 09:39
- Joined
- Jan 6, 2021
- Messages
- 802
I'm working on establishing the best methods for our company to setup and distribute a basic split DB setup (Jet BE on server share; individual FEs locally).
I have my scripts working to copy files to local FEs. The only thing I'm lacking at the moment is an automated way to ensure code can be run i.e. setting the FE location as a trusted location.
I saw a few threads about registry files and whatnot. But, before I dive into understanding a specific methodology I should probably make suere thats the one I want to use.
Our server is running Windows Server 2008 and uses Active Directory but is managed by a third party IT company. So I'm assuming I will get little support outside of their typical operating procedures. Ideally, whatever process I use will not need their intervention.
Edit: I know there are quite a few threads on here. But, none seemed to actually outline how to go about doing most of it. I gather you can add registry entries (I saw @PatHartman thread in the code sample forum) and I read much about various purchasable modules to do this (not an option unfortunately). I read a post from @Isaac that mentioned using VBscript to set registry keys, but I have yet to find a reliable guide on how to do that.
I have my scripts working to copy files to local FEs. The only thing I'm lacking at the moment is an automated way to ensure code can be run i.e. setting the FE location as a trusted location.
I saw a few threads about registry files and whatnot. But, before I dive into understanding a specific methodology I should probably make suere thats the one I want to use.
Our server is running Windows Server 2008 and uses Active Directory but is managed by a third party IT company. So I'm assuming I will get little support outside of their typical operating procedures. Ideally, whatever process I use will not need their intervention.
Edit: I know there are quite a few threads on here. But, none seemed to actually outline how to go about doing most of it. I gather you can add registry entries (I saw @PatHartman thread in the code sample forum) and I read much about various purchasable modules to do this (not an option unfortunately). I read a post from @Isaac that mentioned using VBscript to set registry keys, but I have yet to find a reliable guide on how to do that.
Last edited: