This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, Exception while processing Server Explorer drag: Mindscape.LightSpeed.Generator.Model.GenerationException: Couldn't connect to the database. Check that the connection information is correct. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'lama'@'myHost' (using password: NO) On my Server Explorer I defined a right connection (since I can drag objects). Why the modeler cannot connect to my DB???? Thanks |
|
|
Hello Oscar, This may be happening because the connection is not set to "save my password." I am not quite sure about this because, although the "persist security info" element is not present in the connection string, the pwd element is still there. (When I create a MySQL connection with "save my password" not set, I get the same error that you report, but the connection string *doesn't* contain a password element. Also, I get a slightly different connection string to you anyway, with "user id" and "password" elements rather than "uid" and "pwd", which makes me wonder if we are using different versions of the VS plugin.) Could you try turning on the "save my password" option and see if that helps? If not, can you let us know which version of MySQL Connector/Net you are using? Also, could you provide us with the connection string of the Server Explorer connection (*NOT* the connection string in the .lsmodel file)? Thanks! |
|
|
DAMN! Yes "Save my password" let the modeler to work correctly. Please Ivan I need more help: Thanks |
|
|
Unfortunately drag-and-drop of views is not supported in the designer right now. We have this high on our wishlist. You can still use views from LightSpeed, but you will have to create the entity manually (either in the designer, by dragging an entity from the toolbox, or in code), rather than just dropping the view from Server Explorer. Sorry! |
|