Yes, that is correct.
Original Message:
Sent: Fri July 18, 2025 11:17 AM
From: Suraj Neupane
Subject: Collecting Framework Manager usage
Hi Han, I got the Citrix usage details.
As for the audit, that's only for activity like package published or update right?
------------------------------
Suraj Neupane
------------------------------
Original Message:
Sent: Fri July 18, 2025 03:59 AM
From: Han Frieling
Subject: Collecting Framework Manager usage
Hello Suraj,
We have a similar setup and use Citrix Director for that specific purpose. With Citrix Director we are able to produce a trend overview of all people that logged on to Citrix and used FM when and for how long. But you cannot see what they did. For that you would indeed need to look into the content of the Cognos Audit table COGIPF_ACTION.
With regards
Han Frieling
------------------------------
Han Frieling
Original Message:
Sent: Thu July 17, 2025 06:30 PM
From: Suraj Neupane
Subject: Collecting Framework Manager usage
Hi Michael, this box doesn't have audit db.
In fact, it doesn't have any Cognos services except the FM.
That's why it's challenging to figure out the FM usage.
------------------------------
Suraj Neupane
Original Message:
Sent: Wed July 16, 2025 10:29 AM
From: Michael Haaß
Subject: Collecting Framework Manager usage
If auditing is active you can check for specific entries in COGIPF_ACTION to see who was using FM.
I had a similar question and analyzed the audit-db entries during using FM. Here what is working for me to see that a model was published or metadata was queried:
[COGIPF_TARGET_PATH] contains 'frameworkManagerWorkingArea'
OR
( [COGIPF_TARGET_TYPE] = 'model' AND [COGIPF_OPERATION] = 'ADD' )
It does not recognize if a user only start FM, have a look at the metadata only and close FM.
Just open FM at least modified the date of file session-log.xml in model folder.
------------------------------
Michael Haaß
IBM