Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1328 - Iterators cannot be shared between heterogeneous platforms

1328   Iterators cannot be shared between heterogeneous platforms

Cause

This error occurs when an iterator is used on a node with a different byte order to the node that created the iterator. For example, if you create an iterator in a server method executing on an IBM RS/6000 server and you then attempt to use the iterator on a client or application server executing on an Intel platform, this error is raised.

Action

Change your application code to avoid this situation.