View previous topic :: View next topic |
Author |
Message |
mottai Beginner
Joined: 27 Oct 2004 Posts: 3 Topics: 1
|
Posted: Wed Oct 27, 2004 3:08 pm Post subject: User ID |
|
|
Hi
I am currently in a project where we are converting from IDMS/ADSO to DB2/CICS. The problem I have is in the log on screen. Since IDMS allows record level lock, the existing code uses it and restricts the user from logging into different terminals.
Now we need to mimic this functionality.
We discussed using a column in DB2 user table or TSQ for this purpose. But time out or a program abend is a problem in both cases.
Record level lock in DB2 is terribly unpopular with the DBAs in my shop.
Please let me know if anyone has done anything similar.
Thanks |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Oct 27, 2004 5:17 pm Post subject: |
|
|
Mottai,
I am confused as to how logging to the system is tied to a DB2 table. Can't use the mainframe regular logon feature to check if the user is already logged on to the system?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
mottai Beginner
Joined: 27 Oct 2004 Posts: 3 Topics: 1
|
Posted: Thu Oct 28, 2004 9:01 am Post subject: |
|
|
Kolusu
My application has a log on of its own. The password for which is maintained in a DB2 table. This is the user record for us. On top of the RACF security, we are having our own application security.
Now, the issue is how not to allow the user to log on in to our application in multiple terminals.
Since this needs to be prorgammatically controlled, we are trying find ways of identifying whether the user has already logged on. We thought of using a column in the security table or a logon TSQ but the issue gets muddy when you think of scenarios when the application abends or simply times out.
Please let me know whether this gives you the details..
Thanks |
|
Back to top |
|
 |
shiv_swami Beginner

Joined: 29 Nov 2003 Posts: 68 Topics: 14
|
Posted: Thu Oct 28, 2004 9:53 am Post subject: |
|
|
Do you want to mimic "Multiple signon not allowed " functionality ? _________________ Regards,
Shivprakash |
|
Back to top |
|
 |
mottai Beginner
Joined: 27 Oct 2004 Posts: 3 Topics: 1
|
Posted: Fri Oct 29, 2004 10:58 am Post subject: |
|
|
Hi
I got to know about it and we are checking with our CICS sysprogs about it.
My secondary question out of this is in reference to the CICS timeout facility. Is there a way to not timeout at all?. |
|
Back to top |
|
 |
vak255 Intermediate

Joined: 10 Sep 2004 Posts: 384 Topics: 79
|
Posted: Mon Nov 29, 2004 6:50 am Post subject: |
|
|
Quote: |
CICS timeout facility
| .This is setted by the system people, so that there is not much load in the CICS region.contact ure sys people, but ure problem has to be sorted in a different way.just have a column which checks whether the user has logged on, if the column is on just send a message "already logged on" or log off the previous session or do wht u need to do and u need to set timeout to track active users. |
|
Back to top |
|
 |
|
|