LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  'ls.brain.node.sqlRunner.commitFrequency' Substitution not found

    Employee
    Posted 07-06-2018 02:22

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: marilynliddell

    Graph errored: Error in execution
    caused by: Error substituting run arguments: Error substituting in node '58acbc407b48140d': Error substituting in property 'ls.brain.node.sqlRunner.commitFrequency': Substitution not found for key CommitFrequency for substition type {{$$}}.
    Graph Completed with Errors.

    So when I look at all my database nodes the commit frequency is blank and thus I believe the resulting error. However when I run it manually there is no issue. The graph finishes successfully.

    Is there a file where a setting needs to be set?

    Thank you


  • 2.  RE: 'ls.brain.node.sqlRunner.commitFrequency' Substitution not found

    Employee
    Posted 07-06-2018 06:41

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: gmullin

    This happens when you run your graph as BRX or through Logistics Manager? I presume it's the DB or JDBC Execute. Do you have any Graph or Run Parameters named CommitFrequency? Or any other parameters created within the node causing the problem?

    It might be worth trying putting in the value {{^^}} in the CommitFrequency parameter, compiling the graph and executing it again. I tried executing a graph with the DB Execute node as BRX on an Oracle database and it worked fine as blank or with {{^^}}. If I explicitly put in {{$$}} I get the same error as you.