Windchill
Recently active
Reference topic - https://community.ptc.com/t5/Windchill/Report-to-list-WTParts-of-particular-view/m-p/96770#M11366 Hi @Marco_Tosin I have WTPart on 3.4 with design View And I have created a new view for the same object and that is on 0.1 Custom View . So is there any Direct API to get latest version/ Iteration of object based on View .
// Aktif oturum kullanıcısını sakla wt.org.WTPrincipal originalUser = wt.session.SessionHelper.manager.getPrincipal(); wt.pom.Transaction trx = new wt.pom.Transaction(); // Promotion Notice nesnesini alın wt.maturity.PromotionNotice promotionNotice = (wt.maturity.PromotionNotice) primaryBusinessObject; // Promotion Notice'in ait olduğu konteyneri alın wt.inf.container.WTContainer container = promotionNotice.getContainer(); wt.inf.container.WTContainerRef containerRef = wt.inf.container.WTContainerRef.newWTContainerRef(container); // Promotion Notice'e bağlı nesneleri bul wt.fc.collections.WTSet associatedObjects = new wt.fc.collections.WTHashSet(); wt.fc.QueryResult queryResult = wt.maturity.MaturityHelper.service.getPromotionTargets(promotionNotice); while (queryResult.hasMoreElements()) { Object target = queryResult.nextElement(); if (target instanceof wt.doc.WTDocument || target instanceof wt.epm.EPMDocument || target instanceof wt.part.WTPart) { assoc
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS20publish job unable to delete from queue. when tried Queue stuck in stopping state.
@VanVelZ In reference of your topic. Hello, Would you agree to share the whole code of your final solution. I'm struggling with something similar, I need to POST an upload of a WTDocument and I'm receiving an error: java.io.StreamCorruptedException: invalid stream header: 2D2D2D2D. I'm trying to do it using Java class combine with REST. Here is the prototype method I'm testing: public static void uploadOData2(String serviceUrl, String payload, String username, String password, String certPath, String methode, String csrfNonce) {HttpsURLConnection httpsConn = null;OutputStream outputStream = null;try {// Load the server certificateCertificateFactory cf = CertificateFactory.getInstance("X.509");InputStream caInput = new FileInputStream(certPath);X509Certificate ca = (X509Certificate) cf.generateCertificate(caInput);caInput.close(); // Create a KeyStore containing the trusted certificateKeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType());k
PTC recomnds using WTSafeArea for customization Manaement and Deployment . However , It has it's won challenges of maintaining the integrity and sgility . It make the system more human Dependent. I am looking for am=ny other alternating approach to manage and maintain customization with CICD implementation to automate the whole deployment process .Please suggest
Version: Windchill 12.1 Use Case: Need the Browser / Windchill to log out the user after about 10 minutes. Need a well documented example to setup FBA using Windchill tomcat.Description: I'm trying to find a way to log a user out after 10 minutes. (this time could / should be changeable) From my investigations / understanding You can enable Form-based Authentication and then you can change the servlet session timeout of 30 minutes is set in <Windchill>/codebase/WEB-INF/web.xmlChanging that alone does not work. So I assume that you need to enable forms based auth.I have been through countless support articles on using Form-based Authentication. I have also read through the helpfiles and I'm lost. I'm trying to use windchill tomcat to do the FBAI have set the wt.properties like this. wt.auth.form.enabled=truewt.auth.form.submitUrl=https\://MYWINDCHILL.com/Windchill/login/login.jspwt.auth.form.loginMarker=<form method="POST" action="j_secur
I am using Windchill Foundation & PDM Release N/A and Datecode with CPS N/A Direct search for some part codes yields no results, but advanced search can find them.-------------------------------------------------------------------------------------Subject - 部件编码搜索无结果Body - 部分部件编码直接搜索无结果,高级搜索可以搜到。- By Community Moderation Team-------------------------------------------------------------------------------------
現在稼働中の「Windchill 11.1」を中間の「Windchill 12.1.2」を経由して、最終的に「Windchill 13.0.2」へアップグレードしようとしています。しかしver.11、12、13のすべての稼働保証をしているWindows OSのバージョンが有りません。・Windows Server 2016 → 11:OK、12:OK、13:NG・Windows Server 2019 → 11:NG、12:OK、13、OKそこで、最終ターゲットの ver.13 に合わせた Windows Server 2019 環境で--- 「Windchill 11.1」のインストール → 「Windchill 12.1.2」へのアップグレード → 「Windchill 13.0.2」へのアップグレード---を実施しようと考えていますが、問題有りませんでしょうか? Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- I am currently running "Windchill 11.1" and am trying to upgrade it to "Windchill 13.0.2" via "Windchill 12.1.2". However, there is no version of Windows OS that is guaranteed to work with all versions 11, 12, and 13. ・Windows Server 2016 → 11: OK, 12: OK, 13: NG ・Windows Server 2019 → 11: NG, 12: OK, 13, OK So, I am thinking of installing "Windchill 11.1" → upgrading to "Windchill 12.1.2" → upgrading to "Windchill 13.0.2" Is there an
Anyone know how to generate log report with ECR and ECN linked? I was trying to download a log report that has all the ECR (Change Request) with the relative ECN (Change Notice), but under the reports option don't have this option.
Hi Guys,I want to re-publish if any lifecycle state has been changed through a promotion request or set state. Please find the below XML, which I used for the lifecycle state.All CAD Software's Regards,Amir
Hello, we recently got a project to modify ECR workflow in windchill and one of the questions was, if release of drawings can be moved from ECN level to Design task level. I already tried to move workflow actions from ECN to Design task level, but the Expression seems to be wrong and drawing release did not happen. Have anyone faced similar issue or is anyone able to help me figure out, what can I do to release Resulting objects in Design task level (I think Design task is called Change activity workflow in default setup)? Thank you very much for any feedback.
Hello, With ThingWorx Navigate 9.6.1, is it necessary to create a separate keystore and truststore, or can we use the ones already created for Tomcat? Thank you in advance!
Version: Windchill 12.1 Use Case: configure a replica vault for cad parts only when put on release statusDescription: Hello Community,i am planing to configure a replica vault for cad parts only when put on release status, how to tackle the task?
Hello, I have an attribute called 'sapnumber' that I use in both wtpart and cadpart.When a user creates a part and publishes it, they initiate an ECN and start the process of publication. I would like to update my sapnumber within the ECN process using an expression. The expression will be: sapnumber = (part number + -AA). However, I am constantly receiving an error with this expression. The expression I got the error from is attached. Can you help me?
How to check recently accessed projects by users in windchill 13,2 as a ADMINISTRATOR
Reading through this article: How to create an admin user in ThingWorx Navigate when there is no Administrator user in Windchill In my case, I already had configured to authenticate to Windchill and one of my accounts had an alternate uid of Administrator. Login was fine, no issues. I am switching to SSO on Windchill side so my assumption would be I need a matching id of Administrator which I am hesitant to do. I have added two additional accounts to the Administrators group in Thingworx so I can use those to get into Composer and administer the system. The question is, if I make Administrator in able to be used, will I lose anything or not be able to do functions in Composer? If I need to, I could reconfigure authentication back to get back in but I prefer not to use this account if I do not have to.
A000100108, 02.5 is the latest version of the CAD model in windchill, but when the user opens file from solidworks via workgroup manager it is actually shows old file, updates made in the 02.5 version is not visible & it shows 02.1 old version file. this issue is particularly happening to one user frequently in a random manner. even “out of date” icon is also not shown by windchill, but once we remove the file from workspace & add again it works fine, but our worry is design may lead to work with old files that would be a worst scenario.How this can happened, is there any known root cause please let me know team!With regards,Kanish kumar R
Hello,I'm no longer able to access enterprise.ptcu.com platefrom, I would like to see some training for Windchill I used to refer to them from time to time. Any help, please! best regards,Tarik
Version: Windchill 12.0 Use Case: I would need to get a report with the first right release parts, I was thinking about getting a BOM with all historical versions/revisions with the Release Date of eachDescription: I would need to get a report with the first right release part, I was thinking about getting a BOM with all historical versions/revisions with the Release Date of each. Do you consider something like this is possible to get?I really appreciate any help you can provide.
I'm a brand new Windchill user, so I'm still figuring out a lot of things. In particular, is there a way to still save files to my computer instead of to my workspace? I have an assembly saved to my computer, and I edited it a bit today, and now it won't update the file on my computer, it only saves the revision to my workspace.
Version: Windchill 11.1 Use Case: I wish to officially understand, by PTC, what is the different between the 2 termsDescription: Hello,I'm new to Windchill and during the learning process and trainings by my company I noticed that that the term "Template" is delivered as something that refers to a file that has already been created and often contains completed structures and existing content that can be modified as needed while preserving the original document. These files are meant to be used as a starting point when creating similar documents, allowing for customization and slight modifications. and the term "Starter file" refers to a base file designed to serve as a working template that includes formatting, structure, and fixed content (such as logos, tables, and permanent headers) intended for reuse in new documents. The goal is to create a standardized file that everyone in the organization can use as a foundational document. Maybe it's just me but I believe that s
Version: Windchill 13.0 Use Case: There are probably several use cases for this, however mine is pretty specific. I would like to find out if there is an ability to limit the number of people in a group. Description: I work at a multi-location organization where each location has their own budget/allocation of resources. We are looking at consolidating Windchill into a single instance, however the locations need to independently manage their allocation of licenses. My thought would be to have a group assigned to each location for each license, and limit the number of people that can be added to the group based on the number of licenses allocated to that location. Thoguhts?
Version: Windchill 13.0 Use Case: Hello, in windchill, I saw that it is possible to call the same HW also in other contexts. However, if a parent HW contains other child HWs, is it possible to delete the child from the second context and add other children (or in general make changes) without making the same change on the parent context from which I inherited?Description: Hello, in windchill, I saw that it is possible to call the same HW also in other contexts. However, if a parent HW contains other child HWs, is it possible to delete the child from the second context and add other children (or in general make changes) without making the same change on the parent context from which I inherited? Thanks a lot
Version: Windchill 12.0 Use Case: Looking to understand the Business benefits to upgrade to Windchill 13 from Windchill 12.Description: Hi Experts,What is wow factor in Windchill 13 when compared to 12.x ?Are there fundamental leaps in certain areas like MPM and Platform structures?Any pointers and material reckoner will help. as well as quick demo videos.CheersHari
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2 The image file was uploaded in the project and cannot be shared to the product library. It cannot be resolved using the conflict resolution function. Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- 圖檔於專案內做上傳,無法分享至產品庫內,使用解決識別衝突功能無法解決,
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.