notification workflow
hello ,
Is there a documentation for email notification FIM2010 ?
How should i configuire EWS because when i run a powershell there is an exception
Thanks
May 2nd, 2011 4:13am
For notifications the FIM Service account connects to it's mailbox using EWS. There's no PowerShell involved in this communication. You have to make sure your EWS URL is correct in the FIM Service configuration file. And make sure to trust the certificate
of that URL.http://setspn.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
May 2nd, 2011 7:00am
yes i know but when i test the EWS url , IE shows me that it can't display the page !
May 2nd, 2011 7:40am
Check the URL from C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Microsoft.ResourceManagement.Service.exe.config
Search for: <add key="mailServer" value="https://yourexchange/ews/exchange.asmx" />
Copy paste that URL and log on.
An XML page should be displayed. Are you sure that your FIM Service account is mailbox enabled?
http://setspn.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
May 2nd, 2011 8:16am
Check the URL from C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Microsoft.ResourceManagement.Service.exe.config, Search for: <add key="mailServer" value="https://yourexchange/ews/exchange.asmx" /> Copy paste that URL and log on. An
XML page should be displayed. Are you sure that your FIM Service account is mailbox enabled?http://setspn.blogspot.com
May 2nd, 2011 8:16am
is FIM MA should be configurated with the user name FIM_MS .
Free Windows Admin Tool Kit Click here and download it now
May 2nd, 2011 11:54am
I'm not entirely sure whether I understand you. There's two service accounts not to be mixed:
The one used in the FIM MA to connect to the FIM Service the one used to run the FIM Service
It's the 2nd one which requires to have a mailbox. And it's the second one which will do the notification sending.http://setspn.blogspot.com
May 2nd, 2011 2:17pm
i have this error
System: System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond
after a period of time, or established connection failed because connected host has failed to respond <mail server IP>:25
i modified "C:\Program Files\Forefront Identity Manager\2010\Service\Microsoft.ResourceManager.Service.exe.config.xml
but no way.
can someone help me
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2011 10:15am
i have this error ,
i configured C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Microsoft.ResourceManagement.Service.exe.config
<appSettings>
<add key="mailServer" value="https://server/ews/exchange.asmx"
/>
<add key="isExchange" value="1" />
<add key="sendAsAddress" value=email@domain.com />
<add key="synchronizationServerName" value="syncserver" />
</appSettings>
System.Web.Services: System.InvalidOperationException: Client found response content type of '', but expected 'text/xml'.
The request failed with an empty response.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.ResourceManagement.WebServices.Mail.Exchange.ExchangeServiceBinding.FindItem(FindItemType FindItem1)
at Microsoft.ResourceManagement.WebServices.Mail.Exchange.MailChannel.ExchangeMailChannelListener`1.ExchangeMailListener.<OnPollTimerExpired>b__0(Boolean findUnreadItems)
at Microsoft.ResourceManagement.WebServices.Mail.Exchange.MailChannel.ExchangeMailChannelListener`1.ExchangeMailListener.OnPollTimerExpired(Object state)
May 3rd, 2011 2:39pm
Does your FIM Servcie service account has a mailbox of it's own? It's using this to send out the mails (notifications)http://setspn.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
May 8th, 2011 12:04pm