I have the most up-to-date Task Agent Service and I noticed the reports are not printing. Looks like the Task Agent is just continuously crashing.
The Bindings for the Instance and Agent are both UsernameWindowsChannel - I even reinstalled the Agent by uninstalling it, re-configuring it. I rebooted the Server.
Has anyone seen an error like this before:
AppServer Task Agent Event Log:
E10_Test: Agent SystemTaskAgent completed with the following error:
Error Detail:
The message with Action 'Ice:BO:SysAgent/SysAgentSvcContract/GetByIdForTaskAgentUse' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).
Stack Trace:
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Ice.Contracts.SysAgentSvcContract.GetByIdForTaskAgentUse(String agentID, Boolean firstPass)
at Ice.Proxy.BO.SysAgentImpl.GetByIdForTaskAgentUse(String agentID, Boolean firstPass) in C:\_Releases\ICE\ICE3.2.300.13\Source\Shared\Contracts\BO\SysAgent\SysAgentImpl.cs:line 168
at Ice.TaskAgentCore.TaskAgent.<>c__DisplayClass28_1.<RunAgentWorker>b__9(SysAgentImpl impl)
at Ice.TaskAgentCore.ImplCaller.ImplCaller`1.Call[TResult](Func`2 doWork, ExceptionBehavior communicationExceptionBehavior, ExceptionBehavior timeoutExceptionBehavior)
at Ice.TaskAgentCore.TaskAgent.RunAgentWorker(String serviceSettingId, String agentId, String appServerUrl, String userId, String password, String endpointBinding, String dnsIdentity, Int32 operationTimeout, Int32 maxConcurrentTasks, Int32 operationRetryCount, Boolean validateWcfCert, String directoryId, String nativeAppId, String webAppId, Object state, CancellationToken globalToken, CancellationToken agentToken, Boolean performStartupTasks)