may only be performed by SystemUser.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

may only be performed by SystemUser.

Juan-2
topaz 1> run
SystemRepository shrinkExtents
%
--shrink: stopping symbol creation session
--shrink: restarting symbol creation session
-----------------------------------------------------
GemStone: Error         Nonfatal
An operation was attempted that may only be performed by SystemUser.
Error Category: [GemStone] Number: 2213 Arg Count: 0


any ideas?
best
mdc
Reply | Threaded
Open this post in threaded view
|

Re: may only be performed by SystemUser.

Johan Brichau-2
Juan,

You are probably logging in as 'DataCurator' ?
I think the error quite literally states the problem: try logging in as 'SystemUser'.

Also, take a look at the comment in the #shrinkExtents method. Why are you trying to shrink extents?

regards
Johan

On 04 Aug 2011, at 00:50, Juan wrote:

> topaz 1> run
> SystemRepository shrinkExtents
> %
> --shrink: stopping symbol creation session
> --shrink: restarting symbol creation session
> -----------------------------------------------------
> GemStone: Error         Nonfatal
> An operation was attempted that may only be performed by SystemUser.
> Error Category: [GemStone] Number: 2213 Arg Count: 0
>
>
> any ideas?
> best
> mdc