If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

User Last Login Time from Content Store Table

Started by mrcool, 05 Mar 2014 03:15:11 PM

Previous topic - Next topic

mrcool

Hi All,

Could someone help me by sending the sql from Cognos Audit package which provides the usernames and their last login time?
If you can provide me the table which has login time I will work out on last login time.

Thanks,
MC

adam_mc

We use the COGIPF_USERLOGON table from the Audit Database where COGIPF_LOGON_OPERATION= 'Logon'

So SQL is something like:

select * from AUDITDB.COGIPF_USERLOGON where COGIPF_LOGON_OPERATION= 'Logon'

Hope this helps!

mrcool

Thanks Adam..
Is there any other alternative to find these details without Audit Database?

Thanks,
MC