Some content on this site is available only to logged-in subscribers. Contact Us for information on becoming a subscriber.

InSource.Solutions | InSource Training | InSource Client Portal
InSource Solutions Logo
Log In Sign Up
InSource.Solutions InSource Training InSource Client Portal Log In Sign Up
  • Home
  • AVEVA Application Server
  • AVEVA Application Server Tech Notes

How to query what galaxy objects were deployed/undeployed in the last 24 hours

Last updated: March 5th, 2025

Description

  • Author: Michael Viteri
  • Published: March 5th, 2025

Details:

Description

How to query what galaxy objects were deployed/undeployed in the last 24 hours. It will also show you the exact time and what user performed the action.

  • Author: Mike Viteri
  • Published: 11/12/2015
  • Applies to: Application Server

Details

Run the query below from SQL Management Studio against your Galaxy Database.

SELECT Change.change_date, Change.user_profile_name, 
Oper.operation_name, user_comment, gObj.Tag_name 
FROM gobject_change_log Change
JOIN lookup_operation Oper 
ON change.operation_id = Oper.operation_id 
JOIN Gobject GObj 
ON GObj.gobject_Id = Change.gobject_Id 
WHERE Change.change_date > DateAdd(hour,-24,getdate()) 
ORDER BY change.change_date desc 

You will get a result similar to the one below.

 

galaxy objects last 24 hours
Give feedback about this article

Recommended articles

TN - 1240 Creating a Watchlist Using an Import File

Read More

How to receive group emails

Read More
Support Icon

CONTACT SUPPORT

How to reach us

10800 Midlothian Turnpike Tpke, Suite 209, Richmond, VA 23235

1.877.INSOURCE

Technical Support - 1.888.691.3858

Contact Us

  • InSource Solutions
  • InSource Training
  • InSource Client Portal
  • Log In
InSource Solutions Logo

© 2025 InSource Solutions. All Rights Reserved.

Knowledge Base Software powered by Helpjuice

Expand