I have a very similar problem to "Unable to Create System DSN," but none of the fixes suggested there have worked for me.
System: Windows 7 64-bit Enterprise.
I'm trying to create a DSN to use accessing MySQL from powershell.
When I open up %windir%\system32\odbcad32.exe
(the default 64-bit ODBC Administrator) and click on the system DSN tab,
it gives the warning
"You are logged in with a non-administrative privileges. System DSNs could not be created or modified" I am the sole administrator on the system and am logged in as administrator when this happens. I have also tried starting the ODBC Administrator by right-click run as administrator, same result.
This is what I've tried so far:
- Have checked the permissions on
HKLM/software/odbc
- Have tried advice here
- Tried running the WoW64 32-bit version of ODBC
%windir%\SysWOW64\odbcad32.exe
which will allow me to click the system DSN tab and I have added a 32-bit MySQL System DSN from there, FWIW which I was able to do without right-click run as administrator.
I guess for now I'll use the 32-bit System DSN, but it would be nice to use the 64-bit if someone can help.