NOT_ATTEMPTED status on update propagation

2018-03-07 Thread HugoCerdeira
Hi,

Im having issues, when i update a user via syncope ws the resource creates a
propagation task but is not executed.

I get this propagations status on the rest response:

"propagationStatuses": [
  {
   "beforeObj": null,
   "afterObj": null,
   "resource": "openCartPropagationUpdateResource",
   "status": "NOT_ATTEMPTED",
   "failureReason": null
 }
],

any idea why the task is not being executed?

Thanks, 
Hugo Cerdeira.

--
Sent from: http://syncope-user.1051894.n5.nabble.com/


Re: NOT_ATTEMPTED status on update propagation

2018-03-08 Thread Francesco Chicchiriccò

On 07/03/2018 12:53, HugoCerdeira wrote:

Hi,

Im having issues, when i update a user via syncope ws the resource creates a
propagation task but is not executed.

I get this propagations status on the rest response:

"propagationStatuses": [
   {
"beforeObj": null,
"afterObj": null,
"resource": "openCartPropagationUpdateResource",
"status": "NOT_ATTEMPTED",
"failureReason": null
  }
],

any idea why the task is not being executed?


That's because you probably missed to provide adequate capabilities to 
the underlying Connector / External Resource: see


https://ci.apache.org/projects/syncope/2_0_X/reference-guide.html#propagation

Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/



Re: NOT_ATTEMPTED status on update propagation

2018-03-09 Thread HugoCerdeira
Hi,

thanks for your reply but I do give the correct capabilities to the resource
as you can see in the image:

 

Cheers,
Hugo Cerdeira.

--
Sent from: http://syncope-user.1051894.n5.nabble.com/