Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone
We are performing app cleanup for a client and noticed that there are so many unpublished apps under sa_repository account. These apps were originally owned by users and when they left the apps were assigned to sa_repository. The client wants to the know original app owners so that they can decision on these apps. I can through a post that we can check the user activities in the apps by using the log details sheet from sessions monitor. Since the history maintained in the app is 12 months I tried increasing it to 36(SET monthsOfHistory = 36;) and reload the app. But still I am seeing only the 12 months data. Can someone advise why I couldn't see the data older than 12 months?
Regards
Sivanesan
Try updating the variable app_version as well, e.g. add ".1" to the version number. The app stores a qvd with cahed data; if the cached qvd doesn't have data for 36 months back, this could be a reason. Updating the version number forces a new qvd to be created.
Another possibility is that you have purged old log files, and if that's the case there is no history to read.
Try updating the variable app_version as well, e.g. add ".1" to the version number. The app stores a qvd with cahed data; if the cached qvd doesn't have data for 36 months back, this could be a reason. Updating the version number forces a new qvd to be created.
Another possibility is that you have purged old log files, and if that's the case there is no history to read.
Thanks Henri.. After updating the app_version I can see the corresponding log details.