Windchill
Recently active
Going crazy here so an extra set of eyes can't hurt. I have a 13.0.2 Dev system (empty) and I am setting up PartsLink to match my Prod server for testing. I am admin and here are my licenses since I am linking in this thread: https://community.ptc.com/t5/Windchill/Issues-with-Classification-Attribute/m-p/926928#M77761 I see the classification attribute on my Part Create/edit screen but Nodes do not show up. 1. Created my string resuable attribute: partClassification 2. Created Global attribute on Part object and added Classification constraint: I used default namespace string of "com.ptc.csm.default_clf_ namespace" since I am old school. 3. Created a namespace using that same name and a root node. There are some that are instantiable so I know that is not it. Did I miss a step? Is it possible to clear and start over? I tried deleting the constraint on the partClassification attribute but no luck.
Version: Windchill 13.0 Use Case: A CAD Engineer is working on an assembly in Windchill 13.0. The assembly contains both: Standard Library Parts (e.g., screws, bearings, fasteners, etc.) stored in a controlled Library context. Design-Specific Parts that need to be copied for a new product variant. When performing Save As: The business requirement is that Library Parts must always be reused (to avoid duplication of standards). Only the design-specific parts should be copied automatically. Current challenge: Windchill sets either all dependents to Reuse (with preference “Enable Save Selected Objects Only”) or requires the user to manually adjust each dependent, which is error-prone.Description: In Windchill 13.0, when performing a Save As on a CAD assembly, the system does not provide an option to automatically distinguish between Library parts and non-Library parts.With the preference “Enable Save Selected Objects Only” enabled, only the top-level assembly is copied, and all child
I wrote the following code in the expression but it does not run wt.fc.QueryResult qr= wt.maturity.MaturityHelper.service.getPromotionTargets(pn); while (qr.hasMoreElements()) { if(qr.type.equals("EPMDocument") { wt.lifecycle.LifeCycleManaged lifeCycleManaged = (wt.lifecycle.LifeCycleManaged) qr.nextElement(); wt.lifecycle.LifeCycleServerHelper.service.setState(lifeCycleManaged, wt.lifecycle.State.toState("DESIGNCHANGE")); } } I want to check the type of the object and change the lifecycle state only if it is an EPMDocumentCan you help me please?
The date time format on windchill details page and windchill navigate OOTB apps search result page is different not in sync. On windchill details page the date and time format is UTC (The date format was changed from default yyyy-mm-dd to dd-mm-yyyy) On Navigate app search details page date time format is different its coming IST and date format is still deafult.Windchill Version 13.0.2.4Windchill Navigate(Formerly Thingworx Navigate) Version -9.7.0 Can the date time format be in sync at both places?
Version: Windchill 13.0 Use Case: Would like to add another design review category option called New Design to the default Design Review workflow in windchill that would be used for all new drawing releases.Description: How do I add a new category valve to Windchill Design Review workflow category dropdown menu shown in the images below?
Hi Team,Need some help from the community.Unable to see the Actions list when click on Actions for the WTDocument in Infopage.When select the WTDocument in folders page and click on Actions it does show all the list.Any idea wht could be the probable causes. Thanks in advance.
Does anyone have any suggestions, recommendations or experiences with integrating PCB design software with Windchill? We would be designing the circuit boards, assembly and screen printing and so on then using the models in our mechanical assemblies. We have AutoCAD, Inventor, CATIA, and Mentor integrated with Windchill but these don't seem to have the PCB circuit board design features were looking for. I found a CATIA module called CBD but not sure it does what we want or if it can be integrated with Windchill.. I see PTC has published plans to drop support for various ECAD software in future.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0windchill rehost后,无法启动,报错 javax.naming.OperationNotSupportedException: [ LDAP: error code 53 - Rejecting the requested operation because the connection has not been authenticated ] 联系人:朱云波 15895986870@163.comHere are the errors that I facedwindchill rehost后,无法启动,
I have followed this Article.Implemented the code by changing the method signature and properly registered in the service.property file. but values are not reflecting the UI. As mention in the article. where in my case I'm just seeing Downstream Location "Drive System" but not "/manufacturing". but those values in printing in the code. could anyone help me out through this.
Is there any listener event to listen when WTDocumentUsageLink is created.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0WGM和CATIA V5进行集成时,报错信息如下,联系人15895986870 15895986870@163.comHere are the errors that I facedWGM和CATIA V5进行集成
Hi Guys, I am looking for the Windchill license comparison matrix from the old version to the New version, feature-wise, with a complete license list. If anyone has kindly shared with me. Regards, Aj
We are now a week into Windchill 13 so lots of new things and experiences to understand but one that I do not remember seeing for a long time was deadlocks. I've seen two events were I had a deadlocked or dead Methodserver, both fixable by restart. Aside from grepping logs for "Deadlock", are there any JMX alerts that can be configured to notify when this conditions arise? I thought this was a function of the ServerManager to detect and whack misbehaving methodservers and restart them. Also monitoring SELinux from being the cause of all my grief. I can see it blocking things randomly causing unexpected behaviour and threads to halt. Aside from that, any other places I should look to resolve root causes of deadlocks? 2025-08-20 07:27:50,478 ERROR [wt.jmx.core.mbeans.Dumper.deadlockChecker] wt.jmx.notify.deadlock - Time=2025-08-20 07:27:50.274 -0400, Name=DeadlockNotifier, SourceObjectName=com.ptc:wt.subsystem=Dumper, class=class javax.management.Notification, type=wt.jmx.cor
I have a Gathering WT part "xx_asm" associated by owner link to a CAD doc "xx.asm" I read through a lot of support and community articles, tried a lot of available options but didn't find a solution. I am facing the following problems:1. The Creo View Representation created on CAD Doc is not shown on the (Gathering) WT part.2. When attempting to create a new representation for WT Part, the page 2 "Choose Input source" of "New Representation" dialog box shows different options than expected. As shown in the images below... I tried to repair the Owner Link, but no change. Secondly, when I add the CAD Doc "xx.asm" to a Workspace, the Related WT Part "xx_asm" is also added. It means the owner link must be fine... but still, where is the root cause and how to solve?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.7Need the proper parameter names for ftp host, ftpuser and ftppassword when configuring a ftp share mechanism for a worker in agent.inoHere are the errors that I facedNeed the proper parameter names for ftp host, ftpuser and ftppassword when configuring a ftp share mechanism for a worker
My count OData request does not work :https://<url>/Windchill/servlet/odata/v5/DataAdmin/Containers('OR:wt.pdmlink.PDMLinkProduct:681234555')/Folders('OR:wt.folder.Cabinet:681234597')/Folders('OR:wt.folder.SubFolder:681267970')/Folders('OR:wt.folder.SubFolder:681267975')/FolderContents?$countThanks for any help.FredVersion: Windchill 12.1 (Product v12.1.2.0, REST Services v2.3)
Hello,Is there a way to use SQL queries to delete all the WTPARTs and clean up all the related links tables?Some articles state that this is possible through purge and link removal, but can this be done through the DB?
Solidworks 2022 Professional installed on the Windchill Server running on Azure VM. OS is MS Windows Server 2022 Datacenter Azure Edition and I am aware that it is not supported by the book.Installed Creo View Adapters 10.0, both SOLIDWORKS and OFFICE worker agents and workers have been setup. OFFICE worker starts and becomes available (though not tested in practice), while SOLIDWORKS is always "Off" or "Fails to start".Both swbatch.bat and swrunInteractive start without problems: I had luck converting a test.sldprt file in the local adapter folder with swbatch and swrunInteractive brings up the Solidworks GUI.swworker.bat fails when started directly from the setup folder. In the monitor log file I get the following line "Got version 8 INIT FAILURE (with no description) from WVS.". It is funny that I don't get the same error when I start the Worker agent from the Administration window, but rather "Got INIT SUCCESS reply", However the worker log file states "sw2pv Error:58000: Failed to
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS22使用CPS進行更新,狀態為反灰,無法進行,請聯繫rita.lin@ttpsc.com
Version: Windchill 13.0 Use Case: Check-in is causing Creo to crash. Description: We have just upgraded to Windchill 13.0.2.0 and Creo 10.4.0. When doing a Custom Check-In, Creo is crashing with a fatal error and all work is lost. We have asked the user to do a Save before doing the Check-In and that seems to help, but it is adding an extra step. Has anyone else seen this issue with this combination of Creo and Windchill? At my last job we had Windchill 13.0.2.3 with both Creo 9.0.9.0 and Creo 11.0.3.0 and did not encounter any issues.
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.1When I m downloading the customized report in Windchill 13, attachment.js is getting run and causing the download failure. Please check it on priority
Version: Windchill 13.0 Use Case: I’m trying to assign an Option Set to a Configurable Part. Can anyone help me with the API code for this?Description: I’m trying to assign an Option Set to a Configurable Part. Can anyone help me with the API code for this?
Hi All,We have developed an external portal that downloads document content from Windchill using the Windchill OData REST APIs on behalf of users who do not have Windchill accounts. To facilitate this, we have set up a service account that connects to Windchill to retrieve the necessary data. This setup is functioning well.Now, we need to track the number of users accessing this portal and downloading content from Windchill for licensing compliance purposes. One approach is to have the portal track this information and share it with the Windchill team. However, as more portals and applications are being developed to access Windchill data for non-Windchill users, we need to design a solution within Windchill to effectively monitor and record usage.I have not found any features within the Windchill REST API framework that would assist in achieving this tracking. I am reaching out to this group to see if anyone has encountered a similar need or has considered potential solutions. Any insi
I am using Windchill PDMLink Release N/A and Datecode with CPS N/A新規変更プロセスで「参加者を設定」の「参加者を検索」ウィンドウのサイズを大きくする方法を教えてください。今のウィンドウのサイズだと、”役割に割当”の選択プルダウンが表示範囲になく見落としてしまうため。How can I increase the size of the "Find Participants" window in the "Set Participants" section of the New Change process?With the current window size, the "Assign to Role" selection pull-down is not in the display area and is missed.
I am using Windchill ProjectLink Release 12.1 and Datecode with CPS 12.1.2.9I'm developing a new route process. In this process there is a special role which1. This role is optional, we don't need to assign people to this role every time.2. When peoples assigned to this role, all people have to vote their result, otherwise, the workflow should not be transaction to next stage.Here is my problem,In Workflow Template AdministratorIf I set "All" for "Required" option for this role, I have to set someone to role when creating a new route, but this role is not mandatory every timeIf I do not set this role as "Required", then new route can be create, but the next activity starts before collecting the voting result by all participants.I have an idea to count the number of user votes, only allow next activity start when all participants voted. Is this possible ?Is there any other possible solution to meet my requirements ?
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.