A desktop support technician is deploying a legacy 32-bit relational database client on a 64-bit Windows 11 Pro workstation for standard users. During testing under a standard user account, the application fails to save system-wide configuration files and cannot locate its database driver. Which of the following configuration steps should the technician take to resolve these issues? (Select TWO.)
- Grant Modify permissions to standard users for the application's shared folder inside C:\ProgramData.Answer
- Configure the required database connection using the 32-bit ODBC Data Source Administrator located in C:\Windows\SysWOW64.Answer
- CMove the 32-bit application executable files directly into the C:\Program Files directory.
- DLaunch the default 64-bit ODBC Data Source Administrator tool from Windows Administrative Tools to create the DSN.
Answer
The technician must grant Modify permissions to standard users for the shared configuration folder in C:\ProgramData and configure the 32-bit database DSN using the 32-bit ODBC Data Source Administrator located in C:\Windows\SysWOW64.
To resolve application initialization and database connectivity errors for a 32-bit application running on 64-bit Windows, the technician must set appropriate NTFS permissions on the shared configuration folder in C:\ProgramData so standard users can write configuration settings, and use the 32-bit ODBC utility in C:\Windows\SysWOW64 to configure database connections.
Step-by-Step Solution
Key Concept
Application Architecture Compatibility and Shared Data Permissions