I have a problem with the fim 2010 sql server managemt agent. We have a simple flow importing objects from a sql table and exporting them to active directory (user accounts). the active directory account guid is exported back to the sql database. Deprovisioning is configured to remove the active directory account as soon as the connector disappears on the sql server management agent side.
This has worked fine but now, for some reason objects that are removed from the sql table stay in the sql server managent agent connector space after a full import. I tried emptying the connector space, but that does not cure the problem. New objects are loaded, changed are getting thru, but deleted objects will not remove themselves from the sql ma connector space. This means no deprovisioning is done.
Does this sound familier to anyone? Is there a way to get tracing/verbose logging on the sql agent? If so could you please supply an example of the config needed?