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

Not able to login once session gets disconnected


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

New User


Joined: 08 Apr 2008
Posts: 7
Location: india

PostPosted: Thu Apr 23, 2009 12:43 pm
Reply with quote

Hi,

When the session for mainframes gets disconnected ,if i try to login after
that it gives me a message 'USERID ALREADY LOGGED ON' and i am not able to login again for a long time.

Can anybody suggest on this.

Thanks,
Pavan.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Apr 23, 2009 2:20 pm
Reply with quote

Get your ID purged by your support or from other team-member (if he has the authority to do so) . . .
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Apr 23, 2009 2:31 pm
Reply with quote

Anuj D. wrote:
other team-member (if he has the authority to do so) . . .
I thought if "he" can have such authority then there is a good possibility that you also have the same authority . . .

If you have other LPAR at your shop, where you can log in at theat moment, you might try this:
Code:
//*                     
/*ROUTE XEQ TestRegion         
//*                     
//SDSF     EXEC PGM=SDSF
//ISFOUT   DD SYSOUT=*   
//ISFIN    DD *         
ST                       
SET DISPLAY ON           
SET CONFIRM OFF         
PRE   AnujRACF           
OWNER *                 
FIND  AnujRACF
++P                     
/*                       
//*                     
This is what I use when I get "USERID ALREADY LOGGED ON". I log in to production LPAR and ROUTE to TestRegion. In above AnujRACF should be replaced by your RACF ID.

Be AWARE - if you have a security policy alive at your shop & you are not authorised to purge your own ID better wait the "system to release it" otherwise there can be serious consequences of using such methods...
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Apr 23, 2009 2:41 pm
Reply with quote

Do you not have a RECONNECT option on the logon panel ?
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Thu Apr 23, 2009 4:00 pm
Reply with quote

Hi,

I use a similar approach to Anuj
Code:
//ISFIN    DD  * 
/C U=userid 
/* 



Gerry
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Apr 23, 2009 8:43 pm
Reply with quote

Hello,

Suggest you find out how RECONNECT is implemented in your environment.

This is a far better choice than canceling. . . (imho)
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Fri Apr 24, 2009 3:42 am
Reply with quote

Some shops have a web page that will cancel your id or you can submit JCL via FTP. As others have said though, see what is allowed at your site.
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 IBM Personal Communications session i... All Other Mainframe Topics 4
This topic is locked: you cannot edit posts or make replies. Is there a way to restrict user login... All Other Mainframe Topics 11
No new posts insert into session tables with UR DB2 0
No new posts Creating ISPF Screens with Scrname vi... TSO/ISPF 10
No new posts Display FTP Session Count within TSO TSO/ISPF 3
Search our Forums:

Back to Top