cancel
Showing results for 
Search instead for 
Did you mean: 

Exception on MSG_Disconnect.

vijay_b4
Active Contributor
0 Kudos

Hi, I received an alert saying error text as:

"Exception received: com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 12 Too many connections ",

Any idea what causes this?

Thank you!

Accepted Solutions (0)

Answers (3)

Answers (3)

iaki_vila
Active Contributor
0 Kudos

Hi Vijay,

Are you using user/pass authentication with SFTP or HTTPS scenarios?,  i think the user can be blocked by several incorrect attempts.

Regards.

vijay_b4
Active Contributor
0 Kudos

Thanks for the response.

Yes its SFTP sender channel and am using User and Pwd to connect to it.

If this is just incorrect attempts, then I think this can be ignored right?

iaki_vila
Active Contributor
0 Kudos

Hi Vijay,

If the problem is finally the incorrect attempt, you should contact with the SFTP server administrators and to talk with them because they may have to unlock the user or to provide you a right password.

Regards.

former_member182412
Active Contributor
0 Kudos

Hi Vijay,

The disconnect code 12 means too many connections, check this link SSH: ssh2 Return Values

Regards,

Praveen.

vijay_b4
Active Contributor
0 Kudos

what is the resolution, there is no failure recorded neither in message or cc monitoring, Contact SFTP admin and ask to increase the connections?

Former Member
0 Kudos

It looks channel is polling often.. you can increase the SFTP polling under scheduler and specify interval

former_member182412
Active Contributor
0 Kudos

Hi Vijay,

I think SFTP server only accepting 12 concurrent connections, currently PI opened more than 12 connections to SFTP server and you are getting above error.

Speak to SFTP admin to find out how many connections they accept concurrently.

Regards,

Praveen.

former_member186851
Active Contributor
0 Kudos

Hello Vijay,

What is the scenario?