Facing problems with MySql 2-3-0-1 to 2-3-1-3 migration...

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/4/2009 9:33:19 PM
Gravatar
Total Posts 20

Facing problems with MySql 2-3-0-1 to 2-3-1-3 migration...

I'm migrating from 2-3-0-1 to 2-3-1-3 using Mysql database.

But when I try to create a new content or browse some of the existing ones I got an error message:

homologacao.mpacheco.com.br/Data\Sites\1\GalleryImages\WebImages\MojoIssue\mojoportal-2-3-1-3-mysql-errorMessage.jpg

Since some parts are in portuguese, the thre buttons below  the message means cancel, retry and ignore.

Seems that some MSSQL database is being reffered, but I'm using MySql database...

I've downloaded  the source code and the mysqldatalayer-GPL, extracted the sourcecode, updated the web-config, copy the dll's of mysqldatalayer into web\bin folder and build the site (mojoportal.sln).

In my first try to run there was a permission deny error in mysql. I've stopped the proccess, granted to mojo user and started it again. upgrademessages were ok. The site seems to be ok. Html modules works well. But when I try to create a new module the error occurs. If I choose "Ignore" about 3 times the execution continues, but in webstore it doesn't...

Did I made some mistake in migration? Or is it a bug?

 

8/4/2009 9:44:27 PM
Gravatar
Total Posts 20

Re: Facing problems with MySql 2-3-0-1 to 2-3-1-3 migration...

8/5/2009 6:19:19 AM
Gravatar
Total Posts 18439

Re: Facing problems with MySql 2-3-0-1 to 2-3-1-3 migration...

Hi,

I don't recommend deploying/using the source code on production environments, thats what the pre-compiled "deployment" files are for.

The Visual Studio sln is configured for MS SQL to use other databases you would need to change the project references from MS SQL data layers to theMySql data layers for each Business project, there is no need to download the MySql dlls for use with the source code those files are only needed for the deployment package (not the source code package since it contains the source code for using MySql).

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.