SFTP "Host" field limited to 15 characters?

I’m on 6.1.0. I’m trying to add an X12 Partner with SFTP credentials, but the interface field for “Host” is limiting me to 15 characters. Any one else have this problem? If so, what is the workaround?

Haven’t tried it, but you may have to get the IP address of the host and use that.

1 Like

Looks like we have to change the maxlength property here.

interim solution: open a terminal window and ping your X12 Partner SFTP host and you will get the the numerical IP address in response:

PS C:\Users\msarn> ping mftgateway.changehealthcare.com

Pinging mftgateway.emdeon.com [170.138.34.31] with 32 bytes of data:
Reply from 170.138.34.31: bytes=32 time=35ms TTL=241
Reply from 170.138.34.31: bytes=32 time=39ms TTL=241
Reply from 170.138.34.31: bytes=32 time=33ms TTL=241
Reply from 170.138.34.31: bytes=32 time=32ms TTL=241

Ping statistics for 170.138.34.31:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 32ms, Maximum = 39ms, Average = 34ms

is what I did for Change Healthcare.

Mark Sarnov, MD

1 Like

created the PR for this issue