The following command will give you start times for the sessions associated
with the IDF in release 7.7 at operating system level 6.1. You could then
take the job numbers found in those messages and search for the ending times
of the associated jobs in the history log.
DSPLOG PERIOD((*AVAIL 022010) (*AVAIL 022010))
OUTPUT(*PRINT)
JOB(QZRCSRVS QZDASOINIT)
MSGID(CPIAD09)
It is a painful approach but I am not aware of a better method.
It's too bad that the IDF doesn't log entries in APPLOG.
I suppose you could also link MNHDTL with MNHHDR to view the times of
activity for each user each day and extrapolate the start and finish time
rather imprecisely.
-----Original Message-----
From: mapics-l-bounces@xxxxxxxxxxxx [mailto:mapics-l-bounces@xxxxxxxxxxxx]
On Behalf Of LeLeux, James
Sent: Sunday, February 21, 2010 9:18 AM
To: MAPICS ERP System Discussion
Subject: Re: [MAPICS-L] User Login/off data on Power Link
Perhaps the dsplog cmd can help if you identify the value related to that
app?
Here's the cmd we use to trap login failures by extracting msgid 'CPF2334',
but simply type dsplog and see if you find the target session.
DSPLOG PERIOD((*AVAIL &CHRDTE) (*AVAIL &CHRDTE)) +
OUTPUT(*PRINT) MSGID(CPF2234)
James LeLeux
IT Director: Cherry, Shur-Lok, & SPS Santa Ana
1224 East Warner Avenue
Santa Ana, CA 92705
Cell: 714-929-8063
jleleux@xxxxxxxxxxx
-----Original Message-----
From: mapics-l-bounces@xxxxxxxxxxxx [mailto:mapics-l-bounces@xxxxxxxxxxxx]
On Behalf Of Shuhail Mohamed
Sent: Sunday, February 21, 2010 3:28 AM
To: 'MAPICS ERP System Discussion'
Subject: [MAPICS-L] User Login/off data on Power Link
Hi Group,
Can some one let me know how to extract user log in and log out times of
power link (Rel 7.8) user sessions? The file LOGINS on AMCESSQL library in
unreadable. I need to accumulate the usage of Power link sessions by user ID
for a given day/period.
Thanks in advance
Shuhail
_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/mapics-l.
_______________________________________________
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/mapics-l.
As an Amazon Associate we earn from qualifying purchases.