Reactivate a DELETED session entry from TPX User Self-Maintenance Menu
search cancel

Reactivate a DELETED session entry from TPX User Self-Maintenance Menu

book

Article ID: 25904

calendar_today

Updated On:

Products

TPX - Session Management Vman Session Management for z/OS

Issue/Introduction

There are a number of people using a profile that did not need one of the sessions allocated to the profile, so the session was deleted by those users.

This shows up in TPXADMIN as a deleted session on their list (*DELETED*).

There is now a requirement for them to use the session again, so I want to "reactivate" the session for the users that it shows up as "*DELETED*" for, but in batch not via the panels, as there are a lot of users affected.

How can I do this?

 

Environment

TPX® Session Management for z/OS

Resolution

You can  run TPXBATCH with the following SYSIN parameters:

UPDATE USERSESSION (tpx_userid session_id (UENTDEL(N)) )

This will reset the *DELETED* flag.

Repeat the above statement for each userid.  This can all be done in one batch step.