Customer Portal

Overwrite File After Reformat

Comments 4

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi rickymartin06

    From the screenshot you sent me and the issue you described, I would recommend putting the UniversalDataWriter in a higher phase, thus resolving the issue. With the UniversalDataWriter being in the phase the file is being prepared as soon as the process starts to be written.
  • Avatar
    rickymartin06
    0
    Comment actions Permalink
    By higher phase you mean putting the graph in a jobflow and then add an Execute Graph with a universal data writer in it?

    Can you explain a bit how to accomplish that, Thanks.

    Ricardo
  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi rickymartin06,

    Each graph can be divided into several phases by setting the phase numbers on the components, which is located on the upper right corner. At the moment all your components are in phase 0, please change the UniversalDataWriter to phase 1. You can accomplish in one of two ways, by selecting the component in question and typing 1 or by right-clicking on the component Edit->Common->Phase
  • Avatar
    rickymartin06
    0
    Comment actions Permalink
    Ohh the Phases, i just did that and.... worked like a charm!! How could i forgot about that... Gracias Vazquez!

Please sign in to leave a comment.