FOTS2214 Timeout, server not responding.

Discussion of the COZBATCH utility for z/OS
Post Reply
opsman45
Posts: 1
Joined: Thu Jun 23, 2011 2:39 pm

FOTS2214 Timeout, server not responding.

Post by opsman45 »

We have default set in /usr/local/bin/cozdefaults/transfersftp/
ssh_opts="$ssh_opts -oServerAliveInterval=60"

One of the jobs we run just started failing with the FOTS2214 timeout message even though the fle is getting copied to
our sftp server. We have no issues with any other job running cozbatch

We override jcl with ssh_opts="$ssh_opts -oServerAliveInterval=600" and no failure.

Do you have any ideas why this would start up for just one job? That job has run without issue for months.

Thanks in advance

Joe Pankowski
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: FOTS2214 Timeout, server not responding.

Post by dovetail »

FOTS2214 is an error from IBM Ported Tools OpenSSH.

Along with ServerAliveInterval, you may also need to set ServerAliveCountMax.

Since your company is an enterprise support customer, please open a ticket and include a trace with the "-vvv" option and we will review.
Post Reply