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.  Help, No output in Lookup

    Employee
    Posted 11-18-2014 19:14

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

    Originally posted by: Patman

    In Automation, I set the parameter SendEmail to False.

    When I try to output the value of the Parameter to a file, it's saying "True"

    Any thoughts where it is getting the value other than the Parameter Set?

    Thanks


  • 2.  RE: Help, No output in Lookup

    Employee
    Posted 11-19-2014 07:13

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

    Originally posted by: stonysmith

    How are you accessing the parameter?
    Most likely, you need to use {{*SendEmail*}} - with the asterisk to access an parameter that is defined outside the graph.


  • 3.  RE: Help, No output in Lookup

    Employee
    Posted 11-19-2014 18:47

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

    Originally posted by: Patman

    So everytime I need to run it in a graph, I need to change it to {{^SendEmail^}} because I tried running with asterisk in BRE it's saying "Unable to evaluate SendEmail LSProperties error: ERROR Accessing undefined property: SendEmail"

    I figured out the problem, but I don't know how to resolve it yet.

    In Automation, the Job is still referring to Parameter 1 I've set in BRE instead of referring to the Parameter Sets I've defined in the Automation. Why is that?


  • 4.  RE: Help, No output in Lookup

    Employee
    Posted 11-20-2014 01:49

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

    Originally posted by: Patman

    Solved. Sorry, silly mistake. There was an execution parameter set defined @_@