Service Connect - update the Labor entry and journal entry

Hello Everyone,

Our Epicor Service Connect mechanism - A one csv will be created Labor entry (Time and Expense Entry) and General Journal Entry in the system.

When I drop the file on the folder and CSV file got the below error message
" <msg:req tag=“GLJrnGrpService.GetByID”>
msg:ers
<msg:error type=“unexpected error”>
msg:number2147220990</msg:number>
msg:descriptionUnspecified error: Unknown fatal errors occurred: Client Proxy error occurred when calling GLJrnGrpService.GetByID
Exception of type System.ServiceModel.FaultException1[Ice.Common.EpicorFaultDetail]: Record not found. </msg:description> <msg:source>Client Proxy error occurred when calling GLJrnGrpService.GetByID Exception of type System.ServiceModel.FaultException1[Ice.Common.EpicorFaultDetail]: Record not found."

The Error says it couldnt find the record, what are you passing into GlJrnGrp GetByID

First it has to create GL group in the journal entry and it would create a Time and Expense Entry in the system.

Yes but when you do GetByID that is not creating it, that means you are looking for an existing one.

Where is the Node where you are going “GetNew” and then “Update” (creating it)?

We are getting below error :- Any thoughts on below error

> Client Proxy error occurred when calling GLJrnGrpService.GetByID
> Exception of type System.ServiceModel.Security.SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority ‘rensrv-erpapp.raydomain.com’.
> Exception of type System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
> Exception of type System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.