Eureka! It's working! Johnny, In addition to your last suggested change, below, I also had to uncomment out the trailing 'ALLOWAPPL *' statement. I had commented it out on my own innitiative, assuming - incorrectly - that it was unnecessary.
Happy days are here again! Thanks everyone for your input. And that's a belated thanks to cover previous posts of mine over the last month, where many people similarly offered their expertise to answer questions and resolve problems. Best regards, Jerry Levine On Wed, 12 Dec 2007 11:27:43 +0800, Johnny Luo <[EMAIL PROTECTED]> wrote: >My tcpip profile is similar to yours and there is no problem for me. Maybe >you can try to separate the problem by logging to TSO from a local/non- TCPIP >terminal? > >BTW, if you want to protect TSO you should code: > >RESTRICTAPPL TSO* > >On Dec 12, 2007 6:55 AM, Support, DUNNIT SYSTEMS LTD. <[EMAIL PROTECTED]> >wrote: > >> Thanks, Johnny. I now get the solicitor screen. It works for logging on to >> CICS >> (APPLID=CICS) but I'm getting the following error messages on the SYSLOG >> when attempting to logon to TSO: >> >> LOGON >> IST663I BIND FAIL REQUEST RECEIVED, SENSE=08010000 292 >> IST664I REAL OLU=ADCD.SC0TCP01 REAL DLU=ADCD.A06TSO01 >> IST889I SID = D2DF5F7A9B33042B >> IST1669I IPADDR..PORT 192.168.0.11..53406 >> IST314I END >> IKT117I TSO/VTAM INITIALIZATION FAILED FOR APPLNAME=TSO0001 , >> LUNAME=ADC >> D.SC0TCP01 >> IKT111I APPLNAME=TSO0001 FAILED DUE TO: TCAS CLSDST PASS >> FAILURE >> IKT030I TCAS LOGON PROCESS FAILURE PLU=A06TSO01 >> SLU=ADCD.A06TSO01 >> SENSE= 08010000 >> IKT122I IPADDR..PORT 192.168.0.11..53406 >> IKT122I IPADDR..PORT 192.168.0.11..53406 >> IKJ608I LOGON TERMINATED, IKTXINIT, TSO/VTAM INITIALIZATION >> ERROR >> IST804I CLOSE IN PROGRESS FOR TSO0001 OPENED BY ***NA*** >> IEA989I SLIP TRAP ID=X33E MATCHED. JOBNAME=*UNAVAIL, >> ASID=0039. >> IST400I TERMINATION IN PROGRESS FOR APPLID TSO0001 >> IST805I VTAM CLOSE COMPLETE FOR TSO0001 >> EZZ6034I TELNET CONN 00000014 LU SC0TCP01 CONN DROP ERR 3012 >> 303 >> IP..PORT: 192.168.0.11..53406 >> >> >> >> Here are my TCPIPROF statements. Note the commented out statements: >> >> BEGINVTAM >> ; Define logon mode tables to be the defaults shipped with the >> ; latest level of VTAM >> ; Define the LUs to be used for general users. >> DEFAULTLUS >> SC0TCP01 SC0TCP02 SC0TCP03 SC0TCP04 SC0TCP05 >> SC0TCP06 SC0TCP07 SC0TCP08 SC0TCP09 SC0TCP10 >> SC0TCP11 SC0TCP12 SC0TCP13 SC0TCP14 SC0TCP15 >> SC0TCP16 SC0TCP17 SC0TCP18 SC0TCP19 SC0TCP20 >> SC0TCP21 SC0TCP22 SC0TCP23 SC0TCP24 SC0TCP25 >> SC0TCP26 SC0TCP27 SC0TCP28 SC0TCP29 SC0TCP30 >> ENDDEFAULTLUS >> ; DEFAULTAPPL TSO ; Set the default application for all Telnet >> ; USSTCP USSN ; USS Table name >> ; sessions to allow CLSDST Pass >> LINEMODEAPPL TSO ; Send all line-mode terminals directly to TSO. >> ALLOWAPPL SAMON QSESSION ; SAMON appl does CLSDST Pass to next appl >> ALLOWAPPL TSO* DISCONNECTABLE ; Allow all users access to TSO >> ; applications. >> ; TSO is multiple applications all beginning with TSO, >> ; so use the * to get them all. If a session is closed, >> ; disconnect the user rather than log off the user. >> RESTRICTAPPL TSO ; Only 2 users can use TSO. >> USER ADCDMST ; Allow ADCDMST access. >> USER IBMUSER ; Allow IBMUSER access. >> RESTRICTAPPL CICS ; Only 2 users can use CICS. >> USER ADCDMST ; Allow ADCDMST access. >> USER IBMUSER ; Allow IBMUSER access. >> RESTRICTAPPL CICS1 ; Only 2 users can use CICS1. >> USER ADCDMST ; Allow ADCDMST access. >> USER IBMUSER ; Allow IBMUSER access. >> RESTRICTAPPL CICS2 ; Only 2 users can use CICS2. >> USER ADCDMST ; Allow ADCDMST access. >> USER IBMUSER ; Allow IBMUSER access. >> RESTRICTAPPL CICS3 ; Only 2 users can use CICS3. >> USER ADCDMST ; Allow ADCDMST access. >> USER IBMUSER ; Allow IBMUSER access. >> RESTRICTAPPL IMS ; Only 3 users can use IMS. >> USER USER1 ; Allow user1 access. >> LU TCPIMS01 ; Assign USER1 LU TCPIMS01. >> USER USER2 ; Allow user2 access from the default LU pool. >> USER USER3 ; Allow user3 access from 3 Telnet sessions, >> ; each with a different reserved LU. >> LU TCPIMS31 LU TCPIMS32 LU TCPIMS33 >> ; ALLOWAPPL * ; Allow all applications that have not been >> ; previously specified to be accessed. >> >> Anyone have any ideas what's causing the TSO logon error? >> >> >> > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO >Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

