Auditing resource

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
maheshvenu

Auditing resource

Post by maheshvenu » 02 Sep 2011 5:36

Hi,

How to find who locked the resource (QR).
Is there any query to find out the person also let me know which table is used for all Audit related activity.

Thanks and Regards
Maheshvenu

User avatar
chris59
Nouveau
Nouveau
Posts: 5
Joined: 20 Mar 2009 12:00
Location: France

Post by chris59 » 06 Sep 2011 3:56

Hi,
The table is CMR_QRUSE.
and the query could be :
select a.qresname, a.jobused, b.jobname from cmr_qruse a, cmr_ajf b where a.qresname = '(YOUR RESSOURCE NAME)' and a.orderno = b.orderno;

Regards

maheshvenu

Audititing the resource

Post by maheshvenu » 09 Sep 2011 7:50

Hi,

The query you gave was useful for finding the information about the resource and the job which locked it.

Kindly provide me the information, how to check who (operator) deleted or modified the resource and when.

thanks and regards
Maheshvenu

User avatar
chris59
Nouveau
Nouveau
Posts: 5
Joined: 20 Mar 2009 12:00
Location: France

Post by chris59 » 13 Sep 2011 8:20

Hello
Sorry I have found any information about a history resources.
the names of the resource tables are:
CMR_QR_J, and CMR_QRTAB CMR_QRUSE for active jobs
CMS_QR_J and for jobs definitions.
regards
Christophe

Post Reply