Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Update set log

Aravind31
Mega Expert

Hello,

can i able to track my logs  like when xx update set exported and all log

Kindly share the points

 

Thanks,

Aravind.E

1 ACCEPTED SOLUTION

Patrick DeCarl1
ServiceNow Employee
ServiceNow Employee

Hello, 

 

There is no easy way to setup a report to see who is exporting what. What you can do, is nav to "Node Log File Browser" and search for messages that contain export_update_set.do  . Below screenshot will show the logs you will see that someone exported an update set. 

 

The sys_id is the sys_id of what update set and timestamp and when it was exported. 

 

find_real_file.png

View solution in original post

7 REPLIES 7

Ashutosh Munot1
Kilo Patron
Kilo Patron

Can you elaborate.


Thanks,

Ashutosh

Aravind31
Mega Expert

Hi ashutosh,

 

My question is i have created one updates set and make it as completed.but another user from same instance tried to export created update set.how could i come to know whether any user exported that update set or not.so is there any logs for record these action?

 

 

Thanks,

Aravind.E

HI,

 

ON below table a record is created and then this record gives us our contents.:

 

sys_attachment_doc.list

 

Thanks,
Ashutosh Munot

 

Please Hit Correct, ️Helpful depending on the impact of the response 

Hi,

 

I couldnt able to find any table name which was you shared me.