"Error Loading Tables."

Last post 02-11-2009 1:19 PM by Elad (SiSense). 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 02-09-2009 8:20 PM

    • DavidB
    • Top 150 Contributor
    • Joined on 12-08-2008
    • Posts 1

    "Error Loading Tables."

    I am getting an error when attempting to connect to a MySQl database.  The error states:

     

    Error Loading Tables.

     

    Any ideas?

     

     

  • 02-11-2009 1:19 PM In reply to

    Re: "Error Loading Tables."

    If I had to guess, the user you are using does not have permissions to request the database schema from the MySql database.

    Prism fetches a list of tables from INFORMATION_SCHEMA.  If the user you are logging in with does not have permission to request this schema, you will get this error.

    You need to make sure your use has permission to query schema tables in your database.

Page 1 of 1 (2 items)