Hi,
I installed the Lotus Note MA 8 connector with the last update (https://support.microsoft.com/fr-fr/kb/3096533) on FIM 2010 R2 (4.1.3599).
I would like to setup advanced log like they said there : http://social.technet.microsoft.com/wiki/contents/articles/14316.fim-2010-troubleshooting-enabling-verbose-logging-for-the-lotus-notes-management-agent.aspx.
But this doesn't work, the comment talks about ETW Logging (http://social.technet.microsoft.com/Forums/en-US/dbeeb280-4c2a-492f-9d5a-0c14d340ae0c/lotus-domino-connector-logging).
I enabled the following part in the %programfiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\Bin\miiserver.exe.config :
<source name="ConnectorsLog" switchValue="Verbose" switchType="System.Diagnostics.SourceSwitch">
<listeners>
<add name="MAEventTracingForWindowsListener" type="System.Diagnostics.Eventing.EventProviderTraceListener, System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" initializeData="{C4D0C1D4-909D-481b-B011-10E682A6009D}"
/>
</listeners>
</source>
This still doesn't work, event viewer doesn't show up more information than :
The management agent "MA Lotus" step execution completed on run profile "Export Run Profile" with errors.
Additional Information
Discovery Errors : "0"
Synchronization Errors : "0"
Metaverse Retry Errors : "0"
Export Errors : "1"
Warnings : "0"
User Action
View the management agent run history for details.
Actually, i am able to import data from the lotus server to fim server, and send updates from fim to lotus server, but creations fails (i have "invalid-provisioning-attribute-value" error).
Thanks for any suggestion, tip about this problem.