I know a lot has been written about this and I thought I had it figured out but now all of a sudden the warning is back in 3 of 7 sites.
My main reason for reaching out is to find out if anyone else is experiencing this after they thought that it was resolved.
Any ideas would be appreciated.
The application was developed in Access 2013 32 bit.
It's running on Windows 11 Home machines.
It's deployed in 7 places all using the 365 32 bit runtime.
There is a front end and back end and other support files - all in shared folder "SunShare". Everyone has access to this folder. There are no sub folders. The computer name is "ComputerName". The shared drive letter "S".
Everything lives in a shared folder because in some sites there's a secondary machine running the same code and that needs to get to the primary machine's folder. So "S" is a mapped drive on both machines.
The user runs the application thru a shortcut with the following target: S:\SunUser1.accdb /runtime
When setting up a new site, everything works but the security warning appears.
These are my registry instructions that I use for all sites.:
- Registry Changes - Primary Computer:
- Perform the following Registry changes:
- HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\A ccess\Security\TrustedLocations
- Add a DWORD by right clicking Trusted Locations, New DWORD (32 bit)
- Change the name of the DWORD to “AllowNetworkLocations”
- Right click and modify the DWORD value to 1
- Add a key to Trusted Locations by right clicking it, New Key, name it Sun
- Right click the new key and select New > Expandable String Value
- Change the name to “Path”, then right click and modify the value data to the network path name of the accdb (ex: \\Computername\SunShare)
At this point everything worked as needed - no security warnings.
Then months later, the security warnings come back in some not all of the 7 sites. This seems to have started around July 2. All sites are setup to automatically check for and install OS updates including updates to Microsoft products.
I did try uninstalling and re-installing the runtime but that was no help.
My guess is that this is related to a Microsoft update since everything was fine for months and then this issue developed. I'm assuming it will affect the other sites soon.
There ae some macros in the code and I thought that may be causing the problem so as a test I removed the macros in a test accdb just to see if that would get me past the security warning and it did not.
I'm at a point where I'm ready to say this is a Microsoft problem that I have no control over but that just goes against my grain.