Re: How add licence new in Windchill
Windchill, itself, doesn't utilize a license server. However, if you have purchased licenses for additional modules you should be able to use the Windchill Product Solution Installer (PSI) to install...
View ArticleRe: SearchCondition for EndItem
Vasiliy, Did Ketan's suggestion work for you? If so, can you mark the thread as answered? Thanks,Lori
View ArticleRe: Updating Display of Comments on WF Task from Simultaneous Task
Lori,Awesome solution. The use case I was thinking of was that there were multiple assignees for Activity 1 or Activity 1a in your example. But taking a look at your method...I think the solution is...
View ArticleRe: Windchill 10.2 HTTP Server will not start.
You seem to have some basic confusion here. The WindchillDS control panel has nothing to do with running the web (i.e. HTTP) server for Windchill. I don't actually know what WindchillDS might use HTTP...
View ArticleHow to remove hard type?
Hi.I created hard type as described in "Creating the Class" chapter of customization guide. I used command: "ant -f bin/tools.xml class -Dclass.includes=ru/mypackage/hardtype/** -Dclass.force=true".Now...
View ArticleRe: How to remove hard type?
Resolved.I deleted all references to my HardTypeClass from *.properties files in codebase.
View ArticleDataUtility for attribute display
Hi.I have datautility to specify view for soft attribute.I configured it by site.xconf<Service name="com.ptc.core.components.descriptor.DataUtility" targetFile="codebase/service.properties">...
View ArticleRe: Critical Microsoft Update for IE10 make PDMLink 10.1M040 having problem
Has anyone experienced this issue again recently? We didn't experience it back in July but our users have been complaining of this exact issue but only in the last week or so. Any thoughts or advice...
View ArticleReplace file in workspace with an earlier version.
What's the method to replace a file, in a workspace, with a previous version? I know you can use update to go up in versions but how can you go backwards? Example:I have an assembly A1 with component...
View ArticleRe: Critical Microsoft Update for IE10 make PDMLink 10.1M040 having problem
Kelly, the bug has been fixed.Look at the updates of 8/21 on this CS https://support.ptc.com/appserver/cs/view/case_solution.jsp?n=CS177343&lang=en
View ArticleRe: DataUtility for attribute display
If you edit the layout in Type and Attribute Management you should be able to right-click on the attribute in the layout. Within the properties window you can specify the data utility to use for that...
View ArticleRe: How do I duplicate assemblies and drawings in PDM Essentials
Good morning: This is really frustrating. Now I'm having another issue trying to do the samething. I get the following errror message in the event manager. Event: Save as to Workspace - "Cannot...
View ArticleRe: I am not able to subscribe a drawing.
Johin,Clicking on find is only used if you want to add people to the subscription. You name should auto populate. All you have to do is set the subscription criteria, subject, and expiration date.
View ArticleBenefits and Justification of using Java as the File Upload and Download...
Anyone have thoughts or feedback on using Java as the primary source for the File Upload Mechanism and the File Download Mechanism? File Upload will add the Java Applet drop target to any file upload...
View ArticleRe: getting class cast Exception when casting WTPartMaster type of Object to...
QueryResult linksQueryResult = VersionControlHelper.service.allVersionsOf(wtPartMaster);WTPart wtPart = null;boolean latestIteration = false;while ((linksQueryResult.hasMoreElements()) &&...
View ArticleRe: Are Web Services api available in PDM Link?
Check Apply-Service webject http://support.ptc.com/cs/help/windchill_hc/wc102_hc/WC_WebjectLib_ApplyService.html#styler-id1.1.1.4.10.7.5.5.1
View ArticleRe: Retrieving the latest Iteration of a part which is newly created, I am...
Hi Lori, the code is difficult to understand for people,so I will give my requirement. -->create a Parent part and immediately add a existing part as child part. what I have done for...
View ArticleRe: Assigned Activity: how to get comments and who completed
Define a wt.org.WTUser taskComplete variable at the workflow process template level. In your activity template, go to the "Variables" tab to copy that variable into and out of your task. Next, go to...
View ArticleRe: getting class cast Exception when casting WTPartMaster type of Object to...
You cannot cast a WTPartMater into a WTPart because they are entirely different classes that are not related in a java class parent-child relationship. However, there are a lot of helper APIs to use...
View Article