Event Viewer Application Log flooded with Event ID 61012

  • 23 December 2015
  • 1 reply
  • 8 views

Userlevel 3
Badge +16

Anyone know how to fix this issue? It's flooding my Event Viewer:

 

61012 Exception from message source myaccount@myaccount.ab.cd: System.Net.WebException: The request failed with HTTP status 403: Forbidden.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsyncCallback(IAsyncResult result)

 

Thanks


1 reply

Badge +7

Sharpharp1, 


 


Doing a quick search of 61012 Exception I see many issues pertaining to outlook and autodiscover. Troubleshooting Microsoft Exchange Autodiscover is an article that may help.


 


This error may be related to email/notification sending/Smartactions processing; if Smartactions is enable or if you are using EWS to send email. Please check the "K2hostserver.exe.config" file located at "C:Program Files(x86)K2 blackpearlHost ServerBin" on the K2 server. How does the following nodes look in your environment:


<sourceCode.smartActions.directoryCatalog>
<catalogs>
<add path="SmartActions" />
</catalogs>
</sourceCode.smartActions.directoryCatalog>


<system self="K2:DENALLIXK2Service" enableListeners="true" allowAmbiguity="true" />


Please also run the "ConnectionStringEditor.exe" located in that same "C:Program Files(x86)K2 blackpearlHost ServerBin" directory. How does the EWS destinations and connection string look with regards to AutoDiscovery and the EWS URL?


 


If this doesn't help, can explain more about what is happening when your log gets flooded? What environment you are using, and what application you are using when this is occurs. 


 


Thanks


 


Chadg


 


 


 


 

Reply