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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

How to find the Workspace creation date in Windchill 9.1?

sselvananthan
1-Visitor

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.

Announcements


Top Tags