Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1266 - A non-shared transient object is being accessed by another process

1266   A non-shared transient object is being accessed by another process

Cause

This error occurs if you attempt to pass a non-shared transient object reference from one process to another. This is sometimes referred to as a dirty sharing of transients.

Action

Correct your application code. You can instruct JADE to ignore some kinds of non-recommended behavior. For details, see "JADE Object Handling", in Chapter 1 of the JADE Object Manager Guide.