FIM MA Export taking very long time after schema changes

There are two places to look into to speed up it a little. Please try them and adjust according to your environment as they work different in environments:

  1. Microsoft.ResourceManagement.Service.exe.config -> section <resourceManagementService externalHostName="fimservice.adatum.net" />. You can add some additional properties here - for example try adding maxSimultaneousSynchronizationRequests with any number (default is 6). So you would have for example: <resourceManagementService externalHostName="fimservice.adatum.net" maxSimultaneousSynchronizationRequests="50" />
    More info here: FIM 2010 Service Configuration
  2. miiserver.exe.config -> section <resourceSynchronizationClient/>. You can add here delayUpdateAcknowledgements with "true" value (default: false) and change exportRequestsInProcessMaximum (default: 50) and aggregationThreshold (default: 1000) attributes. For example: <resourceSynchronizationClient delayUpdateAcknowledgements ="true" exportRequestsInProcessMaximum="100" aggregationThreshold="2000"/>
    Some info here: Export to Portal Extremely Slow

Those switches and attributes vary (they depend on what version of FIM you have), so the best option is to check those two files above and there is a help section about attributes and how they work - for example in miiserver.exe.config:

August 10th, 2015 3:41am

Thanks for your input Dominik. I shall surely try this out and update you soon.
Free Windows Admin Tool Kit Click here and download it now
August 10th, 2015 5:44am

Hi Vladimir,

I am using FIM2010 R2.

August 10th, 2015 5:45am

Which version are you running? FIM 2010 or FIM 2010 R2?

For those unaware, like me, 1 lakh = 100.000.
Free Windows Admin Tool Kit Click here and download it now
August 10th, 2015 6:35am

Hi Guys,

I am going through a very unusual scenario here. I added a new attribute in FIM Portal. Created new attribute in Metaverse. Defined an export attribute flow in  FIM.Service Management agent. Defined an import attribute flow in Source MA. We have around 2 lakh records to be processed. FI and FS on source MA together took 9 hours approx. But export to FIM MA is very very slow. I can tell its processing approx. 5 records every 30 secs. Is this normal??? I am wondering since I have 2 lkh records to be exported, will it take 2 weeks to complete? Can someone help me out here? Is there any way we can have the records exported faster to FIM Portal?

Kindly help!!

Re

August 10th, 2015 11:39pm

Which version are you running? FIM 2010 or FIM 2010 R2?

For those unaware, like me, 1 lakh = 100.000.
Free Windows Admin Tool Kit Click here and download it now
August 11th, 2015 2:48am

Hi Dominik,

I tried your suggestion and for our env setting maxSimultaneousSynchronizationRequests="50" was not working good. But setting it to 10 showed improvements.

Thanks a ton for your help!!

Regards,

August 12th, 2015 4:36am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics