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 AppSvr170 How to find a checked out object name in the galaxy(Security)

Last updated: February 28th, 2025

Description

  • Author: Michael Viteri
  • Published: February 28th, 2025

Details:

Description

How to find a checked out object name in the galaxy. This is help when you want to change security but it tells you an object is checked out but doesn't tell you which one.

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

Details

Detailed Steps

When you want to change security in a galaxy you sometimes get this error message below.

This means on object is checked out in the galaxy. But after looking in the Template Toolbox and Graphic Toolbox you not able to find the object.

To find the object you can open SQL Server Management Studio:

Once in SQL Server Management Studio you can create a new query against your galaxy name.

Then type this into the query box.

Select up.user_profile_name
,GOB.is_template
,GOB.tag_name
,GOB.hierarchical_name
,GOB.contained_name
From gobject GOB
Left Outer Join user_profile UP
on GOB.checked_out_by_user_guid = UP.user_guid
WHERE GOB.checked_out_by_user_guid is not null
OR GOB.checked_out_package_id <> 0

You will get something similar to the result below.

This query returns what object is checked out. Now you can search this name in the galaxy and check in the object.

checked out borrowed
Give feedback about this article

Recommended articles

TN 1394 Error when Deploying: Remote Node's UserID/Password don't match GR Node's

Read More

TN 1366 Managing your Standalone InTouch Application in the Galaxy

Read More

Resolving "Open: Memory on the computer is low. New editor can't be launched."

Read More

TN 1040 No Alarms in Window Viewer

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