Menu

Error in Workflow - Advance Process

2017-07-14
2019-08-11
  • vijay dahiya

    vijay dahiya - 2017-07-14

    Getting pg_trigger error while doing the worflow :

    Database operation "select" failed (exception ERROR, "ERROR: column "tgconstrname" does not exist
    LINE 3: select tgconstrname::text from pg_trigger;
    ^
    ")

    ERROR: column "tgconstrname" does not exist
    LINE 3: select tgconstrname::text from pg_trigger;
    ^

    SQL:

        select tgconstrname::text from pg_trigger
    
    while executing
    

    "ns_pg_bind select nsdb0 {

        select tgconstrname::text from pg_trigger
    
      }"
    
     
  • vijay dahiya

    vijay dahiya - 2017-07-17

    Can anyone help me on this error

     
  • Klaus Hofeditz

    Klaus Hofeditz - 2017-07-17

    dear vijay
    we haven't seen such error in the past - please provide some more context.
    Chances are that something is wrong with the PostgreSQL version you are using.
    Cheers
    Klaus

     
  • Yogesh

    Yogesh - 2018-11-06

    Hi, I am also facing the same error. Please provide some help on this matter.

     
  • Frank Bergmann

    Frank Bergmann - 2018-11-06

    Hi,

    facing the same error

    Can you please provide information on how to reproduce the system, based on the ]po[ V5.0 "vanilla" (unchanged) virtual machine?

    • Which page creates the error?
    • Which version of ]po[ are you running, on what OS?
    • What have you done before the error?
    • What are the input parameters of the page?

    Cheers
    Frank

     
    • Arjuman Banu

      Arjuman Banu - 2019-07-08

      Hi Frank,

      I am facing the same error, this error occured to me in the advanced process of a workflow. When I give process name and description, and click add, am getting this error. Here, I have attached the image.

      Can you suggest me, how to integrate our workflows with the tasks or existing modules. Is that possible?
      Here am not talking about the sub tasks while creating a workflow, I am talking about the actual tasks assigned to the user by PM.

      Regards,
      Arjuman Banu

       

      Last edit: Arjuman Banu 2019-07-09
  • Frank Bergmann

    Frank Bergmann - 2019-08-11

    Hi Arjuman, Yogesh and Vijay,

    In the file packages/acs-workflow/www/admin/workflow-add-2-postgresql.xql please replace "tgconstrname" by "tgname" and restart your server. We've committed this into the product code, so that it won't get lost with the next update.

    However, the "advanced process" has nothing the "simple process" doesn't. I strongly recommend to go with the "simple proces" and build a base workflow, because it automatically adds attributes and guards for the loops.

    Thanks for reporting, Arjuman!
    Frank

     

Log in to post a comment.