6.3 to 6.4 Conversion Problem

For complex topics that regular users would not be interested in. For power users and database administrators.
Post Reply
DrT
Posts: 10
Joined: Thu Jun 28, 2007 7:45 am

6.3 to 6.4 Conversion Problem

Post by DrT » Wed Apr 14, 2010 11:29 am

I am getting corrupted database converting from OD ver. 6.3 to ver. 6.4 with the message "Table 'opendental.autonote' doesn't exist."
"The miracle is not to fly in the air, or to walk on the water, but to walk on the earth."

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: 6.3 to 6.4 Conversion Problem

Post by jordansparks » Wed Apr 14, 2010 1:16 pm

Is your MySQL username and password still root and (blank)? Those were the defaults that the program shipped with
http://www.opendental.com/manual/choosedatabase.html

Did you install MySQL using our installer, or did you do it yourself separately? Are you using Linux?
Jordan Sparks, DMD
http://www.opendental.com

DrT
Posts: 10
Joined: Thu Jun 28, 2007 7:45 am

Re: 6.3 to 6.4 Conversion Problem

Post by DrT » Wed Apr 14, 2010 1:49 pm

Thank you for your quick reply.
Yes, I install MySQl 5 on Ubuntu (Linux) as a file server. I converted an existing database (ver. 5.6) to ver. 5.9, 6.2 and 6.3 successfully. And when I converted the database from ver. 6.3 to ver. 6.4, I got the error message mentioned above.
"The miracle is not to fly in the air, or to walk on the water, but to walk on the earth."

DrT
Posts: 10
Joined: Thu Jun 28, 2007 7:45 am

Re: 6.3 to 6.4 Conversion Problem

Post by DrT » Wed Apr 14, 2010 1:57 pm

I looked in the existing database and noticed that there is no autonote file. Should there be an autonote file in the opendental mysql database in ver. 5.6?
"The miracle is not to fly in the air, or to walk on the water, but to walk on the earth."

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: 6.3 to 6.4 Conversion Problem

Post by jordansparks » Wed Apr 14, 2010 3:30 pm

Your MySQL permissions are wrong.
http://www.opendental.com/manual/passwordsmysql.html
Or the permissions for the mysql data directory are wrong. Try chmod 777.

This could all be avoided by installing on Windows.
Jordan Sparks, DMD
http://www.opendental.com

DrT
Posts: 10
Joined: Thu Jun 28, 2007 7:45 am

Re: 6.3 to 6.4 Conversion Problem

Post by DrT » Wed Apr 14, 2010 3:39 pm

I manually set mysql user and password as root and (blank). I chmod 777 the mysql data directory. I was able to convert from version 5.6 to 6.3 with no problem. Only when I try to convert to version 6.4 and above do I get the error message.
"The miracle is not to fly in the air, or to walk on the water, but to walk on the earth."

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: 6.3 to 6.4 Conversion Problem

Post by jordansparks » Wed Apr 14, 2010 3:49 pm

The autonote table was created in version 5.1. So this means to me that you are missing file(s) from your database. Look at your database files. Are there any autonote files? There should be three of them. Files can go missing if you used poor backup software that skips empty files. You can get the missing files from our trial version installation as long as there was no data in them.
Jordan Sparks, DMD
http://www.opendental.com

DrT
Posts: 10
Joined: Thu Jun 28, 2007 7:45 am

Re: 6.3 to 6.4 Conversion Problem

Post by DrT » Wed Apr 14, 2010 5:49 pm

Thank you Dr. Sparks for your help.

I went back to an older opendental db ver.4.9 and converted to ver. 5.6. I then extracted the 6 autonote files and place them in the existing database (ver. 5.6) and did the conversion. The conversion went smoothly up to version 6.5. I will try to further convert to version 6.9 when I have the time. Thank you again for you help.

Tom
"The miracle is not to fly in the air, or to walk on the water, but to walk on the earth."

User avatar
Justin Shafer
Posts: 596
Joined: Sat Jul 28, 2007 7:34 pm
Location: Fort Worth, TX.

Re: 6.3 to 6.4 Conversion Problem

Post by Justin Shafer » Sat Apr 17, 2010 8:06 pm

I used to have this problem upgrading the database with the linux server. I had to reset the grant tables in mysql I think.. was a couple of years ago... Restoring the database shouldnt affect the grant tables in mysql though.. could be a conversion problem.. but dont rule out the grant tables... I believe I also had a bug with mysql around that time as well, and I downgraded it...

Post Reply