Hi Im using BO 6.5
I would like to find the when the report was last accessed. we have a universe called “Repository Analysis” in that universe i could see the object “Doc Last Accessed Date” and the correspondin field in the database is “Document.M_DOC_N_LAD” and datatype is Number
But when i include this field in the report and runs the report under the “Doc Last Accessed Date” column im getting values like this “1209636949”
Kindly let me know how we can find out the corresponding Last accessed date from this number value.
The date in that column is stored in a unix-like format. It’s a number of seconds from the midnight of 15-DEC-1970 (it means 1 second after 16-DEC-1970 23:59:59). Use your database date function(s) to do the math and convert it to a real date.
How do you link users with reports that they accessed? I think this is not possible in the BO repository data. Maybe in Audit data but not in the repository.
I am using a universe (Repository Analysis) we got it from BO. in that universe i found username, document name and various fields related to repository. and in my report i used userid from the universe itself. and its giving me the wrong reslts.
Can you let me know whether im using the correct universe to get the required data (When the report was last accessed)
or is there any other way to find the when the report was last accessed
It looks that the universe is based on the BO repository tables and not based on the Audit tables.
From the BO repository tables you can get “doc last accessed date” for a BO document. In fact, I can see such object in the universe on the picture. However, I presume that the object is based on M_DOC_N_LAD column of the OBJ_M_DOCUMENTS - this column gives a date when the document was published or modified the last time. Not the time when a user used the report last time.
You need to use Audit tables (all tables that start with OBJ_A_…). And provided that you have turned on auditing in past so the tables are not empty but contain data of users actions in the BO system.
Thanks for your reply
I have some tables in the universe which Starts OBJ_A.(Please find the attachment)
And i could not find any objects which will give me Last Accessed Date.
and can you please let me know how to find out whether Auditor was turned on in the past?
And kindly let me know how to find out when the report was last accessed