1443   MemoryAddress is not valid for current Node

Cause

This error occurs when a MemoryAddress value is used on a node other than the node where the underlying address is valid. The underlying memory address has no meaning on nodes other than the node where it was assigned a non-null value.

Action

Change your code to avoid this error. Use only a MemoryAddress value on the node where it was assigned a non-null value.