A technician is setting up a custom database reporting utility on a workstation running 64-bit Windows 11 Pro. The software installation guide indicates that the application relies on a legacy 32-bit database driver to connect to the backend server and requires write access to a shared location for updating application-wide runtime configuration settings accessible by all system users. Which of the following tasks should the technician perform to properly configure this application? (Select TWO.)
- Configure the 32-bit database driver using the 32-bit ODBC Data Source Administrator located in C:\Windows\SysWOW64\odbcad32.exe.Answer
- Grant Standard Users Modify permission on the application's shared subfolder located in C:\ProgramData.Answer
- CConfigure the database connection using the default ODBC Data Source Administrator tool located in C:\Windows\System32\odbcad32.exe.
- DGrant Standard Users Write access to the application binaries folder located in C:\Program Files (x86).
Answer
To properly configure the legacy application on 64-bit Windows 11 Pro, the technician must configure the 32-bit database driver using the 32-bit ODBC Data Source Administrator in C:\Windows\SysWOW64\odbcad32.exe and grant Standard Users Modify permission on the application's shared subfolder located in C:\ProgramData.
On 64-bit versions of Windows, 32-bit applications require 32-bit ODBC drivers configured via the 32-bit administrator tool located in C:\Windows\SysWOW64\odbcad32.exe. Additionally, shared application settings that need to be modified by all standard users should be placed in C:\ProgramData with explicit permissions granted, preserving system security without modifying Program Files.
Step-by-Step Solution
Key Concept
32-bit vs 64-bit ODBC Administration and Windows Shared Data Directory Permissions