The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I've been trying to get a ODBC connection with our Universe Database. im using the below driver and version.
As long as the data I request is decimal value I'm able to get data
But as soon as i add a text field I get:
"ODBC: ERROR [S1C00] [Rocket U2][U2ODBC][2301827]Driver not capable."
If i request the data with Python trough same DSN i can see the server does give back the data.
I've been reading below article but didn't seem to find the anwser whats going wrong.
https://community.powerbi.com/t5/Desktop/U2-Universe-database-ODBC-connection/m-p/50371
Going through the trace logs:
https://filebin.net/kmsvcnmjktgp4c5m
What I see is this:
"InfoType":"SQL_MAX_IDENTIFIER_LEN","NonFatalError":"ERROR [S1C00] [Rocket U2][U2ODBC][0400868]Driver not capable.. An error occurred but no ODBC error information was available"
Any one any ideas?
Solved! Go to Solution.
@Bjorns
Not familar with U2 ODBC driver, but with my search, 6.1 is a pretty old version, you can try with the latest 7.2 version.
U2 64-Bit ODBC Driver - Rocket Software Software Informer.
Paul Zheng _ Community Support Team
Best Regards
Just got the new version of the driver and this resolved the issue
@Bjorns
Not familar with U2 ODBC driver, but with my search, 6.1 is a pretty old version, you can try with the latest 7.2 version.
U2 64-Bit ODBC Driver - Rocket Software Software Informer.
Paul Zheng _ Community Support Team
Best Regards
I've asked my reseller if there is a new version. waiting to see if that's avalible.