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

TN AppSvr302 How to Save the Change Log of an Application Object in Wonderware Application Server

Last updated: February 20th, 2025

Description

  • Author: Benjamin Davis
  • Published: February 20th, 2025

Details:

Description

This article from InSource shows How to Save the Change Log of an Application Object in Wonderware Application Server.

  • Author: Benjamin Davis
  • Published: 06/16/2018
  • Applies to: Application Server

Details

While it is possible to view the change log of an Application Object inside of the IDE, it is not possible to save the change log.

One method to saving the change log of an application object is to use the following query in SQL Management Studio.

SELECT change_date, Tag_name, User_Comment
FROM internal_common_obj 
inner join gobject_change_log ON internal_common_obj.gobject_id = gobject_change_log.gobject_id
WHERE tag_name like 'ObjectName'

Change ObjectName to the actual name of the object.

The change log will be display is can be saved as a .csv file.

 

application object change log
Give feedback about this article

Recommended articles

TN - 1240 Creating a Watchlist Using an Import File

Read More

TN 1393 Deleting Tags from AVEVA Insight

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