Page 1 of 2

Unable to access file "VMSTEST.MMS"[1,1]

Posted: Fri Feb 28, 2020 3:32 pm
by jrobinson
I've successfully gotten VMS IDE uploading/synchronizing files to VMS, but am now getting an error of "Unable to access file "VMSTEST.MMS"[1,1]".

Visual Studio Code gives the following error inside the IDE. Notice the red font and error at the bottom.
err.png

When I try and "Build Only This Project" I get the following error in the output.

Untitled2.png
Untitled2.png (3.29 KiB) Viewed 13616 times
Any ideas what could be wrong?

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Mon Mar 02, 2020 12:39 am
by sergey_vorfolomeev
I think the issue is case-sensitivity. Add this line to LOGIN.COM:
set process/parse_style=extended

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Tue Mar 03, 2020 9:54 am
by jrobinson
Thank you for your reply. I have added this to my LOGIN.COM but the issue still persists.

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Tue Mar 03, 2020 10:05 am
by puder
I'm not on the IDE dev team, but this seems like a simple error of a file being missing or in the wrong place or over-protected.

I presume the file VMSTEST.MMS exists on the development system where the IDE is running since it shows on the display. Does it really get copied to the VMS build system? If so, what are its protection settings? (directory/protection vmstest.mms)

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Tue Mar 03, 2020 10:21 am
by jrobinson
Yep- the file exists in the IDE as "VMSTEST.mms" (note the lower case ".mms", not sure if this matters). See the screenshot of my VMS Build System output after running "directory/protection vmstest.mms". Hope this helps!
Console.png

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Wed Mar 04, 2020 12:30 am
by sergey_vorfolomeev
Just delete all source on VMS and upload it again. The matter is exactly in difference between 'MMS' and 'mms'. System cannot keep these two files simultaneously.

Added in 30 minutes 27 seconds:
btw, filesystem must be ODS-5

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Thu Mar 05, 2020 9:57 am
by jrobinson
I renamed .mms to .MMS and now Code gives the error below -
Capture.PNG
I've looked through the various json settings files and can't find any reference to the .mms file so I'm not sure what's causing this.

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Thu Mar 05, 2020 10:49 pm
by sergey_vorfolomeev
Just reload VS Code (F1->"Developer: Reload Window"). This error happens when VS Code had an error in file, that doesn't exist anymore.

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Fri Mar 06, 2020 9:31 am
by jrobinson
Reloaded and still get a similar error, this time showing "ENOENT".
Capture.PNG

Re: Unable to access file "VMSTEST.MMS"[1,1]

Posted: Tue Mar 31, 2020 5:47 am
by sergey_vorfolomeev
Hi
Sorry for late answer. If this issue still exists, can You show content of vmssoftware.ssh-helper-settings.json and vmssoftware.synchronizer-settings.json? Without passwords of course.