Hi All,
when I am running the query in Audit data base
select distinct e.Object_Name,e.Object_Folder_Path,e.Object_ID
from ADS_EVENT_A as e
where e.Object_Folder_Path like ('/GFS - Global Finance Systems/QTC/') and e.Object_Name='Failed Reports'
order by e.Object_Folder_Path asc
it is getting both Repot CUID
and from each instance it is creating one CUID
when retrieving records I am getting results of both
how can we get only report CUID but not he instance CUID
Please advise
Thanks
Krishna