function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Roshan 10Roshan 10 

Do DEBUG logs capture connection timeouts when Informatica connects to SFDC

We built an interface between Oracle and SFDC using Informatica Powercenter for inserting data into a Custom object

We received this error. However this error is captured in Informatica 
SFDC_31203 [FATAL] A fault is received in a create request.  Fault code [].  Fault subcode [].  Reason [Connection timed out.].  Detail [].

Will SFDC not capture such connection timeouts?
The debug levels details we used are 
Category Level
Database FINEST
System DEBUG
Daniel BallingerDaniel Ballinger
I suspect it would depend on where the request is timing out. If the request never reaches Salesforce then there would be nothing to log. Otheriwse is should log something if you have the correct TraceFlag configured.
Roshan 10Roshan 10
The job failed after inserting few records into SFDC. From the error it looks like the connection with SFDC timed out
All the debug logs generated were having Status as Success
Daniel BallingerDaniel Ballinger
So the records were inserted successfully into Salesforce and then Informatica timed out somewhere in the response. It sound more like a problem on the informatica end. As such, Salesforce would have no knowledge of the problem.