Hi Diego,
User registration means entering some information into the DIRAC Registry which is part of the Configuration Service ( CS ).
The user info is entered into the CS database from where all the other DIRAC components are getting it. However, in order to be
efficient and not to overload the service, each component is keeping a cache of the configuration data. It means that a change
in the CS can be available for some DIRAC components few minutes later ( no more than 10 minutes ). Since the CS data is
meant to be static ( slowly changing ) this is considered to be acceptable. I think you hitting this problem and the Proxy Manager
does not know yet the newly introduced user. The solution can be to defer the proxy upload as you did. It is probably acceptable
since this operation you do only once at the new user registration moment.
Cheers,
Andrei