Can anyone confirm whether there is any issue with a user ID file being located in the following place:
c:\windows\syswow64\config\systemprofile\appdata\local\lotus\notes\data\User.id
This is a windows 7 thing, the syswow directory is what the operating system uses: the %SystemRoot%\system32 directory for its 64-bit library and executable files. This is done for backwards compatibility reasons as many legacy applications are hardcoded to use that path. When executing 32-bit applications, WOW64 redirects requests for DLLs from that directory to %SystemRoot%\sysWOW64, which contains legacy libraries and executables.
We are seeing some machines where the .id file is located in the above and some located here:
C:\Users{usersEID}\AppData\Local\Lotus\Notes\Data\User.id
Bear in mind the application is functioning correctly. We just need to verify that this is not going to be an issue from the Lotus side.
Thanks