Page 1 of 1

Cannot change settings after moving project

Posted: Tue Jan 04, 2022 2:48 pm
by willemgrooters
VSCode and VMS-IDE most recent.

Moved project to another system, using the same root-specification using system logical USER in synchronizer settings and launch settings; in ssh-helper-settings the nodename has been changed (obviously).
But changes in synchronizer-settings and ssh-helper-settings seems to be wrong the error:

Code: Select all

Draft 2020-12 schemas are not yet fully supported.
but in lauch no error.
Result is that I cannot connect to this system using VMS-IDE, but login using Putty or FTP is no problem; defined structure in VMS-IDE is OK: all files are available.
synchronizer-settings:

Code: Select all

        "root": "/user/wg/wgcms",

Code: Select all

$ sho log user/full
   "USER" [super] = "DQA1:[USER.]" [concealed,terminal] (LNM$SYSTEM_TABLE)
$ dir user:[wg]

Directory USER:[WG]

SETUP.COM;79        TEMP.DIR;1          WGCMS.DIR;1         WGLIB.DIR;1

Total of 4 files.
$
so that seems to be OK.


ssh-helper-settings:

Code: Select all

    "connection": {
        "host": "daphne.grootersnet.local", <<-- changed from previous system: can be found (otherwise VMS output cannot be shown)
Login on acces fails (correct password on access, files cannot be found:
client error: Error: Handshake failed: signature verification failed
Cannot find files on remote source
Synchronization failed. [WGCMS]
Settings: failed to fill some data while loading

Re: Cannot change settings after moving project

Posted: Tue Jan 04, 2022 9:56 pm
by sergey_vorfolomeev
Hi

Seems like the system You moved to has too old SSH server and it is not supported by modern SSH library.

Change the next field for corresponding host in "vmssoftware.ssh-helper-settings.json" file:
"skipSignatureVerification": true,

If You cannot see this filed, open settings via command "VMS-IDE: Edit ssh-helper settings"
vms-ide-ssh-settings.png
The warning in the json file doesn't affect anything.

Re: Cannot change settings after moving project

Posted: Wed Jan 05, 2022 4:21 am
by willemgrooters
Weird. Previously running HP vms 8.4 which worked without a problem, but putty warned on this. New system is VSI VMS084-2L1, no warning in Putty but VMS-IDE fails....