I've a CSV MA which pulls in information for accountName, start date, end date and a few other bits and pieces. I provision the user to the FIM portal and I provision them to ADMA. I am using a rules extension to provision to AD.
If the record for the user disappears from the CSV MA, I just want that to affect the CSV MA CS and not make any changes to the metaverse so I have ensured "Do not recall attributes contributed by objects from this MA when disconnected" is NOT checked.
However, when I remove a user's record from the CSV MA and run a FIFS on the CSV MA, I get an "extension-attribute-not-present" error which points to a line of code in MVExtension.dll referencingmventry("accountName").Value - checking the metaverse, the accountName attribute is still present and without ticking the 'do not recall' checkbox, I'm not sure why this happens.
What am I misunderstanding about this process?
Thanks.