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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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