Windchill
Recently active
Do we need customization for Major and Minor revision or there is an OOTB feature in windchill 12.
PTC Java Doc saysThe unique identifier for the bundle class. This identifier is required for all default-locale resource bundles (including customer-created bundles) and is used by the localization team to track bundle changes, including moves and renames. I not able to understand the real time use case, how it will be used by localization team to track bundle changes, including moves and renames.
This code performs the file attachment process, but I’m encountering an issue: when I attempt to attach the same file again, it gives a warning saying the file already exists or has been previously attached. In this scenario, the file should be updated if it already exists. I've made some modifications to handle this, but they didn't work. Could you help me with this? Should I delete the existing file first, or is it possible to directly update it?package ext.designtech.utils;import java.beans.PropertyVetoException;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.lang.reflect.InvocationTargetException;import wt.content.ApplicationData;import wt.content.ContentHolder;import wt.content.ContentRoleType;import wt.content.ContentServerHelper;import wt.epm.EPMDocument;import wt.fc.Persistable;import wt.fc.PersistenceHelper;import wt.fc.WTObject;import wt.method.RemoteAccess;import wt.method.RemoteMethodServer;import wt.pom.Transaction;import wt.util.W
Hi, I followed the article below and added a tile to the Change Management Tasks Collection: Add a Custom Task to Your Homepage (ptc.com) But the CollectApp service is giving the wrong URL to the Tile: I see CommonSearcAccessAppMashup instead of custom Mashup Thanks,
In Supplier Management,When Standard Part is released through New Part Request and If Part has to be revised for changes?How do we proceed?1. Do we use change management or New Part request to release the new revision?2. How supplier will be notified that Standard part i.e Manufacturer part has to be modified and what modifications are needed?
Version: Windchill 11.2 Use Case: Just trying to read/modify Assigned Item Expression which is assigned to a WTPART, in the workflow and then i'll just assign expression to wtparts via workflow.Description: Hi there,First of all, I need to explain our daily use of Item Expressions. We usually assign an expression to a WTPART using the Assigned Item Expression. When I do this, we first move the WTPART to the Library where the Option Set is defined. We're using "Assign Advanced Expression" to assign the expression to the WTPART.What I am trying to do is print the Assigned Item Expression assigned to a WTPART in the workflow and then assign the expression to WTPARTs via the workflow. However, since this “Assigned Expression” attribute is a calculated value, we cannot retrieve it directly. We need to print it by capturing the relationship between the Option Set and Choice with the WTPART.There is a topic about obtaining Usage Expression in the forum, but with usage expression, this ex
Hi Everyone, I have Activity number and change notice number as well and I can use simple query on WTChangeActivity2 to get activity as object but I want to enhance Java query spec so How can we append 2 classes WtChangeOrder2 and WTChangeActivity2 and query for the activity object from specific change notice using number
Hello All, I am trying to read the count of object returned by WRS in ThingWorx/Navigate service. The count information is captured by "@odata.count" key in the WRS response. Windchill Response: From ThingWorx service, if I use dot (.) to read json key values. In case of @odata.count, ThingWorx composer is throwing syntax error. Any idea how to read JSON key values having @ in the key name? Thanks in advance! - Shirish
In the case of PTC CS133740https://www.ptc.com/it/support/article/CS133740?oskarSession=16307c7d-c721-4310-8dfa-8bed8e215752&source=support_assistant it calls the solution to the problem at versionWindchill X-24what version of windchill is it?
Version: Windchill 11.1 Use Case: We are trying to Extract Windchill As-stored BOM Information from Windchill DB and Staging DB, We are not finding the BOM Child As-stored Revision in the both database.Description: We are trying to Extract Windchill As-stored BOM Information from Windchill DB and Staging DB, We are not finding the BOM Child As-stored Revision in the both database.From the Windchill Database we are not able to find Child Relation between EPMASSTOREDMEMBER and EPMMEMBERLINK.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0i have created the infoengine based webservice. While running webservice client i got the below error in windchill shellException in thread "main" com.ptc.jws.service.org.myorg.mathservice.Exception_Exception: com.infoengine.exception.fatal.IEForbiddenExceptionHere are the errors that I facedException in thread "main" com.ptc.jws.service.org.myorg.mathservice.Exception_Exception: com.infoengine.exception.fatal.IEForbiddenException
Hi, If there is a Custom API Developed in Windchill, where does it show in the WRS? Thanks,
Version: Windchill 12.1 Use Case: After upgrade from 11.1 M020 to 12.1.2.5 and renaming the AD adapter all the users are "Disconnected Participants". Description: In company AD the Distinguished Name shows upper casing (CN=Firstname Lastname,OU=Users,OU=Production&Supply....). In WC Participants administration you can reconnect the users individually (which is a pain and the trick to toggle in database did not work) and they're able to login, see their workspaces etc.. However, after this the same user Distinguished Name show lower casing (cn=firstname lastname,ou=users,ou=production&supply...). Database collations are as they should, source and target match. There's already a case with PTC TS opened. I was wondering if anyone has encountered the same and what are the possible implications or issues resulting if going live with the manually connected participants.
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.17The child folder could not be found. Parent folder: "Personal Cabinet - Administrator" Child folder name: "Checked Out"Here are the errors that I facedThe child folder could not be found. Parent folder: "Personal Cabinet - Administrator" Child folder name: "Checked Out"
Requirement is in Report I want same structured Description as I have on CN : --> I have Description on CN like :This is New CN to make Changes in Part ,• Do the Proper Marking on Parts• Update the associated parts as well --> Output I am getting after using that API is :<p>This is New CN to make Changes in Part ,<br clear="none" />• Do the Proper Marking on Parts<br clear="none" />• Update the associated parts as well</p><p> </p> --> For that I am using below API but it is not working as expected : HTMLTextFilter.filterHTMLText(cn.getLongDescription().getRichText().toString(),"com/ptc/core/richtext/jasperrichtextfilter.xsl", true, false);
I have project object with me and how can get plan from the project object in windchill. is there any api to this ?
Created a custom action however its currently being hidden.
Version: Windchill 12.0 Use Case: Need help completing my bash script to compile java files. Currently having issues with windchill class not found exceptions, I believe I need to include the .JAR files into the classpath, but am not sure how to do so.Description: Here is what I have written so far, the javac $file command is leading to class not found exceptions since I haven't included the JAR files: I saw this article that briefly talked about how to do https://www.ptc.com/en/support/article/CS324171 But I am using more than one jar file, probably about 50 in total. Need help figuring out what to do with them.
There are various API variations, such as POST, PATCH, and GET, for attachments in WTDocument within the REST APIs in WRS to perform operations on the document. My question is: Can we access the attachments in the drawing located in CADDocument through WTDocument? If so, can we replace the document there, such as a PDF file, with another file? If we can do this, how do we establish this connection?
WReadE V1.0 – NEW! Windchill+ Readiness Diagnostic Extension The Windchill+ Readiness Diagnostic Extension is a standalone utility that can be used to collect data for the assessment of a Windchill environment and determine readiness of the environment to move to Windchill+. The extension identifies the following details — Windchill version, modules and configuration, and customizations applied to the out-of-the-box Windchill server.On execution, the Windchill+ Readiness Diagnostic Extension generates an output package. This output package is sent to PTC through Windchill Performance Advisor. The mechanism to manually upload the output package is also available on the support portal (Windchill+ Readiness Data Upload).DocumentationWReadE HelpAdditional InformationThe Support portal to manually upload WReadE output package - Windchill+ Readiness Data Upload portalDownloadPTC Software Download page (WReadE available under Windchill PDMLink) Windchill Performance Advisor 4.1 
Hello together, we worked with ECTR from SAP for many years. It was possible to reload a drawing from SAP via a mapkey if the 3D model or assembly was open in Creo. Of course, I am now wondering whether this is also possible in Windchill: I would like to reload a drawing from the common space via a mapkey from a 3D model or assembly opened in Creo, if the drawing is not yet in the local workspace, but a corresponding drawing is in the common space. Shouldn't be that difficult. However, I have noticed that mapkeys can only be recorded within Creo. Mapkeys do not work within the embedded Windchill interface. But maybe we could realise this with a script?
Hi I am trying to run the below service, and it started failing suddenly. This is the error I see in the Logs: Thingworx and Navigate: 9.6.0 Thanks,
Hi, Does Thingworx Navigate support the One Drive Integration?We know it supports Thingworx Flow, but is the Thingworx Flow yet to be deprecated? Thanks,
Version: Windchill 12.1 Use Case: A new Library within Organization "A" that has users from Org "A" and Org "B". Each can see their own Folders but not the others. There is also folders that both A and B org users can see.Description: Considering using Domain selection at the Folder level.The new Library will be within on Org "A" and will have three top level folders. One that only users from Org "A" and see, one that only users from Org "B" can see and then a common folders. Need to understand how to add users to the Domain. We do not use Groups but place users directly in Roles.Are users are currently created within one Org and not both.We allow cross visibility by adding the other Org into the Guest role.https://www.ptc.com/en/support/article/CS19998
Version: Windchill 12.1 Use Case: Uploading CAD documents generates a sequence (00001234) number instead of name.Description: Our windchill system has always been setup such that any files that dont auto associate to existing parts are assigned a 10 digit sequential number. How do I change it so that files checked in are are given a number the same as the model - ASM001.asm associates to a part with the number ASM001 instead of 00001234?
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.