cancel
Showing results for 
Search instead for 
Did you mean: 

Evaluate Persistent Data in expression editor

olivier_thiry
Participant
0 Kudos

Hello,

I noticed something strange. We have a shared memory (persistent data). When I linked it to a Tracer message, no problem, it's shown. But when I click on "evaluate", just to see the value, I got error message "invalid expression".

Do you know any reason of this ?

We are using MII 12.1.9

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As you are using a shared memory so the data will be available at run time only because while evaluating in the tracer there is no live connectivity between persistence data and the transaction.But while executing, the transation connects to memory and displays the result without error.

olivier_thiry
Participant
0 Kudos

Thanks for the info ;o)

Answers (0)