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: "Bryan E. Wooten" <>
  • To: Gagné Sébastien <>, David Langenberg <>
  • Cc: "" <>
  • Subject: RE: [grouper-users] PSP Cron not working
  • Date: Tue, 17 Sep 2013 13:41:44 +0000
  • Accept-language: en-US

Yes, thank you! I stared at the configuration for hours and just didn’t see that 0! Sheesh.

 

Any luck getting the PSP to work against 2 LDAP servers?

 

-Bryan

 

From: Gagné Sébastien [mailto:]
Sent: Tuesday, September 17, 2013 7:32 AM
To: David Langenberg; Bryan E. Wooten
Cc:
Subject: RE: [grouper-users] PSP Cron not working

 

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 : [] 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