Any thing needed to be done to go two 1.13

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
Herman
Posts: 1
Joined: Fri Jul 27, 2012 10:06 am

Any thing needed to be done to go two 1.13

Post by Herman »

Good day,
We have migrated from 1.11 of z/OS were we installed SFTP to 1.13. It was working without any problems for the testing that we did on 1.11. Now I'm in the process of doing some additional testing and an I'm getting a error, that I though we had corrected before.
The FromDSN line goes on and on..
CoZBatchÝN¨: Copyright (C) 2005-2009 Dovetailed Technologies LLC. All rights res
CoZBatchÝN¨: version 2.0.1 2012-01-14
CoZBatchÝI¨: executing progname=login-shell="-/bin/sh"
Connect using SSH_ASKPASS, password will be read from IMSAD.USER.JCLCOZ(PW@TW1).
Executing: /usr/local/coz/bin/cozsftp -oBatchMode=no -oConnectTimeout=60 -oServ
twcoztest@internalts.avisbudget.com
Co:Z SFTP version: 2.0.1 (5.0p1) 2012-01-14
Copyright (C) Dovetailed Technologies, LLC. 2011. All rights reserved.
fromdsn(IMSAD.USER.JCLCOZ(PW@TW1))ÝN¨: 1 records/80 bytes read; 9 bytes written
fromdsn(IMSAD.USER.JCLCOZ(PW@TW1))ÝN¨: 1 records/80 bytes read; 9 bytes written

The job:
//***
//*********************************************************************
//* Use the sftp_put.sh script to send a local file to a remote
//* file. This example uses a password (via the SSH_ASKPASS protocol)
//* to connect to the remote system
//*********************************************************************
//SFTPPUT EXEC PROC=SFTPCOZP
//SFTPIN DD *
pwdsn='IMSAD.USER.JCLCOZ(PW@TW1)'
user=twcoztest
host=internalts.avisbudget.com
lzopts="mode=text"
lfile=//DD:MYDD
rfile=/test/inbox/ftp_test.txt
. $script_dir/sftp_put.sh
//MYDD DD DSN=T.DLP.MQFTE.TESTFILE,
// DISP=SHR
//*

We have been looking at other options and are coming back to Co:Z now for a second look before the final decision is made.
Thank you for any help in correcting this problem.
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Re: Any thing needed to be done to go two 1.13

Post by dovetail »

We are not aware of any problems related to z/OS 1.13, but if you migrated your OS level, then you may have inadvertently made changes in IBM Ported Tools OpenSSH, z/OS Unix, etc.

The problem seems to be an authentication issue with the underlying IBM Ported Tools ssh connection.

To get a trace, add this line to the beginning of your //SFTPIN DD:

Code: Select all

sftp_opts="$sftp_opts -vvv"
Then, email the job output to info@dovetail.com. Please do not include any confidential information.
Post Reply