On 04/02/2011 08:53 PM, Pablo Sarobe wrote: > Fixed! > Everything was fine except for the labels that I renamed because nothing > changed in my ad_textinterfaces but in CI , as you can see, failed > because "isused" field changed from isused='Y' to isused='N' In the last step those would even have been deleted, as we don't keep rows with 'N' around anymore. > > Why in my local context the value of this field didn't change but in CI? > What step did I miss?
To do the full process you'll need a compile.complete with core in development not just some smaller like compile -Dtab=xx. As only in the .complete process we call the correct sequence of trl-affecting steps: - set all ad_textinterfaces.isused ='N' - update used ones to yes (like in small compile) - finally delete all rows still with 'N' Alternatively to save time you can do those equivalent steps by hand (bit more complicated but saves the complete.complete time which can ranges from 2-20min...) Stefan ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Openbravo-builds mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-builds
