View source | Discuss this page | Page history | Printable version   

Important Alert. Enterprise Module Management Window

Bulbgraph.png   Important notification about Core Reference data in the Enterprise Module Management window.

Please be aware that after an update of your Openbravo instance to the MP19 or the higher versions (up to MP23) Enterprise Module Management Window (General Setup > Enterprise > Enterprise module management) will display availability of the Core Reference data (see the screenshot below with an example).


InitialSetupDataset.png


You SHOULD NOT APPLY this Reference data if your core version is between MP19 and MP23 (both included).

This Reference data has a defect that resets sequence numbers of all the Document Types (Orders, Invoices and so on) included in it. This issue is fixed and will be available within MP24.

In case you have already applied this dataset after the update to one of the above mentioned MPs please get in touch with our Technical Support Team, because the numbers of the documents in your instance must be reviewed to check whether there is any duplicated number or not.

You can verify that your Document Types sequence numbers are not reseted by executing the PL-SQL script below. It should return zero records.

 select sum(foo.a) as counter from (
  select 'client' as source, count(*) as a from ad_clientmodule where ad_module_id='0' and created <> updated
 union
  select 'org' as source, count(*) as a from ad_orgmodule where ad_module_id='0' and created <> updated
 ) foo;


Bulbgraph.png   In spite of this alert we strongly encourage our users to update to the latest available maintenance pack (MP23, right now), because it contains important improvements and defect fixes. Just keep in mind instructions explained above.

Retrieved from "http://wiki.openbravo.com/wiki/Important_Alert._Enterprise_Module_Management_Window"

This page has been accessed 7,825 times. This page was last modified on 12 November 2010, at 15:23. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.