** We tell the data dictionary we're done writing at the end of
** the transaction.
*/
dd.startWriting(lcc);
UserDescriptor userDescriptor = makeUserDescriptor( dd, tc, userName, password );
dd.updateUser( userDescriptor, tc );
} catch (StandardException se) { throw PublicAPI.wrapStandardException(se); }
}