Windchill
Recently active
Hello, Can WTDocuments have Assigned Expressions in the assembly?I know we do not have Assigned Expressions when it comes to associated documents, but what is the purpose of the action, Manage Applicability in associated WTDocuments?. The action has the Assinged Expression option in its window, please shed some light on the same. Thanks
We have wrote a html code to upload file as follows: <h3>File Upload</h3><form action="UploadServlet" method="post" enctype="multipart/form-data"> <input type="file" name="file"> <button type="submit">Upload File</button></form> Need code in UploadServlet.jsp to fetch the document and attach it to the secondary attachment of the current wtDocument. Thanks!
Hello, I am interested in online training concerning Windchill, however I can't find exact information on how does subscription works. Are those 3 credits points meant for each class separately or can you then attend whichever classes you wish? Is subscription monthly based or otherwise? Additional info on how this all works would be greatly appreciated. PS: i have not yet contacted sales. Thank you.
Hi Team, Can you please help me to propagate custom properties to log4jMethodServer file from a property file? I tried with declarations.xconf file to refer a property file, and xconfmanager -p to propagate values to log4jMethodServer file. But it didn't work.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0createstampa2/modifystampa2/updatestampa2 date columns in epmdocumentmaster and epmdocument table used to be in the format DD-MON-YY (e.g. 07-NOV-23). Now, it got changed to format like e.g. 07-11-23. What could be the reason for this change?Also, we are unable to query and fetch the data from these tables having this new date format.
What is the use of Related Parts step in Create New Part Request Wizard?
I'm developing in windchill10.2. I've built a development server in my local environment, and I'm getting this error on the windchill search page. When I debug it, it's trying to import a class called ${domain}.Note. I think ${domain} should be passed as a property externally, but I don't know where it is defined. 2023-12-21 16:46:58 INFO mandoAdmin - java.lang.ClassNotFoundException: ${domain}.Note2023-12-21 16:46:58 INFO mandoAdmin - at com.ptc.windchill.enterprise.search.server.SearchableAttributesByTypeCache.getAttrListwithoutOrgAttr(SearchableAttributesByTypeCache.java:498)2023-12-21 16:46:58 INFO mandoAdmin - at com.ptc.windchill.enterprise.search.server.SearchableAttributesByTypeCache.getAttributesForType(SearchableAttributesByTypeCache.java:319)2023-12-21 16:46:58 INFO mandoAdmin - at com.ptc.windchill.enterprise.search.server.SearchHelper.getAttributesForType(SearchHelper.java:1164)2023-12-21 16:46:58 INFO mandoAdmin - at com.ptc.netmarkets.search.IETaskInvoke
Hello Community,I wanted few diagrams or pictures that represents the below links in Windchill. If any of you has anything on the same, requesting you to share it. Link Objects: WTPartReferenceLink, WTPartDescribeLink, EquivalenceLink, Owner, Calculated, Image, WTPartAlternateLink, PartSubstituteLink Thanks.
It is possible to integrate windchill with Rhino 3D
Hello PTC Community, I am encountering an issue while attempting to restore a Family Table instance in CREO PTC, and I'm seeking your valuable assistance in resolving this matter. I was in the process of cleaning up a Family Table containing 30 instances, intending to delete half of them as they were no longer in use. My usual method involved opening each instance, deleting the respective row in the family table, saving the generic, and then removing the instance from the workspace.However, during this cleanup process, I accidentally selected and deleted a row that I wanted to retain. Though I did not delete it from the workspace, I did save the generic afterward. In an attempt to restore the mistakenly deleted instance, I tried adding it back using a copy of the family table stored on my desktop. Unfortunately, I encountered an error message stating "CAD Part XXXXXX is not unique." Relevant Context:I'm currently using 7.0.10.0 with GENIUS TOOLS.The deleted instance
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.0Remote Method exception: throws null pointer exception or throws no such method exception while invoking RMI client
Hi,When Turkish lira is entered in Windhill, I created an attribute that multiplies this value with this year's dollar rate.However, the dollar rate is fixed at a different value each year. For example; In 2021 I need to multiply this value by 11, in 2022 I need to multiply it by 17.64. How do you think I can overcome this situation? yes, I may not be able to establish a dynamic structure, but do you think I should create a new attribute every year? Note: attribute directly affects a form and its values should not change. For this reason, it is impossible for me to regularly update the calculated attribute.
I have registered on PTC https://www.ptc.com/en/products/windchill/software-packages to get windchill free trial. But I didn't get any email from ptc regarding windchill. How can I start windchill free trial on Linux?
Doing some testing installing 13.0.1.0... Has anyone else started this yet? Attempting the install using LDAPs to AD and the installer is puking. Seemed to not be a problem with 12.0.2.x. OS, JDK are both supported versions. AD certs are imported into the JDK keystore, JAVA_HOME is set and JDK\bin is in the path... Using the same Base DN as did with WC 12, Bind user CN / PW is good (Used it with LDAP browser to connect to AD)... Can connect to the AD via openssl s_client -connect ADFQDN:636 and it responds with the connection info and cert... STUMPED...
Hello, I start working with configurable module & product. I'm trying to understand how I can map configurable module parameter to CAD document. I created a configurable module with a parameter LENGHT of type length. I would like this parameter is driving the real length of my part. How CAD document can inherit parameter from configurable module? Thanks,
hello,is it possible to edit XML file associated to OIR instead of deleting?thanks
Hello all, I am looking for a full code which will help me to get equivalent link status between upstream part to downstream part
Dear all, I have a question regarding completing the work items. I have a work item which includes a custom EnumeratedType attribute "MySize". When I try to complete the activity using the OOTB Endpoint from Workflow Domain, I am getting an error that the enumerated type is not supported like below: "This task cannot be updated.Variable type ext.dropdown.MySize is not supported." URL: {{baseUrl}}/WorkItems('{{WorkItemId}}')/PTC.Workflow.CompleteWorkitemRequest Body: { "AutomateFastTrack": false, "UserEventList": ["Yes"], "VoteAction": "", "WorkitemComment": "Dummy", "Variables":[{ "Name":"MySize", "Value":"Small", "TypeName
HI All,I was preparing a report to extract some IBA attribute in windchill 12. getting below error. if anyone have solution, please share with me.ERROR:WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by wt.util.RMIServer (file:/opt/ptc/Windchill_12/Windchill/codebase/) to constructor sun.rmi.server.UnicastServerRef2(sun.rmi.transport.LiveRef)WARNING: Please consider reporting this to the maintainers of wt.util.RMIServerWARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operationsWARNING: All illegal access operations will be denied in a future releaseWARNING: The ManagerService is not initialized! This can be caused by:1) Attempting to invoke a server only method from a remote client2) Attempting to invoke a method on a service from the constructor or static initializer of another serviceException in thread "main" java.lang.ExceptionInInitializerErrorat com.ptc.core.meta.type.mgmt.server.impl.service
Initially posted in this topic I tried to do the same thing with Windchill 12.0.2.0, but I get the following error with the code in order to add expression robot to get objects in promotion notice : Expression : wt.fc.QueryResult promotables = wt.maturity.MaturityHelper.service.getPromotionTargets((wt.maturity.PromotionNotice)primaryBusinessObject); promObjList = new ArrayList<String>(); while(promotables.hasMoreElements()){ wt.fc.WTObject promotable = (wt.fc.WTObject) promotables.nextElement(); promObjList.add(promotable.getDisplayIdentity()); } error : Checking Syntax... WfExpression_158100.java:55: error: cannot find symbol promObjList = new ArrayList<String>(); ^ symbol: variable promObjList location: class WfExpression_158100 WfExpression_158100.java:59: error: cannot find symbol promObjList.add(promotable.getDisplayIdentity()); ^ symbol: variable promObjList location: class WfExpress
Hi all I want to customize the object collector in a promotion request, but I'm not able to. Do you know whether it is possible to add additional attributes e.g. state? I'm using release 12.0.2.7I know, that it has been changed for change request, see following thread for change request: https://community.ptc.com/t5/Windchill-Ideas/It-Should-be-possible-to-Customize-the-Table-View-in-the-Collect/idi-p/477765#comments. See attached picture for object collector in a promotion request. Kind regards Steffen Lund
Hi , We are using windchill PDM link 12.0.2.7 and we need to update Apache version from 2.4.54.0 to 2.4.58.As per PTC , i can update Apache to 2.4.57 with CPS 15.The next patch CPS 16 is releasing on 20 Dec 2023. So Can i achieve Apache version 2.4.58 by installing CPS 16? Is the patch going to available in cps 16 or not?Thanks.
Hello, We are using the following publis rules, they are triggered within a workflow: <?xml version="1.0" encoding="UTF-8"?> <rules xmlns="http://www.ptc.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ptc.com PublishRulesSchema.xsd" evaluate-rules-on-republish="true"> <!-- The 'evaluate-rules-on-republish' attribute above provides a default value for all the <publish> elements in this file. If this attribute is absent here, the default is 'false'. --> <!-- CREO FILES Handling (PROE) --> <authoring-application name="PROE"> <additional-files name="stl"> <file display-label="STL" type="stl" default="true" output-prefix="stl"/> </additional-files> <additional-files name="step"> <file display-label="STEP AP214" type="step" default="true" output-prefix="stp"/> </additional-files> <additional-files name="x_t"> <file display-label="Paras
Hi,to verify, "Utilities - Publish and Thumbnail Control" only works for CAD, you cannot prohibit publishing of WTDocuments with that? Only way to go is customizations?Is that so also in more recent Windchill versions? I'm looking at 11.1 M020.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.