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.  Possible Metacheck Error Node Message?

    Employee
    Posted 02-25-2013 12:24

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

    Originally posted by: xathras

    Hi,

    I have a graph that runs fine, but when I import the BRS I see the error:

    Error
    <PowerDictionary>.CSDone-Terminus not defined

    I am assuming this is coming from a Metacheck node? How do i track this down?

    The graph contains two metachecks.

    Metacheck 1
    TerminusAction = NeitherOutputNorClock
    SuccessAction = BothOutputandClock
    MinimumRecordCount = 1
    MaximumRecordCount = undefined

    Metacheck 2
    TerminusAction = NeitherOutputNorClock
    SuccessAction = BothOutputandClock
    MinimumRecordCount = undefined
    MaximumRecordCount = 0

    Regards
    Wayne


  • 2.  RE: Possible Metacheck Error Node Message?

    Employee
    Posted 02-28-2013 07:48

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

    Originally posted by: Tim Meagher

    Hey,

    Can you post the BRS?
    Also, what version of the LAE are you using?
    Also, how were you running these nodes - was this run through BRE, or as a BRX and are you importing the BRS that was produced from running the graph as a BRX?

    Tim.


  • 3.  RE: Possible Metacheck Error Node Message?

    Employee
    Posted 03-01-2013 07:57

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

    Originally posted by: xathras

    Thanks for the reply Tim. I'll post you a BRS soon.

    To answer your questions in the meantime.
    Its Version 4.5.4 executing via a BRX


  • 4.  RE: Possible Metacheck Error Node Message?

    Employee
    Posted 03-01-2013 08:11

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

    Originally posted by: stonysmith

    Did you re-publish the BRX from 4.6? Or is it still a 4.5 BRX?


  • 5.  RE: Possible Metacheck Error Node Message?

    Employee
    Posted 03-01-2013 09:38

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

    Originally posted by: xathras

    Stony gogo isn't using 4.6 yet. It will be a month or so before we upgrade.
    attached is the BRS
    Attachments:
    MSP_Payment_Response_PRODUCTION_20130225_183001.brs


  • 6.  RE: Possible Metacheck Error Node Message?

    Employee
    Posted 03-04-2013 04:57

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

    Originally posted by: Tim Meagher

    Hi,

    This has been raised in our bug tracking system as issue # 2616.

    The problem appears to be that the server is storing additional information in the status field when saving a BRS that results from a BRX run that BRE does not parse correctly.
    I don't believe that this will cause any problems, since I believe that the error only relates to the updating of a composite status from it's sub-nodes.
    So you should just be able to ignore this error until the issue is resolved.
    If you don't want to see the error, then until this issue fixed, prior to importing the BRS, you can replace the text "state:Done-Terminus" in the BRS with "state:Done" - however as I mentioned, the error you see shouldn't actually cause any problems so this shouldn't be necessary.
    The actual exitcode (200 in your case) is used by BRE to determine the exit status of the node and the extra "-Terminus" information is not needed by BRE.


    Tim.