Menu

#2446 360lts Migration scripts/dmp don't contain JavaPOS changes

Module_Specific
closed-fixed
Migration (33)
9
2010-12-09
2010-06-24
Hans Baier
No

When firing up 360lts with vanilla database (RUN_ImportAdempiere.sh),

starting the client with GardenUser/HQ, then clicking on POS gives the following errors on the *client* console:

-----------> Msg.translate: NOT found: SubTotal [11]
-----------> MPOS.get_Value: Column not found - OSK_KeyLayout_ID [11]
-----------> MPOS.get_Value: Column not found - OSNP_KeyLayout_ID [11]
-----------> MPOS.get_Value: Column not found - OSNP_KeyLayout_ID [11]
-----------> MPOSKeyLayout.get_Value: Column not found - AD_PrintColor_ID [11]
-----------> MPOSKeyLayout.get_Value: Column not found - AD_PrintFont_ID [11]
-----------> MPOSKeyLayout.get_Value: Column not found - Columns [11]
-----------> MPOSKey.get_Value: Column not found - SubKeyLayout_ID [11]
-----------> MPOSKey.get_Value: Column not found - AD_PrintFont_ID [11]
-----------> MPOSKey.get_Value: Column not found - AD_Image_ID [11]
-----------> MPOSKey.get_Value: Column not found - SpanX [11]
-----------> MPOSKey.get_Value: Column not found - SpanY [11]
-----------> MPOSKey.get_Value: Column not found - SubKeyLayout_ID [11]
-----------> MPOSKey.get_Value: Column not found - AD_PrintFont_ID [11]
-----------> MPOSKey.get_Value: Column not found - AD_Image_ID [11]
-----------> MPOSKey.get_Value: Column not found - SpanX [11]
-----------> MPOSKey.get_Value: Column not found - SpanY [11]
-----------> MPOSKey.get_Value: Column not found - SubKeyLayout_ID [11]
-----------> MPOSKey.get_Value: Column not found - AD_PrintFont_ID [11]
-----------> MPOSKey.get_Value: Column not found - AD_Image_ID [11]
-----------> MPOSKey.get_Value: Column not found - SpanX [11]
-----------> MPOSKey.get_Value: Column not found - SpanY [11]
-----------> MPOS.get_Value: Column not found - AutoLogoutDelay [11]
====================================================================

There are no errors on the servers' console.

Investigating the matter, it turned out that the mentioned columns are not in the database dump.

$ grep -l -r OSNP_KeyLayout migration
yields no results in trunk

whereas in 354a they are there.

jmpiloq pointed out they ar

Discussion

  • Carlos Ruiz

    Carlos Ruiz - 2010-06-24

    Hi, seems like revision 12609 (merging 12595 from release) dropped wrongly the files (svn merge seems weak on some cases)
    recovering the scripts from revision 12574

    I haven't regenerated model classes, so please somebody contribute that.

    Regards,

    Carlos Ruiz

     
  • Carlos Ruiz

    Carlos Ruiz - 2010-06-24
    • priority: 5 --> 9
    • assigned_to: nobody --> globalqss
    • status: open --> open-fixed
     
  • Carlos Ruiz

    Carlos Ruiz - 2010-11-25
    • status: open-fixed --> pending-fixed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.