Bug: 33854

Impact:

Product:
GemStone/S 64

Versions:
1.2.4, 1.2.x, 1.1.x, 1.1, 1.0

Platform:
All

Fixed In:
2.0

Inconsistent error numbers returned for invalid extent arguments

When Repository methods such as Repository>>fileSizeOfExtent: and
Repository>>freeSpaceInExtent: are passed invalid extent arguments,
the error returned will depend on if the session executing the method
is linked or RPC.  Error #2040 results when executed in a linked
session, and error #2025 when executed in an RPC session.

Workaround:

none/not applicable