Product Information > JADE Error Messages and System Messages > 5000 through 5099 - File Handling Errors > 5035 - Cannot access a file opened by a different Node

5035   Cannot access a file opened by a different Node

Cause

This error occurs when an attempt is made to access a file on a different node to the one that opened the file; for example, when a file is opened on a client node and a server method attempts to read or write to the file, this error is raised.

Action

Change your code to ensure that when file objects are employed on different nodes, the file is opened on the same node that performs file I/O operations.