Using continueTransaction after changing your password will result
in a read authorization failure. For example:
topaz 1> run
System myUserProfile oldPassword: 'hello' newPassword: 'goodbye'.
System continueTransaction.
%
-----------------------------------------------------
GemStone: Error Nonfatal
An attempt was made to read the object with ID 143689 in segment
aSegment, Number 5 in Repository SystemRepository
Owner SystemUser write
World none with insufficient authorization.
Error Category: [GemStone] Number: 2115 Arg Count: 2
Arg 1: 143689
Arg 2: a Segment
itsRepository a Repository
itsOwner an UserProfile
groupsRead nil
groupsWrite nil
ownerAuthorization 2
worldAuthorization 0
spare1 nil
topaz 1>
Use commitTransaction after changing the password.
Last updated: