You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may have identified a new case of RACF revocation of user accounts.
The problem would be related to the presence of editor(s) open on a COBOL source when starting VS Code and that the RACF password was changed before opening VS Code. The case occurred even with only one COBOL editor/source open.
The problems seem to have started with the upgrade to Zowe Explorer 3.x.x / IBM Z Open Editor 5.x.x.
Before this date, password modification management did not pose any particular problem.
Several users have had the same problem, which seems to rule out improper handling.
Observed behavior
VS Code is closed on the user's workstation.
The user changes his RACF password with 3270 emulator.
The user starts VS Code.
The last use of VS Code was made with a Workspace corresponding to a Git repository, and editors on COBOL sources remained open during the previous shutdown of VS Code.
IBM Z Open Editor detects that the password has been changed and asks to change it.
But the requests to retrieve the Copybooks are still launched in parallel.
The password used by IBM Z Open Editor to access the copybooks is not valid, the RACF account is revoked.
The number of parallel requests has its default value: 5.
I analyzed the TSU/IZUFPROC logs, see attachment: CASE465.zip
first task launched TSU28549: no access to SYS1.PROCLIB
second task launched TSU28550: access to SYS1.PROCLIB occurs at 07:54:15 after the frst access to a copybook at 07:50:30, probably when validating the user's password entry in VS Code
third task launched TSU28551: no access to SYS1.PROCLIB
fourth task launched TSU28552: access to SYS1.PROCLIB occurs at 07:53:34 after the first access to a copybook at 07:50:30, probably when validating the user's password entry in VS Code
fith task launched TSU28553: no access to SYS1.PROCLIB
See also the z/OSMF log and the problem that seems to correspond to the first access to the Copybook.
See also the sequence in which requests are sent for downloading copybooks:
from 07:50:30 to 07:53:33: direct access to members, without requesting the list of members
at 07:53:33: request for the list of members
I have not been able to reproduce the problem with a well-synchronized password: the password validation by searching the SYS1.PROCLIB file is triggered as expected...
The text was updated successfully, but these errors were encountered:
Hi @FALLAI-Denis,
I have not been able to reproduce this problem. I have been testing by closing VS Code with a COBOL source open, changing my password externally, and re-opening the same workspace. For me, copybook resolution does not proceed until I update the credentials via the prompt.
I will continue investigating the issue. In the meantime:
If one of your users experiences this issue again, try to copy the Z Open Editor output log and attach it to this issue.
Attaching the ID of the password prompt would be helpful too (does it match the ID of the prompt in the image attached below?).
Can you share the overall structure of your Zowe Team config? It is unlikely that this is the source of the issue, but I can use this information to assess if there is an issue with how Z Open Editor selects a profile for copybook resolution.
Development environment used
Problem Description
We may have identified a new case of RACF revocation of user accounts.
The problem would be related to the presence of editor(s) open on a COBOL source when starting VS Code and that the RACF password was changed before opening VS Code. The case occurred even with only one COBOL editor/source open.
The problems seem to have started with the upgrade to Zowe Explorer 3.x.x / IBM Z Open Editor 5.x.x.
Before this date, password modification management did not pose any particular problem.
Several users have had the same problem, which seems to rule out improper handling.
Observed behavior
The number of parallel requests has its default value: 5.
I analyzed the TSU/IZUFPROC logs, see attachment: CASE465.zip
See also the z/OSMF log and the problem that seems to correspond to the first access to the Copybook.
See also the sequence in which requests are sent for downloading copybooks:
I have not been able to reproduce the problem with a well-synchronized password: the password validation by searching the SYS1.PROCLIB file is triggered as expected...
The text was updated successfully, but these errors were encountered: