Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] [PSPNG] Full sync of a single group

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] [PSPNG] Full sync of a single group


Chronological Thread 
  • From: Jeffrey Williams <>
  • To: Yoann Delattre <>
  • Cc: "Hyzer, Chris" <>, "" <>
  • Subject: Re: [grouper-users] [PSPNG] Full sync of a single group
  • Date: Wed, 18 Mar 2020 16:55:36 -0400

Hi Yoann,

I can confirm that the add you gave does allow it to run.  There's another method to do it that's more consistent with the rest of the doc and gives a little more influence into what's logged:

provisioner_name="xyz"// Whatever your provisioner is called in grouper_loader.properties
group_name="this:is:a:group";
 
gs = GrouperSession.startRootSession();
full_provisioner=edu.internet2.middleware.grouper.pspng.FullSyncProvisionerFactory.getFullSyncer(provisioner_name);
qt=edu.internet2.middleware.grouper.pspng.FullSyncProvisioner$QUEUE_TYPE;
full_provisioner.scheduleGroupForSync(qt.ASAP, group_name, "optExtReference""manualFullSync"); //optExtReference can be an issue tracking number or ""

Can you confirm that this works for you as well?


On Fri, Mar 13, 2020 at 4:43 AM Yoann Delattre <> wrote:

Grouper 2.4 with api patches 89 and pspng patches 12

Thanks,
Yoann
Le 12/03/2020 à 17:43, Hyzer, Chris a écrit :

What version of grouper exactly with what patches?

 

From: On Behalf Of Yoann Delattre
Sent: Thursday, March 12, 2020 11:16 AM
To:
Subject: [grouper-users] [PSPNG] Full sync of a single group

 

Hi everyone,

i needed to force a full sync for a single group. I followed the wiki (Full sync of a single group) but it didn't work.

To make it work, the message need to be send to pspng_full_sync_<provisioner_name>_asap and not anymore to pspng_full_sync_<provisioner_name>.

If someone of the grouper team can update the wiki (maybe i can do it ?)

Thanks !

Yoann.

--



--
Jeffrey Williams 
Identity Engineer
Identity & Access Services
https://its.uncg.edu





Archive powered by MHonArc 2.6.19.

Top of Page