Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 28687

SSRS Visual Studio New Report crashing when importing a specific mysql table

$
0
0

First I am not totally sure where to ask this question so I figured I would start here.

I am designing a few reports using SQL Server 2012 SSRS.  I have a few MySQL databases that need to be reported on.

I installed the 5.1 32 and 64 bit drivers  (This was the only way I could create it as a data source and get visual studio to use it when creating the datasource).

What happens is when I create a new report and get to the query builder if I add one of the bad tables it crashes visual studio. I have 18 tables and 5 of them cause the issue.

Also if I manually try to do the query at the query builder it fails and gives me errors. 

For example putting this query in the query builder and trying to execute it crashes visual studio

SELECT *
from customer_quotas

BUT if I enter this query in the field for Query string (Not going into the query builder).  I can build a report with it and it works.

So it appears as if the connection is working but query builder doesn't know how to handle some of the tables I have.

customer_quotas is a simple table

ucstID INT(11) PK

warnMB INT(10)

critMB INT(10)

It is referenced in one other table.

There is another table that fails that is as simple as you can get.  The table name is innodb_monitor and it has one field that is not a PK called a of type INT(11).  This table doesn't touch anything, it is actually empty.

Is there a fix to the problem?  Using query builder is nice and I would like to continue using it.


Viewing all articles
Browse latest Browse all 28687


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>