Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I need to look for duplicate models in my different Workspaces. How can I search all of my workspaces using Windchill.
The only real answer to this is a query builder report that lists objects in workspaces.
Thanks how do I do that?
Report from 11.0 M030 attached.
A tool could be written that searches all WS and returns all objects that are in more than one WS along with the WS that the objects are in.
Duplicate could be defined as:
same numbers
or
same number and revision
or
same number revision and iteration.
I did write a tool to do this.
I'm running from a Windchill shell as this is just for testing.
I improved my earlier post a bit.
I passed the output of the code I ran to a Report.
This makes it easy for everyone to access.
Here's the output when run from a Windchill Shell
The report's input Username defaults to the current user but is editable.
Here's the output when displayed in a Report.
Displays all EPMDocuments that are in more than one of the user's WS along with the WS name.
David