Windchill
Recently active
I am using Windchill Aerospace & Defense Release 12.1 and Datecode with CPS 12.1.0.1We need to flag the WTDocument with Compliance ready/ Approved/ Rejected without iterating/ revising the WTDocuent. How can we do that ?Tried to Add a non versioned attribute to WTDocument Master . However , that is not visible to user in UI
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2Need help to determine if InfoEngine is allowed in Windchill +https://support.ptc.com/help/windchill/plus/r12.1.2.0/en/#page/Windchill_Help_Center/customization/DisallowedCust_Select.html#.In the above link , it mentionsInfo*Engine•Custom Info*Engine tasks or webjects•Custom Info*Engine web services•Custom Info*Engine adaptersUse Windchill REST Services to fetch Windchill data for generating reports and other requirements.Unauthorized hard modellingUse of unauthorized windchill class implementationDisallowed.We executed the Wave Scan report against the codebase , it doesnt show any issue using the below InfoEngine API'sIeService ie = new IeService();ObjectWebject ow = new ObjectWebject("Indexed-Search");Need confirmation if the above IeService and ObjectWebject API is supported in future for Windchill +
I am using Windchill Aerospace & Defense Release 12.1 and Datecode with CPS 12.1.0.1We need to modify an attrribute on WTDocument without iterating or revising the WTDocument.Eg : Update the Compliance Approval Status - Approved / Pending/ rejected on an existing Document . Any change is attribute value shouldn't impact the version of Document . is it possible ootb? if not how can we implement this?Here are the errors that I facedWe need to modify an attrribute on WTDocument without iterating or revising the WTDocument.Eg : Update the Compliance Approval Status - Approved / Pending/ rejected on an existing Document . Any change is attribute value shouldn't impact the version of Document . is it possible ootb? if not how can we implement this?
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS12We have an issue that comes from an OOTB behavior of some APIs that updates the "Last modified by" date, but not the "Modified by" user. This is a security issue because the record on PASS SSI shows that a user who is not authorized to use PASS SSI at that particular time has modified some data, but in reality this is not the case. We would like to have your support in getting an explanation or solution to this OOTB behavior.Here are the errors that I facedNo Error . Functional Failure of not updating the Modified by .
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030I am trying to rehost Windchill 11.0 M030 version, and I am trying to download the utility file for the corresponding version by referring to the rehost utility guide. However, PTC support says that it is available from version 11.1 and that I should inquire about previous versions through case.
Hello Everyone, Has anyone succeeded in implementing a Dynamic banner on top of the Windchill page near the Windchill logo to relay messages to Users like Maintenance details of the system for example? I know of the static display banner which can be used to display text that is updated with a restart of the Windchill, but I'm looking at some ways where it needs to be dynamic without a restart of Windchill, like display content from a text file stored somewhere Thanks in advance! Amar
Version: Windchill 12.1 Use Case: Import preview started... Started object creation process... Object com.ptc.windchill.option.model.OptionMaster:5369119680, A exists with the UFID that is different than the UFID from XML THE RESULT OF THE IMPORT :FAILEDDescription: Import preview started...Started object creation process...Object com.ptc.windchill.option.model.OptionMaster:5369119680, A exists with the UFID that is different than the UFID from XMLTHE RESULT OF THE IMPORT :FAILED
Version: Windchill 11.2 Use Case: I want to roll back a drawing revision.Description: Using Creo 10.0.8.0. We created a drawing weeks ago and assigned a number at rev _-. Checked the drawing in but never released it. Engineering decided to change the part number and when I renamed it, the number change was accepted but the rev level seemed to auto-advance to _A without any prompting from me to do so. The only way I can see to get back to rev_- is to delete the drawing and start over. Is there another way to do this? I have this same problem with a couple of other drawings that had been released but not signed off by everyone (so not 'officially' released in my organization) and now there is a part number change required for those drawings that should not necessarily require a revision either. What seems like not so many years ago (to me), this was a drafter level function, pull down tab and you could go backwards if needed. Any ideas? Thanks.
Version: Windchill 12.1 Use Case: Version: Windchill 12.1 Use Case: We are trying to Extract Windchill As-stored BOM Information from Windchill DB, We are not finding the child information instead of same parent information is repeated equals to child rows.Description: Version: Windchill 12.1Use Case: We are trying to Extract Windchill As-stored BOM Information from Windchill DB, We are not finding the child information instead of same parent information is repeated equals to child rows.Please check attachment for the query used and the result.
Hi everyone,I’m currently working on performance testing with a load balancer using JMeter integrated with Windchill. I’ve been following the article provided by PTC, but I’m unable to download the EDCCadMultiUser.jar file mentioned in the instructions.Could anyone please guide me on how to download this JAR file or share if there’s a more recent article or updated link available?Thanks in advance for your help!
Version: Windchill 13.0 Use Case: Classification of multiple documents from Desktop Integration Description: Hi everyone, do you know if with Desktop Integration, when you select multiple documents from local and drag them into Windchill, it is possible to assign the classification immediately in the interface? The same behavior that happens for the selection of the softype would be needed, which is rightly always the same for all documents dragged in that operation. At the moment it allows me to assign it only if I do it for one document at a time. The attribute appears in the column selection but then you don't see it ty,Matteo
Version: Windchill 12.1 Use Case: Based on object affected (type, state, attributes) and the selected end state, the change process automates a minimal list of required roles/approvers.Description: Wondering if this topic has already been covered?I have seen customization that checked that a given set of Roles in the change process were populated based on affected objects (type, state, attributes).I have also seen the use of a questionnaire with cascading additional questionnaire to define the change process path and approvers.
Version: Windchill 13.0 Use Case: Republish is not working - Publish will work only when we do check in and check out. Windchill version is Release: 13.0.2.6 I checked online and tried adding below lines to xml. OR · It says our Windchill version does not support on="republish" or on="manual-post" in publishrules.xml. You cannot fix this by editing XML. To get PDF/STEP on republish, you need either: A check-in/schedule trigger, or A custom workflow/JPO that explicitly calls the publishing API. <publish on="manual-post" additional-files="publish_drawing"/>OR<publish on=" republish" additional-files="publish_drawing"/>Description: Attached xml file used. Ca you help on this.
Version: Windchill 12.1 Use Case: Our users want to use the WRS via scripting to create relationships with WTDocuments like those available in the UI.Description: We used Article CS285572 to implement WRS customization that allow users to create WTPartDescribeLink between WTPart and WTDocument using REST Service(OData). We need similar directions for WTDocuments so that our users have the ability to create the same relationships with WTDocument via REST that are available in the UI.
Version: Windchill 13.0 Use Case: I have created a custom API to create Option, Choices and option set by providing respective inputs. I have observed that, after creation, option has been persisted in Windchill with linked choices. Also newly created option set is associated with specific container. So far it is fine. However I am looking for custom API to link Option Set with Option. Can anyone help me on this ?Description:
Is there a api which lets us add multiple users to single role.
Reference topic: https://community.ptc.com/t5/Windchill/Limited-access/m-p/582062#M58429 Is it still possible in Windchill 12.0 to change the domain of a folder? When I edit a folder (by right clicking it -> Edit) I don't see the 'Domain' attribute. I'm logged in as a site administrator (but not the default wcadmin if that matters). Or maybe there's some preference/property required? Here's how the Edit page looks like for me:
Version: Windchill 13.0 Use Case: Expand fields of search for PSB action Replace with ExistingDescription: We would like additional search fields for the following PSB action Replace with ExistingWe can do this for the Insert Existing; but not Replace with Existing. Based on our research, the following was observed: The Replace With Existing action search window is implemented with a search UI which is tightly coupled with OOTB AdvancedReplacementAddPartAction class, which we we were not able to add custom IBA as search criteria field. Is there a way around this limitation?
Version: Windchill 12.1 Use Case: At the time of migration, we have used few attributes which are used at the time of migration, now they are not at all needed, Since there are many, we need to delete in Bulk.Description: At the time of migration, we have used few attributes which are used at the time of migration, now they are not at all needed, Since there are many, we need to delete attributes in Bulk from.SoftTypeManage Reusable Attributes.
Version: Windchill 13.0 Use Case: Currently i using windchill 13.1.2.0 version Based on creo view adapter 12.1.0 Microsoft Office 2019 , 2021 , 2022 ,2024 and 365 is it supported OS version 2019 and 2022 ?Description: Currently i using windchill 13.1.2.0 versionBased on creo view adapter 12.1.0 Microsoft Office 2019 , 2021 , 2022 ,2024 and 365 is it supported OS version 2019 and 2022 ?
Hello to everyone,I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.19 I'm making a query that extract a specific Bom in a specific version and View (ex. manufacturing View).I need to know in wich table of the Database there is the View Part information. I need the manufacturing view. Can someone help me? thanks.
What is the use of Record Variable Changes property in Workflow?
Version: Windchill 13.0 Use Case: I have to do a mass update of the "Default Trace Code" attribut that is located on the Part Master.Description: typically use the LodFromFile utility to update attributes on WTParts and WTDocuments. To do this, I first create a CSV file following the format outlined in [Windchill_Home]/loadFiles/csvmapfile.txt. I then convert the CSV file into an XML file using the csv2xml utility.Currently, I need to update the "Default Trace Code" attribute across multiple parts. However, I haven't found any documentation or guidance on how to create a suitable loader for Part Master attributes.
Version: Windchill 12.0 Use Case: Article - CS365094 I followed for QML report for the lists of all the object types in Windchill.Description: Hello Team,I need QML report for the lists of all the object types and usage description in Windchill.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19问题:取消protocolAuth配置联系人:余民军手机:19170373592邮箱:yumj1@chint.com
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.