Book a Demo

Author Topic: MySQL errors when generating documents  (Read 4639 times)

amattingly

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
MySQL errors when generating documents
« on: November 19, 2002, 08:29:39 am »
I am using EA 3.50 b577.

When trying to generate HTML or RTF documents I get an error (can be multiple times):

Microsoft OLE DB Provider for ODBC
[MySQL][ODBC 3.51 Driver][mysqld-4.0.4-beta]Table `t_Connector` doesn't exist

Clicking OK through each of these errors, I can get a document, but this takes a while.

I am running MySQL on a Linux machine and I verified that the table name is t_connector and mysql gives the same error if you use t_Connector in a query.

Is there a fix for this?

Also, is there anyway to turn off the display of diagrams in EA while the documentation is being generated?  This makes it really slow when using a remote DB.

Thanks,
 Alan

James

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: MySQL errors when generating documents
« Reply #1 on: November 26, 2002, 01:36:56 pm »
I've also experienced this (I'm using build 577, with MySQL on Linux).  When I duplicated the t_connector table as another table called t_Connector the problem magically disappears - looks like a typo in the client end.

I'd also agree with the slowness caused by re-drawing each diagram.

PS installing the MySQL backend was an absolute doddle - much easier than the MS SQL Svr that I did last week.

James

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: MySQL errors when generating documents
« Reply #2 on: November 27, 2002, 05:38:37 am »
I think this must have been fixed in one of the recent releases as I installed build 583 and it works OK now (but the diagram redraw is still slowing things down a lot) :)

amattingly

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: MySQL errors when generating documents
« Reply #3 on: November 27, 2002, 05:53:46 am »
Thanks James for the info.  Great minds think a like ;), I downloaded b583 last night and encountered no errors running reports.

- Alan