Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] PSP Cron not working

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] PSP Cron not working


Chronological Thread 
  • From: Gagné Sébastien <>
  • To: "David Langenberg" <>, "Bryan E. Wooten" <>
  • Cc: <>
  • Subject: RE: [grouper-users] PSP Cron not working
  • Date: Tue, 17 Sep 2013 09:32:02 -0400

Shouldn’t your cron be :

changeLog.consumer.psp.quartzCron = 0 0/5 * * * ?

I believe your current cron config will do it every 5 minutes, but only at hour 0 (midnight)

 

De : [mailto:] De la part de David Langenberg
Envoyé : 16 septembre 2013 22:50
À : Bryan E. Wooten
Cc :
Objet : Re: [grouper-users] PSP Cron not working

 

Are you waiting over 5 minutes before checking for results?  Setting the cron to 5 minutes will mean the PSP will process changeLog entries every 5 minutes.  When the timer is up, you then need to wait for the PSP to actually process the stacked-up changes.  Remember, every entry in the change-log gets evaluated, so depending how many operations occurred, you could be looking at a few minutes of catch-up before the changes are propagated over.

 

Dave

 

On Mon, Sep 16, 2013 at 1:22 PM, Bryan E. Wooten <> wrote:

I have set my PSP change log consumer to run every 5 minutes in my grouper-loader.properties:

 

changeLog.consumer.psp.quartzCron = 0 0/5 0 * * ?

 

And set Grouper to be authoritative in the psp.xml:

 

psp.xml:    authoritative="true"

 

But when I remove or add a group to Grouper via the UI the change is not reflected in my Active Directory target.

 

If I run ./gsh –psp –bulkSync the changes do occur.

 

Any ideas?

 

Thanks,

 

Bryan



 

--
David Langenberg

Identity & Access Management

The University of Chicago




Archive powered by MHonArc 2.6.16.

Top of Page