Skip to main content
3-Newcomer
November 5, 2025
Question

Report to get Empty workspace in windchill

  • November 5, 2025
  • 2 replies
  • 294 views

Dear Team,

We are seeking a report that identifies all empty workspaces in Windchill.

Has anyone previously worked on a similar requirement or developed a report for this purpose?

2 replies

Marco Tosin
21-Topaz I
21-Topaz I
November 5, 2025

Take a look at this discussion and see if it can help you.

 

https://community.ptc.com/t5/Windchill/Workspaces-with-their-sizes/m-p/1036480

 

 

Marco
18-Opal
November 6, 2025

@NK_13235355 

Once you know which workspaces are empty what do you intend to do?

 

I just created a Query Report that returns the name of workspaces that have no objects.

I also wrote a sql query to do the same thing.

You need only two tables to do this so it's pretty simple.

 

If you intend to delete these empty workspaces, I'd recommend writing a custom Java class that you can run from a Windchill shell that gets the empty workspaces and then deletes them.

3-Newcomer
November 10, 2025

@d_graham Currently we are checking the count of empty workspaces available in system. As you mentioned, Based on count we will decide to create utility to delete those empty workspaces.

Could you please guide me or share QML to get the empty workspace report