Operating System - OpenVMS
1752806 Members
6101 Online
108789 Solutions
New Discussion юеВ

Re: ssh error on VMS batch mode

 
SOLVED
Go to solution
Daniel Fernandez Illan
Trusted Contributor

ssh error on VMS batch mode

Hi

I have a problem with SSH and VMS batch mode.
This file command works fine in interactive mode, but in detach or batch mode does not work.

$sftp -b - user@remote_node
cd /cdr
lcd sys$login
get test.vcdr
exit
$exit

In batch mode log file displays:

%TCPIP-F-SSH_FATAL, non-specific fatal error condition

in the first line (cd /cdr).

VMS 7.3.2 and TCP/IP V5.4 - ECO 2.

Some idea?

Saludos.
Daniel.
5 REPLIES 5
Wim Van den Wyngaert
Honored Contributor
Solution

Re: ssh error on VMS batch mode

Steven Schweda
Honored Contributor

Re: ssh error on VMS batch mode

Try ECO 5? It has some related fixes, and it
seems to work for me. There are also some
restrictions listed in
TCPIP54ECO05.RELEASE_NOTES, in SYS$HELP after
installation, or:

ftp://ftp.itrc.hp.com/openvms_patches/layered_products/alpha/DEC-AXPVMS-TCPIP_ECO-V0504-155-4.txt

ftp://ftp.itrc.hp.com/openvms_patches/layered_products/alpha/DEC-AXPVMS-TCPIP_ECO-V0504-155-4.PCSI-DCX_AXPEXE
Daniel Fernandez Illan
Trusted Contributor

Re: ssh error on VMS batch mode

Hi Win & Steven

Yes, with ECO 5 installed VMS batch mode works fine

Thanks
Saludos.
Daniel
Daniel Fernandez Illan
Trusted Contributor

Re: ssh error on VMS batch mode

Thread is closed with solution
Daniel.
Daniel Fernandez Illan
Trusted Contributor

Re: ssh error on VMS batch mode

This command file works fine in on line, batch and detach mode:

$sftp -"B" - user@remote_node
cd /test
lcd dga1:[test]
get test.vcdr
exit
$exit

with VMS 7.3.2 and TCP/IP V5.4 - ECO 5

Also works well this command:

$scp user@remote_node:"/test/test.vcdr" dga1:[test]test.vcdr

Saludos.
Daniel.