Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi!
How to find the Workspace creation date in Windchill 9.1?
Sometimes the files in the older workspaces may get corrupted.
I don't know of a way to find the creation date of a workspace through the UI, but you could check the create stamp of the entry in the Database. You could use something like the below SQL query, just replace <name> with the name of the workspace:
select name,createStampA2 from EPMWorkspace where name='<name>';
Attache report lists Workspace creation, last modified, etc.
Note: Filtered by current user - leave blank for all users or fill in for specific user.