Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1443 - MemoryAddress is not valid for current Node

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.