70-158 · Question #25
Your company network includes Forefront Identity Manager (FIM) 2010. You use the Management Agent (MA) for delimited text files. The import and export flows of these text files must be successful…
The correct answer is A. Modify records to appear as single-line entries. E. Arrange multivalued attributes and header names to appear in sequential order. In FIM 2010, the Management Agent for delimited text files requires records to be single-line entries and multivalued attributes with headers in sequential order to process imports and exports correctly.
Question
Exhibit
Options
- AModify records to appear as single-line entries.
- BEdit the schema for use along with the text file.
- CRemove end-of-line characters between records.
- DReplace comma with semicolon as the delimiting character.
- EArrange multivalued attributes and header names to appear in sequential order.
How the community answered
(45 responses)- A78% (35)
- B2% (1)
- C7% (3)
- D13% (6)
Why each option
In FIM 2010, the Management Agent for delimited text files requires records to be single-line entries and multivalued attributes with headers in sequential order to process imports and exports correctly.
The MA for delimited text files requires each record to be a single-line entry; multi-line records with embedded newlines or line breaks within a record will cause parsing failures because the MA treats each line as a discrete record boundary.
Editing the schema alone does not resolve formatting issues within the text file itself; the schema defines attribute mappings but cannot compensate for malformed record structure or line-break problems.
End-of-line characters between records are required by the MA to delimit one record from another; removing them would merge records together and break the parsing logic entirely.
The FIM MA for delimited text files supports both comma and semicolon as delimiter characters through configuration, so replacing the delimiter is not required to ensure correct functionality.
Multivalued attributes in delimited text files must have their corresponding header names appear in sequential order (e.g., value1, value2, value3 with matching headers) so the MA can correctly map and process each value during import and export flow operations.
Concept tested: FIM 2010 Management Agent delimited text file requirements
Source: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/forefront-2010/ff608070(v=ws.10)
Topics
Community Discussion
No community discussion yet for this question.
