Hi
Firstly, thank you very much for a great piece of software.
I wonder if any kind soul could help me with an issue I am having (it is
probably my understanding that is lacking) and I have been struggling with
it for about 4 day now.
I have written my own connector to push data from Syncope to a graph
database (It is a one way push only). Now the issue I am having is that
CREATE works fine and call the appropriate method in my connector and does
what is expected however both DELETE and UPDATE are not being called at
all. I have created a search method (But I do not have anything to search
on the other side), however it does not seem to pass any information to the
search.
I have set up the following:
- Connector (with Sync,Search,create,authenticate,update,delete selected)
- Resource on connector (with above selected)
- Account policy set
- Push policy set (IGNORE conflict resolution set)
- I have created a provisioning rule
- __GROUP__
- Set up mapping with keys etc ()
- no object link
When I test it does the following:
- Create group : works and calls my connector
- Delete group : does not call my connector (In the propagation task log it
says NOT_ATTEMPTED) -> I have implemented all of the needed methods in my
connector I think?
Please could someone point me in the right direction as this is driving me
crazy
Regards
Steve