SalesForce - No logging for 400 error (1 reply)
This is actually patched.
This is actually patched.
Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.
Looking to purchase IMan, please see our resellers here.
Realisable Software
Ph: +44 (0) 208 123 1017
Copyright © Realisable. All rights reserved.
Realisable is a registered trademark
Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.
Looking to purchase IMan, please see our resellers here.
Realisable Software
Ph: +44 (0) 208 123 1017
Copyright © Realisable. All rights reserved.
Realisable is a registered trademark
Realisable Software Ltd provides code-free, cost-effective applications integration solutions for SMEs. Our core IMan product is designed to integrate almost any application with a number of Sage solutions and online payment processors.
Looking to purchase IMan, please see our resellers here.
Realisable Software
Ph: +44 (0) 208 123 1017
Copyright © Realisable. All rights reserved.
Realisable is a registered trademark
I randomly just started receiving a 400 error in my SalesForce connector. When I tried to get more information, I found nothing being logged despite the fact that I have the TRACE enabled for the connector.
The only logging I see is in Errors.txt:
2020-12-31 16:10:07:607 - System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at Realisable.Connectors.Salesforce.HttpClient.Execute(String method, String apiUrl, Dictionary`2 headers, Byte[] contentBody, Int32 retries)
at Realisable.Connectors.Salesforce.HttpClient.Post(String apiUrl, Dictionary`2 headers, Byte[] contentBody, Int32 retries)
at Realisable.Connectors.Salesforce.HttpClient.Post(String apiUrl, Dictionary`2 headers, String contentBody)
at Realisable.Connectors.Salesforce.BaseClient.GetAuthToken()
at Realisable.Connectors.Salesforce.BaseClient..ctor(SystemConnectorDTO system)
at Realisable.Connectors.Salesforce.ForceClient..ctor(SystemConnectorDTO system)
at Realisable.Connectors.Salesforce.PushDataInterop.Initialise(TransformDefinition transformDef, TransactionIterator iterator, Boolean designMode, eTransformErrorAction errAction, eERPUpdateOperation updateOperation, SystemConnectorDTO system, ITransformAuditController auditController)
at Realisable.Data.Transform.TransformSystemConnector.ProcessConnector(TransactionIterator iterator, String systemConnectorId, eTransformErrorAction errAction, eERPUpdateOperation updateOperation)
at Realisable.Data.Transform.TransformSystemConnector.Process()
at Realisable.Data.Transform.TransformControllerInterop.Process()
How can I get more information about this 400 error? Or see what was sent by IMan?