IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

TSO Logon Failing - Acount Not matching


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
SLNewton

New User


Joined: 13 Jun 2016
Posts: 1
Location: USA

PostPosted: Thu Aug 25, 2016 9:37 pm
Reply with quote

Hi! I am filling in for a RACF administrator who left suddenly, until new RACF administrator brought on board. I received a request for a new TSO/ISPF ID and access. I used the RACF function to "clone" an existing, working ID who does similar work. But, when I try to logon with the new ID, I get this message (ID and other information replaced with "?"):

ICH70001I ????? LAST ACCESS AT 08:56:49 ON THURSDAY, AUGUST 25, 2016

????? LOGON IN PROGRESS AT 08:57:50 ON AUGUST 25, 2016

LOGON AND ACCT NOT IN SYNC - PLEASE LOGON WITH CORRECT USERID AND ACCT INFO

LOGON FAILED ALLOCATION UNSUCCESSFUL

????? LOGGED OFF TSO AT 08:57:51 ON AUGUST 25, 2016

Yes, I have created an alias in the Master Catalog, and associated a User Catalog. And, there is an 9-character ACCTNUM in the RACF TSO information, ?????????, which is the same as the one on the model ID, and incidentally, the one for my ID. From the message, I suspect that I need to update it in some way, but have no idea where it is located, or what might need to be updated.

Yes, I have looked in some of the RACF manuals, but did not find anything helpful. If someone could give me a pointer to the relevant manual, or suggest another way forward, I would be very grateful.

Thanks
Steve Newton
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Fri Aug 26, 2016 12:40 am
Reply with quote

The account in the RACF TSO segment (or entered by the user on the TSO/E LOGON screen) must match a profile in the RACF ACCTNUM class - and the user must have READ access to the profile.

That's just a best guess since I know nothing about your setup. Good luck.

Code:
lu adummy tso                                                               
 USER=ADUMMY  NAME=A DUMB USER           OWNER=STCUSER   CREATED=13.059     
  DEFAULT-GROUP=USERG02   PASSDATE=16.064  PASS-INTERVAL=180               
  ATTRIBUTES=GRPACC                                                         
  REVOKE DATE=NONE   RESUME DATE=NONE                                       
  LAST-ACCESS=16.237/09:29:34                                               
  CLASS AUTHORIZATIONS=NONE                                                 
  NO-INSTALLATION-DATA                                                     
  NO-MODEL-NAME                                                             
  LOGON ALLOWED   (DAYS)          (TIME)                                   
  ---------------------------------------------                             
  ANYDAY                          ANYTIME                                   
   GROUP=USERG02   AUTH=USE      CONNECT-OWNER=STCUSER   CONNECT-DATE=13.059
     CONNECTS=   930  UACC=READ     LAST-CONNECT=16.237/09:29:34           
     CONNECT ATTRIBUTES=NONE                                               
     REVOKE DATE=NONE   RESUME DATE=NONE                                   
 SECURITY-LEVEL=NONE SPECIFIED                                             
 CATEGORY-AUTHORIZATION                                                     
  NONE SPECIFIED                                                           
 SECURITY-LABEL=NONE SPECIFIED                                             
                                                                           
 TSO INFORMATION                                                           
 ---------------                                                           
 ACCTNUM= 12345678       <--- Account number                                                   
 JOBCLASS= A                                                               
 PROC= SYSUSER                                                             
 SIZE= 00024000                                                             
 MAXSIZE= 00000000                                                         
 UNIT= SYSDA                                                               
 USERDATA= 0000                                                             
 COMMAND= ex (start)

rlist acctnum 12345678                                   
 CLASS      NAME                                         
 -----      ----                                         
 ACCTNUM    12345678                                     
                                                         
 LEVEL  OWNER      UNIVERSAL ACCESS  YOUR ACCESS  WARNING
 -----  --------   ----------------  -----------  -------
  00    PLS             READ               READ    NO     
                                                         
 INSTALLATION DATA                                       
 -----------------                                       
 NONE                                                     
                                                         
 APPLICATION DATA                                         
 ----------------                                         
 NONE                                                     
                                                         
 AUDITING                                                 
 --------                                                 
 FAILURES(READ)                                           
                                                         
 NOTIFY                                                   
 ------                                                   
 NO USER TO BE NOTIFIED
 READY
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Rexx pattern matching on PS qualifer ... CLIST & REXX 1
No new posts SMF Record Date conversion failing CLIST & REXX 1
No new posts File matching functionality in Easytr... DFSORT/ICETOOL 14
No new posts Execute REXX on logon with ISPF CLIST & REXX 3
No new posts Alter User LOGON Script Parameters CLIST & REXX 11
Search our Forums:

Back to Top