You are not the original submitter of this bug, so you can't edit the bug this way.
| Bug #16653 | MyODBC 3 / truncated UID when performing Data Import in MS Excel | ||
|---|---|---|---|
| Submitted: | 19 Jan 2006 22:21 | Modified: | 26 Feb 2008 11:00 |
| Reporter: | [ name withheld ] | ||
| Status: | Closed | ||
| Category: | Connector/ODBC | Severity: | S2 (Serious) |
| Version: | 3.51.12 | OS: | Microsoft Windows (Win XP) |
| Assigned to: | Bugs System | Target Version: | |
| Triage: | D3 (Medium) | ||
[19 Jan 2006 22:21]
[ name withheld ]
[20 Jan 2006 11:24]
Valeriy Kravchuk
Thank you for a problem report. Can you turn on tracing of the ODBC calls for that DSN and upload a trace file for the actions you described?
[20 Jan 2006 16:01]
[ name withheld ]
Debug file
Attachment: myodbc.log (application/octet-stream, text), 16.41 KiB.
[21 Feb 2006 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[21 Feb 2006 15:24]
[ name withheld ]
No feedback was provided for this bug for over a month, so it is being suspended automatically.... I provided the requested debug log file on January 20 2006...
[22 Feb 2006 9:50]
Valeriy Kravchuk
You had uploaded the file, but had not changed status back to "Open". It is not done automatically. That's why this bug report had not got proper attention. Sorry. Anyway, according to the trace, you have no "myodbc1" database. Please, connect using the mysql command line client and send the results of SHOW DATABASES statement.
[23 Mar 2006 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[6 Jun 2006 15:44]
Tonci Grgin
Although problem is repeatable I think this is not a bug. How to repeat: Set up MySQL server (Win/Linux). Define user account with password Set up System DSN for MyODBC with user account that has password Test connection Open MS EXCELL Data / Import external data / Import data > point to New source > ODBC DSN > choose MyODBC ... After clicking "Open", MyODBC setup screen shows with user-name truncated It is essential that user has password. With passwordless account everything works. It is also essential not to save password to excel connection file. Snip from EXCEL connection file: <odc:Connection odc:Type="OLEDB"> <odc:ConnectionString>Provider=MSDASQL.1;Persist Security Info=True;Extended Properties="DATABASE=test;DESCRIPTION=test;DSN=myodbc1;OPTION=524604;PORT=3307;SERVER=munja;SOCKET=/tmp/mysql.sock;UID=root";Initial Catalog=test</odc:ConnectionString> <odc:CommandType>Table</odc:CommandType> <odc:CommandText>`test`.`tstidx`</odc:CommandText> </odc:Connection> <odc:Connection odc:Type="ODBC"> <odc:ConnectionString>DATABASE=test;DESCRIPTION=test;DSN=myodbc1;OPTION=524604;;PORT=3307;SERVER=munja;SOCKET=/tmp/mysql.sock;UID=roo</odc:ConnectionString> <odc:CommandText>SELECT * FROM `test`.`tstidx`</odc:CommandText> </odc:Connection> It is visible that first connection string is OK but second one is truncated. However odd, connection sometimes succedes, usually on first attempt... I can't imagine why Excel can not read the same info correctly twice ... [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\myodbc1] "Driver"="C:\\WINDOWS\\system32\\myodbc3.dll" "DATABASE"="test" "DESCRIPTION"="test" "OPTION"="524604" "PWD"="xxxxxxx" "PORT"="3307" "SERVER"="munja" "SOCKET"="/tmp/mysql.sock" "UID"="root" Workaround: Save password into Excel connection file and everything works (both connection strings are equal): <odc:Connection odc:Type="OLEDB"> <odc:ConnectionString>Provider=MSDASQL.1;Persist Security Info=True;Extended Properties="DATABASE=test;DESCRIPTION=test;DSN=myodbc1;OPTION=524604;PWD=xxxxxxxx;PORT=3307;SERVER=munja;SOCKET=/tmp/mysql.sock;UID=root";Initial Catalog=test</odc:ConnectionString> <odc:CommandType>Table</odc:CommandType> <odc:CommandText>`test`.`test1`</odc:CommandText> </odc:Connection> <odc:Connection odc:Type="ODBC"> <odc:ConnectionString>DATABASE=test;DESCRIPTION=test;DSN=myodbc1;OPTION=524604;PWD=xxxxxxxx;PORT=3307;SERVER=munja;SOCKET=/tmp/mysql.sock;UID=root</odc:ConnectionString> <odc:CommandText>SELECT * FROM `test`.`test1`</odc:CommandText> </odc:Connection>
[10 Jul 2006 14:07]
Paul Keenan
I see exactly the same problem. The workaround does exactly that - it works around the problem, it doesn't solve it. I didn't understand why the status is now "Not a Bug" - can you explain ? Are you saying the bug is in Excel, not the MySQL ODBC code ? Thanks, Paul.
[23 Apr 2007 23:37]
Andrew Tonner
Can someone clarify? The bug here (that the OK button returns "User Cancelled") is not addressed.
[26 Jul 2007 23:10]
Eric MaLossi
I am still running into this problem in 3.51.17 Tonci's observation is correct that in the first block of the .odc file the OLEDB block, the UID is correct, but in the second block (ODBC), it is truncated. I have never experienced a successful connection though as he says has happened. It always fails, and if you try to correct the UID while the import is in process, Excel crashes. I'm not positive that this is our problem rather than MS, however I tried the same test against a SQL Server DSN and it worked fine. Both .odc files are attached. These can be placed in the "My Data Sources" folder and run. This problem has come up a few times now, so we should either figure out what's causing it or at least document the workaround in our User Manual. The User Cancelled error, means just what it says, you clicked cancel on the MyODBC config app, because that's the only thing that you can click, assuming that the UID and password are incorrect. Therefore that is simply a symptom not a problem. The real problem is that the connect strings in the .odc files aren't correct. The password needs to be added to both, and the UID needs to be corrected in the second.
[5 Jan 2008 1:05]
Jess Balint
fix + test
Attachment: bug16653.diff (application/octet-stream, text), 10.55 KiB.
[5 Jan 2008 1:06]
Jess Balint
Changed writing DSN strings to include the semi-colon at the end. Excel (or whatever sub-component for ODBC) was removing the last character and this works around it.
[18 Feb 2008 3:19]
Jess Balint
Patch committed as rev 1035, returning "null" as opposed to blank which was in the patch. Will be released in 3.51.24.
[23 Feb 2008 23:46]
Jess Balint
Patch was committed incorrectly, fixed in rev 1047.
[26 Feb 2008 11:00]
MC Brown
A note has been added to the 3.51.24 changelog: With some connections to MySQL databases using Connector/ODBC, the connection would mistakenly report 'user cancelled' for accesses to the database information.
[25 Jun 2008 21:27]
Niklas Lindquist
The immediate result of the connect call
Attachment: mysqlodbcdbg.png (image/png, text), 48.16 KiB.
[25 Jun 2008 21:31]
Niklas Lindquist
Sorry. Previous attachment ended up in the wrong thread.
