Windchill
Recently active
Hello Team,I need to programmatically retrieve the Sequence value of a Change Activity (WTChangeActivity2) as it appears in the Change Planning / Execution Plan. Currently, the only method that works is executing a direct SQL query on the CHANGEPLANACTIVITY table.Example SQL (working):SELECT parent.SEQUENCEFROM WTCHANGEACTIVITY2MASTER camJOIN WTCHANGEACTIVITY2 ca ON ca.IDA3MASTERREFERENCE = cam.IDA2A2JOIN CHANGEPLANNINGLINK cpl ON cpl.BRANCHIDA3B5 = ca.BRANCHIDITERATIONINFOJOIN CHANGEPLANACTIVITY cpa ON cpa.IDA2A2 = cpl.IDA3A5LEFT JOIN CHANGEPLANACTIVITY parent ON parent.IDA2A2 = cpa.IDA3PARENTREFERENCEWHERE cam.WTCHGACTIVITYNUMBER = ? However, this is not a supported API approach, and I want to avoid SQL.I also tried using:ChangePlanningHelper.modifyPlan(...)Map<VersionableChangeItem, String> changeSeqMapBut this map only accepts sequence values for updates — it does not expose or return the current seq
We have a custom dll code which was working on previous version on WGM but post updating WGM it failed to compile. Need to know how to resolve compilation issues. Do we need to rebuilt toolkit libraries or there is another way to achieve this?
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.0.0Windchill Office Worker Daemon (OFF) does NOT auto‑start
Version: Windchill 12.1 Use Case: What is the difference between getDataValue and setModelData Methods in Data Utility?Description: What is the difference between getDataValue and setModelData Methods in Data Utility?Cusrious to know use cases of both methods
Version: Windchill 13.0 Use Case:1. I add two WTParts into Windchill - "Part 1, Revision A" and "Assembly 1, Revision A".2. I then set the state of "Part 1, Revision A" to "Released".3. I add "Part 1, Revision A" as a child into the structure of "Assembly 1, Revision A".4. I set the state of "Assembly 1, Revision A" to "Released".5. I then create a new revision of "Part 1" to create "Part 1, Revision B".6. I set "Part 1, Revision B" to "Released".7. I create a new revision of "Assembly 1" to create "Assembly 1, Revision B". (This was done as I want the new revision of "Assembly 1" to capture the fact that it now includes a new revision of "Part 1").8. When I look in the structure of "Assembly 1, Revision B" I can see that the version of "Part 1" that features in it has automatically been updated from "Part 1, Revision A" to "Part 1, Revision B".9. So, I then set the state of "Assembly 1, Revision B" to "Released".10. I then navigate to the context of "Assembly 1" and select the "H
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.1.0页面右上角高级搜索无法使用,点击没有反应,打开F12后显示报错,Uncaught TypeError: Cannot read properties of undefined (reading 'rendered')需要协助调查一下哪里报错。
Version: Windchill 12.0 Use Case: How to customize the Thumbnail Navigator in order to show the buttons 'navigate Thumbnails' and 'Related Information' besides each other and not as in the ootb-way where one hides the other?Description: Since either 'Related Information' or 'Navigate Thumbnails' is constantly hidden and users (!) don't remember what they don't see, I wanted to make both buttons visible at the same time, as alternatingly pressed/unpressed buttons. Small fix, huge transparency improvement.Well, the question is now about which file to customize...?It seems to end up all in the huge ...netmarkets/javascript/util/ext-and-extensions.js , but I suspect that this is not the 'real' source which we would want to customize...I also think it's not 'officially' supported for customization, but nevertheless the layout must be defined somewhere... Has anybody a hint or an idea?Best Regards 👍
Version: Windchill 13.0 Use Case: I want to create a Problem Report using the API using the Part number no the Product Id.Description: I am able to creae a Problem report using the provided api PUT callWindchill/servlet/odata/ChangeMgmt/ProblemReports.The issue I have is I do not know how to create one using the part number which is what the users refer to it as.This request works{"Name": "Scott's Problem Report created from WebLogic API call","Description": "Something Bad Happened.","State": { "Value": "NEW" },"NeedDate": "2026-02-15T00:00:00+00:00","IssuePriority": { "Value": "HIGH" },"Requester": "some_user","Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:13211')"}My end users do not know this Id. They know the Part attribute Number only.I have tried various things like"Context@odata.bind": "Containers('OR:wt.part.WTPart.Attribute.Number:MD0000020932')" "Context@odata.bind": "Containers('OR:wt.part.WTPart.number:MD0000020932')" he
Hi.How can i get display name of Enumeration entry?I can get attribute value using LWCNormalizedObject. But it returns internal name of enumeration entry.Thanks.
Version: Windchill 13.0 Use Case: WGM 13.1.2.0 with Solidworks 2024SP5.0. Opening an NX assembly (version compatible for import) in Solidworks through the workspace doesn't display any bodies. The same assembly - when exported from the workspace to a local drive - opens fine. Description: One of my engineering teams started using Solidworks. I prepared a WGM 13.1.2.0 installation to work with SW2024SP5.0. Most of our CAD data is in NX. Immediately we notice that when trying to open an NX assembly, Solidworks doesn't display any bodies but does display the structure. However, when we export the NX assembly out of Windchill and open it in Solidworks from C:\ drive, everything opens just fine. First pass tech support with Solidworks suggests this is a PTC problem on account of the NX assembly opening fine from a local drive. Has anyone run into this issue? The attachment shows that SW can open the individual parts from the NX assembly and tho
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.0Is the Article CS380130 How to disable the upload action in workspace still working with WNC 12-13.1
We are happy to introduce a new Advanced Knowledge Resources (AKR) on the eSupport site! This AKR is designed to quickly get you the information you need in one place without having to search for it. The Windchill Workflow Troubleshooter will help to guide you to the most common solutions for Windchill workflow issues. This may include scenarios such as: Workflow not Starting Workflow Stuck at one node. This includes: The Expression node The Sync node The Set State node Tasks Assignment or Role Issues Workflow Email notification issue WfUserWork/WfPropagation Queue has lots of ready/executing/severe entries Our knowledge experts are actively monitoring your feedback and continuing to enrich the content with more pictures and videos. Even if you’re not currently having a workflow question, take a look and tell us what you think! We're constantly improving this tool based on your suggestions.
WTPart - > Related Objects -> Distribution Table,if I right click on any row, the object type or the id is com.ptc.windchill.esi.tgt.ESITarget%3A299573938I need to add custom logic to the 'Remove' button, depending on if the part is on any CA or not. So, from com.ptc.windchill.esi.tgt.ESITarget%3A299573938 is there a way to find out which WTPart it is related to?indirectly, I am looking for a query/api to get WTPart from ESITarget
Version: Windchill 12.1 Use Case: Hi, we have got this situation: - "12345" Part Number ( Design) -> New Downstream Part "12345_100" (Manufacturing Plant 1)Description: Now we should create-> New Downstream Part "12345_100" (Manufacturing Plant 2)If I try to create, Windchill tell me that PartNumber already exist,How can we do?Any idea?Best regardsGianpaolo
Version: Windchill 13.0 Use Case: How to add Windchill Attributes present on EPMDcoumet to Drawing's Title BlockDescription: Hi All, I have a requirement to publish the Windchill Attributes which are present on EPMdocument, need to be placed inside the Title Block. I have two attributes, Attribute_A & Attribute_B on EPMdocument, need to place this two attributes on Title Block, so when drawing is published, this updated values must be present in Drawing's Title block, so same will be present in generated PDF of drawing. Any input is helpful for us. Thanks,Vivek
Version: Windchill 12.0 Use Case: Solidworks - saving assembliesDescription: In solidworks, saving an assembly prompts to save all other parts - unless they are set to read-only, and in "system options" -> "External references" it is checked that "Dont prompt to save read-only referenced documents (discard changes)". Saving the assembly and parts, prompts windchill to either "Check out", "Revise and Check out" or "Continue" on the files that are being saved. Per this old thread (Read Only object and assembly saving problems - PTC Community), locking the files in the WWGM, should set them as read-only, and force Solidworks not to try and save them.But - This does not seem to work for us! The files are correctly marked in the solidworks add-on as locked/read-only, but the saving prompt does not show them as read-only, and still saves them. The WWGM prompts the same 3 choices, and removes the lock, and saves the modifications locally, when "Continue" is set.&n
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS08PersistenceHelper.manager.delete();객체 삭제 하면서 발생하는 에러.Here are the errors that I facedINFO : wt.system.err wcadmin - wt.util.WTException: java.lang.UnsupportedOperationExceptionINFO : wt.system.err wcadmin - ?? ??: java.lang.UnsupportedOperationExceptionINFO : wt.system.err wcadmin - at wt.fc.collections.UnmodifiableCollections$UnmodifiableIterator.remove(UnmodifiableCollections.java:895)INFO : wt.system.err wcadmin - at java.util.AbstractCollection.retainAll(AbstractCollection.java:410)INFO : wt.system.err wcadmin - at wt.projmgmt.StandardProjMgmtService$3.notifyVetoableMultiObjectEvent(StandardProjMgmtService.java:552)INFO : wt.system.err wcadmin - at wt.events.StandardKeyedEventBranch.intDispatchEvent(StandardKeyedEventBranch.java:298)INFO : wt.system.err wcadmin - at wt.events.StandardKeyedEventBranch.dispatchVetoableMultiObjectEvent(StandardKeyedEventBranch.java:263)
I am using Windchill MPMLink Release 12.1 and Datecode with CPS 12.1.2.9How to create Alias Attributes displaying the custom WTPartUsageLink attribute on Parts Allocation tab of Process PlanI create alias attribute on MPMOperationToPartLink and trying to map roleBObjectReference^wt.part.WTPart~uses@wt.part.WTPartUsageLink~[atr_name]How to add the usage attribute "WTPartUsageLink" in the Process Plan Browser (PPB) on Parts Allocation tab in Windchill
Is there an API to get all the products in which the given user is present?
I am trying to add user to particular license through the code. Before adding user to that license, I wanna check how many licenses are already consume (kinda validation). By knowing the number I'll come to know that whether I can add user to that license or to throw some proper message back to user.
If we have only the XBOM transformation and dont have the MPMLink installed will we get access to OOTB com.ptc.windchill.mpml.algorithm ?
I am using Windchill Enterprise Systems Integration Release 12.1 and Datecode with CPS 12.1.2.16ESI Integration transaction status shows Failed and not generating Payload xmlHere are the errors that I facedAn error occurred while generating the ESI response. See the error logs for more information. Error message: The selected object "XXX" has not changed since it was last successfully published.
Windchill 개념 증명(POC)을 실행해야 합니다. 이전에는 "데모 카탈로그"라는 곳에서 데이터를 구할 수 있었는데, 더 이상 이용할 수 없는 것으로 알고 있습니다. 혹시 데모 데이터를 가지고 계신 분이 있다면 공유해 주시면 감사하겠습니다. 그리고 Windchill의 기본 설정부터 최종 설정까지 모든 내용을 다루는 종합 설치 가이드를 어디에서 찾을 수 있을까요? 고객센터에서 받은 설치 가이드는 너무 복잡합니다. 더 자세한 자료가 있다면 공유해 주시면 감사하겠습니다.
Version: Windchill Below 11.0 Use Case: start of Windchill User InterfaceDescription: I have a small issue with starting Windchill, I tried to find the solution alone today but I can’t, I have the following error message:2026-02-02 15:57:36,162 ERROR [wt.intersvrcom.SiteMonitor.timer] wt.intersvrcom.SiteMonitor - Names=[master], URL=http://tls-vsrvdcns19.marc.fr.ssg:81/Windchill/servlet/WindchillGW, Status=SITE NOT RESPONDING, ResponseSeconds=1.003, TimeOfPing=2026-02-02 15:57:33.149 +0100
Which table in oracle stores the usage expression data defined in the part usage link ?
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.