cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture SFTP sender channel error message in exception subprocess

former_member213558
Active Participant
0 Kudos

Hi All,

Scenario is SFTP to SFTP,

we would like to capture error from sender SFTP channel.

for example, if host is not reachable/ unknown host exception then we need to capture error info in exception subprocess.

presently due to "UnknownHostException" in sender SFTP channel , the floe getting an error in "integration content" i.e iflow not getting trigger if sender SFTP channel poll failed.

is there anyway to get this kind of exception message inside build?

Regards

Ramesh

nairanoop
Explorer
0 Kudos

Hi Ramesh,

Any luck with this question.?

BR

Anoop

Accepted Solutions (0)

Answers (1)

Answers (1)

vitor_lemberck
Employee
Employee
0 Kudos

Hello Ramesh,

The CPI Have two types of Trace Logs (LJS and HTTP Access Logs )which you can check here:

Access your Tenant > Go to Monitoring > Access Logs > Monitor System Logs

  • Use HTTP Access File to check Connections from another system to CPI
  • Use the LJS for errors on Runtime, like deploying an Iflow, Iflow in error or something related with the Runtime side.

Also, if you are facing any issue with Mapping, you can set the Log Level of your Iflow to Trace, reproduce the issue again and check the Step by Step of your Mapping (with details).

In your case, check the LJS log with Timestamp or Iflow Name.

Regards,

Vitor Lemberck

former_member213558
Active Participant
0 Kudos

Hi Vitor,

Thank you so much for your reply.

Actually the reason behind to capture SFTP sender channel error message in exception subprocess is send error in Mail.

Example>> if Sender SFTP fails dude to "UnknowHostException/user is locked" we need to trigger mail.

is there any way to achieve this?


former_member666706
Discoverer
0 Kudos

Hi Ramesh,

I am also having similar requirement now. Did you find any solution for your query. If so please do share here.

In my flow as well if SFTP connectivity fails I need to trigger an email.

Regards,

Punitha Raju