|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Login history |
« View previous topic :: View next topic » |
Author |
Message
|
MaheshPN |
Posted: Thu Jun 30, 2005 12:13 pm Post subject: Login history |
|
|
 Master
Joined: 21 May 2003 Posts: 245 Location: Charlotte, NC
|
Hi Guys,
Is there any way I can get the login/session datails of the past. The session table stores only the active session details and once the user logs off, that record will be deleted. Is there any other place where I can look for the login history.
I had a situation in production,where app log freequently reports 'user not logged in' when they tried to do check-out/check-in or run any query.
I have set the session timeout for 12hrs. So, session won't expire before that until unless user logs out.
I would guess, it may be some code issue. The session "audit Log" may be helpful defend this.
Let me know your thoughts.
thanks,
-Mahesh |
|
Back to top |
|
 |
jmac |
Posted: Thu Jun 30, 2005 12:19 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Mahesh:
I don't believe what you are looking for is available anywhere in MQWF. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Maverik |
Posted: Tue Jul 05, 2005 10:53 pm Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 27
|
Hi Mahesh,
as jmac said what ur looking for cannot be done.
What you should try to find out is why ur users are being logged out. I had this problem and it was caused by attempting multiple logons using one workflow userid,password.
When one user logs in he can access the workitems,once the next user logs in using the same userid,password, the first user is logged out as a new session is created.
Try to overcome this, if this is the problem... |
|
Back to top |
|
 |
jmac |
Posted: Wed Jul 06, 2005 5:45 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Maverik wrote: |
When one user logs in he can access the workitems,once the next user logs in using the same userid,password, the first user is logged out as a new session is created. |
Just FYI... what you are saying is only true for "Present" type sessions. If you want to be able to log in multiple times use a "Default" type session _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Jul 07, 2005 8:40 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
How about creating a trigger on "sessions table" and taking a mirrror image of the record to another table "session-history" table.
I know this works on any Db2 database. But FMCDB is IBM specific |
|
Back to top |
|
 |
jmac |
Posted: Fri Jul 08, 2005 5:20 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I would not put any triggers into MQWF without first discussing with IBM. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|