70-158 · Question #26
You use Forefront Identity Manager (FIM) 2010 in your company network. You integrate a new Microsoft SQL Server database with FIM. You create a Management Agent (MA) and configure run profiles. You…
The correct answer is B. Refresh the SQL MA schema. E. Configure the schema in Management Agent Designer. When a SQL database schema changes (e.g., an attribute is deleted), the FIM Management Agent must be updated to reflect the new schema to avoid connection/import failures.
Question
Options
- ARun iisreset.exe.
- BRefresh the SQL MA schema.
- CConfigure a connector filter in the SQL MA.
- DAdd a new step to the Full Import run profile.
- EConfigure the schema in Management Agent Designer.
How the community answered
(66 responses)- A12% (8)
- B61% (40)
- C6% (4)
- D21% (14)
Why each option
When a SQL database schema changes (e.g., an attribute is deleted), the FIM Management Agent must be updated to reflect the new schema to avoid connection/import failures.
Running iisreset.exe restarts IIS web services and has no effect on the FIM Synchronization Service or the SQL MA schema mismatch causing the import failure.
Refreshing the SQL MA schema forces FIM to re-read the current structure of the SQL database, removing the deleted attribute from the MA's awareness and resolving the schema mismatch that caused the failed-connection error.
A connector filter controls which objects are included or excluded from synchronization based on attribute values, but does not resolve a schema mismatch caused by a deleted attribute.
Adding a new step to the Full Import run profile only changes how the import is executed (e.g., adding a delta step), but does not address the underlying schema discrepancy between the SQL database and the MA configuration.
After refreshing the schema, the Management Agent Designer must be updated to reconfigure attribute mappings and flows that referenced the deleted attribute, ensuring the MA's configuration aligns with the refreshed schema before synchronization can succeed.
Concept tested: FIM Management Agent schema refresh after database change
Source: https://learn.microsoft.com/en-us/microsoft-identity-manager/reference/microsoft-identity-manager-2016-ma-ws
Topics
Community Discussion
No community discussion yet for this question.