Customer Portal

Maximum number of parameter substitutions?

Comments 3

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    HI,

    There should be no such hard limit. All occurrences of the parameter should be replaced with its actual value.

    As a workaround, can you try to assign the param to some string variable and use that instead of the param.

    We will try to reproduce this issue to find whether it is a bug or some config problem.

    David.
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    this behaviour is caused by checking for infinitive loop (that can be caused by auto-reference of parameter) in parameter substitution. To increase the number of resolved parameters, please increase GraphProperties.PROPERTY_ALLOWED_RECURSION_DEPTH default parameter (see Changing Default CloverETL Settings).
  • Avatar
    ccozzi
    0
    Comment actions Permalink
    Perfect, that setting worked. Thanks!

Please sign in to leave a comment.