My ISM has been configured using default setting which will create incident when receive email,
Scenario below occurs:
1. When received an email which subject that does not contain "Incident#" and existing incident number
- a new incident will be created
- email journal does not contains the entry of the incoming email.
2. When received an email which subject contains "Incident#" and existing incident number
- the corresponding existing incident does not have new entry in journal
- new incident will not be created
Does anyone has faced this issue before?
Below are the logs that captured that I think may be the cause of the issue:
1. Service Name: AppServer,
Sub System ID: ASWebServicesAPI
Error Code: Exception
Exception:
System.Exception: Field Journal.Email.SentOn with data type DateTime cannot be assigned value '18/9/2018 3:07:00 AM' with data type System.String. at DataLayer.ObjectSave.ExecuteAndCommit(ObjectTransaction t, SaveResponseErrors errors, IExecuteAction executeAction) at SaaS.WebUI.Services.IPCMServiceController.ProcessData(ISessionContext context, ObjectTransaction t, ObjectCommandData commandData, SaveAndActionResponse result, List`1 fieldsOrder) at SaaS.WebUI.Services.IPCMServiceController.CreateObject(String sessionKey, String tenantId, ObjectCommandData commandData) at SaaS.WebUI.Services.IPCMService.CreateObject(String sessionKey, String tenantId, ObjectCommandData commandData)
2. Service Name: EmailServer
Sub System ID: EmailMsgHandlerException
Error Code: WFEMessageHandler
Exception:
com.frontrange.saas.EmailService.CommonObjects.EmailMsgHandlerException: Failed to create a journal e-mail note ---> System.ServiceModel.FaultException: Unhandled system exception: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Field Journal.Email.SentOn with data type DateTime cannot be assigned value '18/9/2018 3:07:00 AM' with data type System.String. . POST:http://heat-sm/HEAT/ServiceAPI/IPCMService.asmxServer stack trace: 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 com.frontrange.saas.ws.data.IPCMServiceSoap.CreateObject(String sessionKey, String tenantId, ObjectCommandData commandData) at com.frontrange.Services.IPCMServiceClientImpl.<>c__DisplayClass5_0.b__0(String s) at com.frontrange.Services.ClientServiceBase.ExecuteWithRetryOnInvalidSession[T](Func`2 function, String sessionKey, String tenantId) at com.frontrange.Services.IPCMServiceClientImpl.CreateObject(String sessionKey, String tenantId, ObjectCommandData commandData) at com.frontrange.saas.EmailService.SaaS.createJournalEMail(SaasJournalContext context, String ownerRecId, Func`2 makeNewLinkFunc, Boolean& journalCreated) --- End of inner exception stack trace ---