Usually when you want to purge the event cache on the IdM driver, you usually put the driver state to disabled first and hitting it back to enabled state will work out. but that kills only the events which were waiting on the Subscriber ends... What about the purgeing events on the publiser end ????
My Scenario:
I was running a IDM 3.5.1 MAD driver between IDVault and Microsoft Active Directory, loading driver shim with Remote Loader on the other end. I wanted to purge events waiting on the publisher end.
the solution came out something like this:
a) on the dirver object there is an attribute called DirXML-DriverStorage. Delete it.
b) On the other end (where your remote loader is up and running). Delete the driver state file _DriverObjectDNAndDriverName>.xml.
c) Now start the Driver Engine and Remote Loader..
My Scenario:
I was running a IDM 3.5.1 MAD driver between IDVault and Microsoft Active Directory, loading driver shim with Remote Loader on the other end. I wanted to purge events waiting on the publisher end.
the solution came out something like this:
a) on the dirver object there is an attribute called DirXML-DriverStorage. Delete it.
b) On the other end (where your remote loader is up and running). Delete the driver state file _DriverObjectDNAndDriverName>.xml.
c) Now start the Driver Engine and Remote Loader..
Comments