cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP server getting blocked because of multiple threads/Messages from PI

former_member585940
Participant
0 Kudos

Hi Experts,

We have two interface where we are placing the file at SFTP server.

Message flow is high(100 msg per hour for each interface).

The issue is, during peak time, the SFTP server gets locked.

While checking with server team, I came to know it was Thread issue.

When PI attempts to logon to the sftp server at the same time across mutiple threads, their server sees it as DOS attack and block the IP.

The SFTP server can be connected to maximum five threads at the same time.

I am not sure how and where do we maintain number of threads in PI.

If you have any ideas about this, please share your knowledge.

I will really appreciate your quick response.

Regards,

Vikram

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Hi Vikram - Did you try adjusting the maximum concurrency value?

Maximal Concurrency

This parameter determines the maximum number of messages that are processed in concurrently at any point of time.

Also have a look at the below documentation to restrict the consumer threads-

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/cbb490cea80783e10000000a42189d/content.htm

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Vikram,

you can check the max no of thread for SFTP at

RWB -> Component Monitoring -> Adapter Engine -> Engine Status

refer the below blog

regards,

Harish