The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Recall Error
I have been running a provided ARIMA process with Windowing and Loop...runs fine. But when I recreate this process I keep getting a Recall error...The Extract Macro and Remember and Recall are names "data" ExampleSet". I appreciate all recommendations. Thanks Karl
Main Process & Loop Sub-Process with Recall Error Message.
Tagged:
0
Answers
Is your order of execution correct?
I use this one. It has optimization. I had to change the data to protect the innocent so make sure the attribute names are correct.
The one above has a problem, so skip that as I trouble shoot. This one below works without optimization.
i use this one and still, i got error on recall operator
Is your order of execution correct?
Hi,
you can check the actual execution order by clicking on the blue icon marked in the screenshot below.
As you can easily see in this example the Recall Operator is executed befor the Remember Operator which results in an error message as you described.
In order to change ther execution order the easiest way is to click on one Operator and then select the Operator which should be executed afterwards.
I personally recommend to rather enforce the correct execution order by connecting the output port of the Remember Operator to other Operators which are executed beforehand. In the following screenshot I simply put the Recall Operator inside the Subprocess.
Best,
Edin