On Aug 7, 2013, at 15:06 39, Eric Gauvin wrote: > On both the Paravel machines and our Ubuntu MYSQL server machine I get the > following results: > > +-----+ > | DB | > +-----+ > | 220 | > +-----+
Ok, now we're getting somewhere... You've got a schema mismatch. The schema in your database (220) is that used by RD v2.5.x. That's why your 2.0.x setups are having problems talking to it -- they are expecting schema 202. Worse, in their attempts to do so, they could be generating corruption in the DB. Not good. You need to get everything upgraded to one of the 2.5.x versions ASAP. The longer you continue to operate this way, the more you risk borking your DB irretrievably. The easiest way to accomplish this may be to apply the online updates on your Broadcast Appliance setup (which as of this writing will get you v2.5.2) and put that on the air. Then, switch the Ubuntu box over to BA as well. Don't forget the online updates! Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | Don't tell me I'm burning the candle at both ends -- tell me where to | | get more wax!! | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
