If I understand correctly, the Postgre build fails because, as there was a problem with a trigger, an update.database failed in the middle of the task. This left the database in an "inconsistent" state, because there were already changes in the database, but the CRC and the last update date hadn't been changed. This means that in the next update task, you get this "-Dforce" error.
The solution should be just to do one manual update.database -Dforce=true. Users shouldn't be affected by this problem, since the problem has already been fixed, and they won't get the problematic trigger. Martin Taal wrote: > Yes I committed a change in a trigger which resulted in build failures. > The change resulted in a failure in the middle of the update.database > action (stringindexoutofboundsexception). > > http://builds.openbravo.com/job/erp_devel_pi-inc-pgsql/1195/console > > I committed/pushed a fix at 12:33 am, after that the oracle build was > fine (also both full builds). So there is something 'strange' with the > postgres build. > > gr. Martin > > Juan Pablo Aroztegi wrote: > >>> erp_devel_pi-inc-pgsql - Build # 1195 - Still Failing: >>> >>> >> Hi. It seems that these last hours there have been problems with >> DBSourceManager and our builds. As of now: >> >> * erp_devel_pi-inc-pgsql: it complains that "Database has local changes" >> when doing the update.database. >> * erp_devel_pi-pgsql-db-inc-consistency-test: there's an inconsistency, >> maybe related to the previous one not having the latest fixes yet. >> >> How can we solve the first one? I mean: can it be solved by a commit or >> are we forced to launch a "create.database -Dapply.on.create=yes"? If >> this second part is true, was this situation caused by the previous >> commits? Will a normal user get this problem? >> >> >> Thanks, >> >> Juan Pablo >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Openbravo-development mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/openbravo-development >> >> >> > > > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
