Windchill
Recently active
Hello.We have an object wt.change2.WTChangeOrder2 Please tell me how to get its objects that are in the ReleaseNotice?
We have the following need : uploading several hundreds documents related to parts, which are updates of existing documents. Is there a way to use a standard loader ? Thanks
I have just discovered the "Release Changeables" activity, in the Change Notice workflow, will terminate any existing running workflow on any of its Resulting Objects. These are workflows in which its primary business object is a Resulting Object (eg a wtpart) on the Change Notice. More specifically it is this line of code that is doing this: com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.releaseChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject); Setting the com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.releaseChangeables logger to debug and the running the WorkflowProcessHelper.releaseChangeables(ecn) results in "Attempting to terminate workflow process..." lines in the MethodServer log. eg: 2022-09-09 11:21:45,071 DEBUG [ajp-nio-127.0.0.1-8010-exec-1] com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper wcadmin - Attempting to terminate workflow process for: wt.epm.EPMDocument:24392792692022-09-
Is there a way I can find all the Deprecated API in Windchill 11 & Windchill 12 Programmatically ?
I am trying to add Custom Attribute to CreateMultiplePart Wizard . This attribute is a picker . Based on the selected Type of WTPart Part , it should populate the Attribute "Parent Part" , where User should be able to search the parent part Name . CreateMultiplePart Wiz 's defineItem.jspf page controls the wiz definition . Any changes there , also gets applied to CreateNewPart wiz. Please suggest a right approach .
the Customer has an activity status report with Project, PlanActivity, ResourceAssignment types. In this report, she would like to calculate durations (estimated finish - estimated start - nonworking days) and also overdue activities (today - estimated finish - nonworking days). But on report she can see total days including the nonworking days. The Question is : how we exclude them? Please check the attachments for more details about the report at hand.
Hi, We use windchill 10.1 M040, now we facing a request with epmdocument publish, some Creo drawing(.drw) has representation already, users want system gererate extra both .pdf and .dxf automatically. We have built worker for this purpose but didn't know how to do it by WVS Job Scheduler Administration, is anyone could do me a favor ?
We are happy to introduce different tools present on our eSupport site! Those tools are designed to quickly get you the information you need in one place without having to search for it: The Windchill Licensing Central Resource page This resource is here to give you a central access point to knowledge on Windchill Licensing.It will guide you through all steps from an introduction to a monitoring of your successful License implementation. The Windchill Reporting Resource page This tool will explain what Query Builder Reporting is all about.A place to learn and get tips to troubleshoot exceptions, errors or unexpected results. The Windchill Stability Troubleshooter is designed as a wizard. It will help to guide you to the most common solutions for Windchill server stability. Most issues are complex. Within a couple clicks you can review the most common solutions for that specific issue. A branch is dedicated to troubleshoot Windchill Vaulting Proble
I have a WTPart 2.2 linked CAD Drawing 2.1.Removed the content link on 2.2 and checked in.There is no content link for WTPart 2.3 Version.When i am trying collect the related objects for CAD Drawing 2.1 in change order the collector is picking up 2.3 version which is wrong.It this the default OOTB Behaviour?Is there any thing we can configure?
When i am trying to checkout the drawing, it keeps loading. Currently the drawing is in work-state, and i was able to checkout them a week ago. Even my colleague also fails to checkout that part now. I have all the access to that part.It keeps loading for hours.
I am getting the following when I try to run UploadStage3Action{ "error": { "code": null, "message": "Content holder must be checked out for content upload" } } Not sure what I am doing wrong. Here is what I am passing in the body for UploadStage3Action{ "ContentInfo" : [ { "StreamId" :726306, "EncodedInfo" : "726306%3A5184%3A779025%3A726306%3ANONE%3A1", "FileName" : "TOC.json", "PrimaryContent" : true, "MimeType" : "text/json", "FileSize" : 5184 } ] }URL used : https://<WCURL>/Windchill/servlet/odata/DocMgmt/Documents('OR:wt.doc.WTDocument:15196389')/PTC.DocMgmt.UploadStage3Action For UploadToCache Server I used the following body data-----------------------------boundary Content-Disposition: form-data; name="Master_URL" https://<WCURL>/Windchill/servlet/WindchillGW -----------------------------boundary Content-Disposition: form-data; name="CacheDescriptor_array" 726306:726306:726306 -----------------------------boundary Content-Di
Windchill 11.1 M030 CPS08, Creo 7.0.7.0 User has a drawing in a workspace that is fully dimensioned. Checks it out, makes a change so Windchill will think it is modified and then checks it back in. When viewed in CreoView after being published, some of the dimensions are missing. Open the file in the workspace again and the dimensions are there. Open the file in a new workspace and the dimensions are missing. We have a PDF printed from Creo last week that shows all of the drawing dimensions. What could cause this?
I will put in a helpdesk ticket but just in case PTC folks on listening...
I'm trying to make my windchillda menus in Turkish, but it doesn't read Turkish characters. I added encoding utf-8 to navigation xml files, but it didn't work. How else can I do?
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.0.1Windchill API to unlock cad attributes ,which are locked in creo and update its value.
Hi, I tried to fetch group info from user , but i am getting unwanted results apart from the group name for that user.I have used below api :- user.parentGroups(false); Does anyone have any idea why this api is not returning exact group info which is present for that particular user. Thanks in advance.
Which Windchill Software needs to be installed to search for partnumber details.
As per this thread - new question: After Setting the Subscription where u get the notification. How to check the notifications coming from wvs
Anyone know how extension pricing works? I see this one, IHS Markit Synch, but unsure of its costs and price model? Is anyone using it and like it? I have asked for quotes on the IHS web services license which appears to be required too.
here 127.0.0.1 is my hostname. Also, my java program is notgetting executed. I tried calling my function through main(), it throwed RMI exception error. Now post making the following changes. Still authentication error exists: myFunction is my remote function which internally calls getDocbyIBA() function where I have my querySpec which returns some data. While checking the ms logs..I can see the code execution in function myFuncrtion() happens and the authorization error is thrown at this line
Hello, I know there is already a similar topic but it seems like this does not work in newer versions anymore. I am trying to call a Servlet from a custom jsp in Windchill 12.0.2.1.The serlets url is <server>/Windchill/servlet/MyExportServlet. The servlet works fine when I paste this url in the browser. I am generating the url in the jsp like you can see blow. <% String cb = WTProperties.getLocalProperties().getProperty("wt.server.codebase"); String action = cb + "/servlet/MyExportServlet"; %> Then there is a form in the jsp that is supposed to call the servlet <form action="<%=action%>"> ....inputs <button type="submit">Submit</button> </form> However when pressing submit the page seems to be reloading and the servlet is not called. There is no error or anything else. Does anyone know how to do this? Best regards
We will host a live Expert Session: "Building Custom ThingWorx Navigate Applications using WRS and Navigate Components" on August 19th, 2021 11 AM EST Please find below the description of the expert session and the registration link. Expert Session: Building Custom ThingWorx Navigate Applications using WRS and Navigate Components Date and Time: Thursday, August 19th, 2021 11 AM EST Duration: 1 hour Host: Emily Larkin, PTC Product Manager Registration link: Register now As a follow on to the recent expert session Tailoring Windchill Rest Services to Build ThingWorx Navigate Applications, this expert session will focus on the ThingWorx Navigate customization architecture and how Windchill Rest Services can be combined with Navigate components to build custom ThingWorx Navigate Applications that meet exactly the needs of your enterprise. You're looking for ThingWorx Navigate Custom Application but unclear with the best approach for low code development wi
Hello, i need to create a report that selects only the top 50 rows of a report. I couldn´t find a statement equals to the "SELECT TOP" SQL. Could anyone explain how i an do that in the query builder? Greetings!
Do we have BOM comparison among 4 or 6 partnumbers in windchill ?
How can i change the names of elements under no cad stock codes?
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.