Posts

Showing posts from June, 2011

How can we get the GUID of any data?

Hello friends, For this time, one of my friend have some problem regarding the how to get GUID . Here are the details..    In FSC, the data (CATPart: say for example) is identified as GUID. Sometimes I need to clear the cache on "cahe server" using fscadmin utility. This utility requires GUID of CATPart. to get this GUID, I open this CATPart in CATIA using TcE. It gets stored on my local machine in temp FCC dir . From there I get part of this GUID and then greps to get complete GUID fscadmin.sh -s http://localhost:4544 ./cachedetail | grep  "part of GUID" it returns me complete GUID. Then I clears the cache using fscadmin.sh -s http://localhost:4544 ./purgeguid/ "GUID"   All this process takes much time because each time I need to load the CATPart on local machine to know the part of GUID. Is there any other option in TcE where I can know the GUID of CATPart?