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

Here you can discuss the universal Integrated Development Environment for OpenVMS.

Topic author
jrobinson
Member
Posts: 8
Joined: Fri Feb 28, 2020 1:15 pm
Reputation: 0
Status: Offline

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

Post by jrobinson » Fri Feb 28, 2020 3:32 pm

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 12264 times
Any ideas what could be wrong?
Last edited by jrobinson on Fri Feb 28, 2020 3:34 pm, edited 3 times in total.


sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 99
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

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

Post by sergey_vorfolomeev » Mon Mar 02, 2020 12:39 am

I think the issue is case-sensitivity. Add this line to LOGIN.COM:
set process/parse_style=extended


Topic author
jrobinson
Member
Posts: 8
Joined: Fri Feb 28, 2020 1:15 pm
Reputation: 0
Status: Offline

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

Post by jrobinson » Tue Mar 03, 2020 9:54 am

Thank you for your reply. I have added this to my LOGIN.COM but the issue still persists.

User avatar

puder
VSI Expert
Contributor
Posts: 10
Joined: Thu Aug 29, 2019 1:44 pm
Reputation: 0
Status: Offline

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

Post by puder » Tue Mar 03, 2020 10:05 am

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)


Topic author
jrobinson
Member
Posts: 8
Joined: Fri Feb 28, 2020 1:15 pm
Reputation: 0
Status: Offline

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

Post by jrobinson » Tue Mar 03, 2020 10:21 am

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
Last edited by jrobinson on Tue Mar 03, 2020 10:22 am, edited 1 time in total.


sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 99
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

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

Post by sergey_vorfolomeev » Wed Mar 04, 2020 12:30 am

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


Topic author
jrobinson
Member
Posts: 8
Joined: Fri Feb 28, 2020 1:15 pm
Reputation: 0
Status: Offline

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

Post by jrobinson » Thu Mar 05, 2020 9:57 am

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.
Last edited by jrobinson on Thu Mar 05, 2020 11:05 am, edited 2 times in total.


sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 99
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

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

Post by sergey_vorfolomeev » Thu Mar 05, 2020 10:49 pm

Just reload VS Code (F1->"Developer: Reload Window"). This error happens when VS Code had an error in file, that doesn't exist anymore.


Topic author
jrobinson
Member
Posts: 8
Joined: Fri Feb 28, 2020 1:15 pm
Reputation: 0
Status: Offline

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

Post by jrobinson » Fri Mar 06, 2020 9:31 am

Reloaded and still get a similar error, this time showing "ENOENT".
Capture.PNG


sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 99
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

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

Post by sergey_vorfolomeev » Tue Mar 31, 2020 5:47 am

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.

Post Reply