Menu

#2193 Synchronize terminology fails

Core
closed-fixed
3
2010-04-11
2009-10-30
Banym
No

I tried to import the german language pack out of trunk.
Running Synchronize terminology out of my eclipse fails (see errorlog). Because of this error fields are not translated.

I applied the synchronize terminology sql statements via ant out of eclipse and everything was fine.

Maybe someone can give me a hint if i made something wrong but i think maybe org.compiere.process.SynchronizeTerminology has an issue.

Regards

Dominik

Discussion

  • Banym

    Banym - 2009-10-30

    error log

     
  • Banym

    Banym - 2009-11-01

    After some review and testing i can say this issue only appears with postgres. Looks like the converted Statement for postgres is not correct. I have not enough knowledge about the implementation but this should be reviewed and fixed. I can help testing and if someone needs help for reproduction i can assist.

    Kind Regards,

    Dominik

     
  • Banym

    Banym - 2009-11-01
    • labels: --> PostgreSQL port
    • priority: 5 --> 7
     
  • Carlos Ruiz

    Carlos Ruiz - 2009-11-03

    Banym, commonly this problem is related to having duplicated elements (same columnname with different name) or something like that.

    I think the problem is because one UPDATE returns error.

    SynchronizeTerminology process rollback on any error.

    Script migration/processes_post_migration/postgresql/02_SynchronizeTerminology.sql don't rollback but continue, and the problem is fixed in a later update.

    Regards,

    Carlos Ruiz

     
  • Carlos Ruiz

    Carlos Ruiz - 2010-01-28

    A possible fix could be to commit after each statement on the Synchronize Terminology - replicating the behavior of what you get running the script from psql.

    Regards,

    Carlos Ruiz

     
  • Carlos Ruiz

    Carlos Ruiz - 2010-01-29
    • status: open --> open-remind
     
  • Carlos Ruiz

    Carlos Ruiz - 2010-01-29
    • priority: 7 --> 3
    • milestone: --> Core
     
  • Carlos Ruiz

    Carlos Ruiz - 2010-03-22
    • assigned_to: nobody --> globalqss
    • status: open-remind --> open-fixed
     
  • Carlos Ruiz

    Carlos Ruiz - 2010-03-27
    • status: open-fixed --> pending-fixed
     
  • Carlos Ruiz

    Carlos Ruiz - 2010-03-27

    integrated to release with revision 11831

     
  • 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.