the NMAPI Server log shows
E |c.b.r.s.s.t.ZosJniPlatformSecurityService:96 | Platform security action to create thread-level security environment without password has failed: EMVSSAFEXTRERR The user's access was revoked; errno=163; errno2=0be80820
Login to the Netmaster region and other mainframe applications still works, so why does this show as revoked?
When the APPL class is active with the OMVSAPPL profile defined, the user making the request needs read access to this profile.
Add read access for the OMVSAPPL class to the userid attempting to perform the login.
For RACF:
PERMIT OMVSAPPL CLASS(APPL) ACCESS(READ) ID(userID)SETROPTS RACLIST(APPL) REFRESH
For Top Secret:
TSS PERMIT(userID) APPL(OMVSAPPL)
For ACF2
SET RESOURCE(APL)RECKEY OMVSAPPL ADD(SERVICE(READ) ROLE(<zowe_user>) ALLOW)F ACF2,REBUILD(APL)