Quantcast
Channel: Power Query topics
Viewing all articles
Browse latest Browse all 31088

Firebird ODBC x Powerquery - Can't import data from table with 4 columns and 8 lines

$
0
0

Hello guys,

I've done some projects in Firebird, always using ODBC, since there is no native connection to this DB, they always worked fine, until now. Recently I've started a project in another firebird DB, and when I try to import a single table, that contains 4 columns and 8 rows in powerquery, it enters an eternal loop, from Waiting from=DSN, to "loading 8 lines from table" and it never loads actually.

If I try to import a VIEW from the DB, it loads imediatly, 100k+ lines, but the TABLES doesn't seems to be evaluating well.
Data Mashup Container goes crazy, I've enabled tracing and it seems that it is running an eternal loop.

I'm connecting to the same table with ACCESS and ODBC and it runs smooth.

I've identified in the Mashup LOG that it throws an error:

DataMashup.Trace Error: 24579 : {"Start":"2018-05-08T13:08:19.3247722Z","Action":"Engine/IO/Odbc/Connection/GetInfo32","HostProcessId":"13824","InfoType":"SQL_CONVERT_GUID","Exception":"Exception:\r\nExceptionType: Microsoft.Mashup.Engine1.Library.Odbc.Interop.OdbcException, Microsoft.MashupEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\r\nMessage: ERROR [HY096] [ODBC Firebird Driver]Information type out of range\r\nStackTrace:\n   em Microsoft.Mashup.Engine1.Library.Odbc.OdbcCachingService.OdbcCachingConnection.OdbcFunctionCaching.GetResult[Output](UInt16 input, Func`3 function)\r\n   em Microsoft.Mashup.Engine1.Library.Odbc.OdbcTracingService.OdbcTracingConnection.<>c__DisplayClass8.<GetInfoInt32>b__7(IHostTrace trace)\r\n   em Microsoft.Mashup.Engine1.Library.Common.Tracer.Trace[T](String method, Func`2 func)\r\n\r\n\r\n","ProductVersion":"2.57.5068.721 (PBIDesktop)","ActivityId":"f650cedf-96bc-4dc8-8043-8dfe99794cef","Process":"Microsoft.Mashup.Container.NetFX40","Pid":576,"Tid":1,"Duration":"00:00:00.0272237"}


And then it keeps looping forever the retry.
Any ideas?


Viewing all articles
Browse latest Browse all 31088

Trending Articles