Problem Description

When running my application, I get the error "Data access entity removed".

Solution

If a node is removed, Data Access to the node becomes invalidated. In general this error occurs if nodes used in Data Access are explicitly removed by an application. If the application design depends on node removal, use the methods to programmatically access node properties rather than Data Access.

A special case when this error occurs is when Data Access is used to access properties of a nonedited Solver Sequence and when using the Study node to compute the model. After computing, any attempts to use the Data Access will result in the "Data access entity removed" error.

A workaround for this case is to use the Solver Sequence node to compute the model instead of the Study node.