Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
this is similar: https://www.ptc.com/en/support/article/CS342959?source=search
In general I remember the compiledTasks folder as something that can be cleared and rebuilt.
@avillanueva is correct. The infoengine/compiledTasks directory can be removed.
My windchill startup script contains the following, before starting Windchill, for cleaning/clearing caches:
#https://www.ptc.com/en/support/article/CS172572
#This article says to clear the cache which means this "Cleaning caches" needs to happen before
#firing up Windchill
#See also article CS29555 https://www.ptc.com/en/support/article/CS29555
echo Cleaning caches...
rm -rf /opt/ptc/Windchill/Windchill/tomcat/instances/* 2>/dev/null
rm -rf /opt/ptc/Windchill/Windchill/tasks/codebase/com/infoengine/compiledTasks/* 2>/dev/null
rm -rf /opt/ptc/Windchill/Windchill/codebase/wt/workflow/expr/* 2>/dev/null
Hi @JJ_10067340,
Thank you for your question.
It looks like you have some responses from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.