cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to find the Workspace creation date in Windchill 9.1?

sselvananthan
1-Newbie

How to find the Workspace creation date in Windchill 9.1?

Hi!

How to find the Workspace creation date in Windchill 9.1?

Sometimes the files in the older workspaces may get corrupted.

2 REPLIES 2

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.

Top Tags