Hi all, I have a rather basic question (I'm new to FIM/ILM/MIIS).
I have a setup on a FIM server where I have the following Management Agents.
1. ADMA from forest Prod_domain.net
2. ADMA from forest Qa_domain.net
3. ADMA from forest dev_Domain.net
4. ADMA from UA_Domain.net
5. ADMA from Extranet_Domain.net
6. ADMA from PreProd_Extranet_Domain.net
I'm importing user and computer objects into metavarse and joining/projecting to respectively:
cs:user------------>mv:Person
cs:computer------------>mv:Computer
Then I have two other SQL server MAs which are exporting the data to two tables: tbl_Users, tbl_Computers
So the user data flows to tbl_Users table and computer data flows to tbl_Computers table.
7. SLQMA to table tbl_Users
8. SQLMA to table tbl_Computers
On each of the ADMA, I have the following run profiles set.
Full Import,
Delta Import,
Full Sync,
Delta Sync
On the SQL MAs I have these run profiles set.
Full Import Export Delta Import
In order to save time, what I'm doing is running the run profile: Full Importfrom all ADMAs in parallel.
My question is can also run Full Sync or Delta Sync for all ADMAs in parallel? Will that cause any issues? As for the design, each user or computer joins to a unique mv object.
Do you see any issues with this approach?