The problem is that user profile for "rquick@seagrid" didn't get replicated to the sharing registry (nor did it get replicated to the experiment registry).
There are 928 such accounts in staging:
select up.* from profile_service.USER_PROFILE up
where not exists (
select 1 from sharing_catalog.SHARING_USER
where USER_ID = up.AIRAVATA_INTERNAL_USER_ID
);
We might need a way to trigger replication. My guess is that a bug or something caused the replication to fail at some point but if it were triggered again it would complete.
The problem is that user profile for "rquick@seagrid" didn't get replicated to the sharing registry (nor did it get replicated to the experiment registry).
There are 928 such accounts in staging:
We might need a way to trigger replication. My guess is that a bug or something caused the replication to fail at some point but if it were triggered again it would complete.