how to clear "Table named [***] exists in the database... " warn messages

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to clear "Table named [***] exists in the database... " warn messages

hzz6222003
hi, all
l've succesfully deploy ofibz at mysql, but there are many warn messages " Table named [***] exists in the database but has no corresponding entity" when ofbiz starts. how can l clear it?
Regards,
huang zhong zhou
iit Co, Ltd
Reply | Threaded
Open this post in threaded view
|

Re: how to clear "Table named [***] exists in the database... " warn messages

Jacques Le Roux
Administrator
It's because the underlying data model has changed and you have still a DB using and older data model. Depending if you are still
testing or already in production, you can clear you DB and create a new one or else write scripts to delete the tables or do it by
hand

Jacques

From: "hzz6222003" <[hidden email]>
> hi, all
> l've succesfully deploy ofibz at mysql, but there are many warn messages " Table named [***] exists in the database but has no
> corresponding entity" when ofbiz starts. how can l clear it?
> Regards,
> huang zhong zhou
> iit Co, Ltd


Reply | Threaded
Open this post in threaded view
|

Re:Re: how to clear "Table named [***] exists in the database... " warn messages

hzz6222003
hi Jacques,
I didn't change any data model, and every table in the mysql have the warn messages.  
huang zhong zhou


At 2011-04-15 14:04:34,"Jacques Le Roux" <[hidden email]> wrote:

>It's because the underlying data model has changed and you have still a DB using and older data model. Depending if you are still
>testing or already in production, you can clear you DB and create a new one or else write scripts to delete the tables or do it by
>hand
>
>Jacques
>
>From: "hzz6222003" <[hidden email]>
>> hi, all
>> l've succesfully deploy ofibz at mysql, but there are many warn messages " Table named [***] exists in the database but has no
>> corresponding entity" when ofbiz starts. how can l clear it?
>> Regards,
>> huang zhong zhou
>> iit Co, Ltd
>
>