Sub-Workflow fails with error: An existing connection was forcibly closed by the remote host.

  • 16 February 2021
  • 0 replies
  • 143 views

Userlevel 5
Badge +20
 

Sub-Workflow process fails with "1 Send failed with error: An existing connection was forcibly closed by the remote host."

kbt173226

PRODUCT
K2 Five
BASED ON
K2 Five (all)
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.

Issue

When trying to start/call a sub-workflow process from a main process, it fails with the following error:

1 Send failed with error: An existing connection was forcibly closed by the remote host.

20131iEE51A5700C5E072E.jpg

 

Symptoms

The main workflow will be unable to start any sub-workflow process and will be prevented from continuing further.

Resolution

 

This error was identified as a known issue and is being addressed in a future release of the K2 Product.

To prevent this error from occurring on any sub-workflow that is started, the characters in the 'Host' property inside Workflow Server and Workflow Management Server Connection strings needs to be limited to 13 characters or less.

 

This need to be done in 2 two locations in K2 Management:

1. Environmental Library

20129iF6F7C1C6EE698908.png

 

 

2. Default String Table inside the Workflow server tree

20130iE7925EB3AEB7035B.png

 

 

Examples:

Changed from:
Integrated=True;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=[ServerName].[domain].;Port=5252

Changed To:
Integrated=True;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=[ServerName];Port=5252


0 replies

Be the first to reply!

Reply