Windchill
Recently active
This is a request or system enhancement proposal for the ability to markup MS Office documents directly from Navigate. At present, when annotating and marking up CAD data, Navigate directly calls Creo View. However, for MS Office documents, this functionality is only available through the 'VIEW IN WINDCHILL' in Navigate capability before marking up the documents.
We are currently working to switch out Windchill systems from Basic authentication to Form Based (SSO) authentication. We are clear with the approach of using shibboleth as SP and Entra ID AD as IDP & CAS. But our cyber security team suggested to use Entra ID Application Proxy method for the Windchill SSO which requires no changes to the Windchill application side.Application Proxy - https://learn.microsoft.com/en-us/entra/identity/app-proxy/https://learn.microsoft.com/en-us/entra/identity/app-proxy/how-to-configure-sso Have anyone tried this approach for Windchill SSO? Can anyone suggest on this approach and how reliable it would be with Windchill and its associated integrations ?
Version: Windchill 12.1 Use Case: Good day I am new to Windchill and I would like to find out some information regarding Add-ons etc to our windchill. We have the need to configure in Windchill, Product breakdown structures and CAD data. We need to create a Part structure and manage it. Below is what we currently have installed. Release 12.1.2.5 Products Installed Creo View Windchill 2.6.1 REST services Windchill projectlink 12.1.2.1 creo view adapters Windchill 12.1.2.5 service pack Windchill pdmlink 12.1.2.0 windchill 12.1.2.1 info*engine windchill 12.1.2.0 services windchill 12.1.2.0 common base I have been told that we need Model Based Systems Engineering Module as well as aspects of Codebeamer. Can someone Please guide me with more info on this requirement. RegardsDescription: No Problems just looking for info on system functionality.
Hi,The use case is customer wants to hide all the previous versions/revisions of WTPart for user allocated to a particular role. i.e. Just latest revision should be visible to user in specific role.Is there a way we can try to achieve this.Any reference would be appriciated. Regards,Durga.
Version: Windchill 12.1 Use Case: How to obtain/create Windchill Virtual Desktop Image for ease of development on developers local machine.Description: How to obtain/create Windchill Virtual Desktop Image for ease of development on developers local machine.
Version: Windchill 12.1 Use Case: I want to created a custom JSP page for workflow task. please share any details how to achiveDescription: I want to created a custom JSP page for workflow task.please share any details how to achive
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020 CPS30Hi,We are doing upgrade for a customer who is on 11.1 M020 CPS 30. We would like to know which latest version of Windchill we can upgrade to, so that we have to follow one step upgrade process. Please let us know.Thanks
I'm trying to correct some vulnerabilities and received some instructions from IT. The instructions mimic the link below down to the section "Importing the Self-Signed Certificate in the DB Client (the Windchill server)" When I reboot the server, I cannot start windchill with the hash and encryption enabled. https://support.ptc.com/help/windchill/r12.1.2.0/pt_BR/index.html#page/Windchill_Help_Center/WCAdvDeployGuide/WCAdvDepAdvDB_ConfigWindchillWithSQLDBforJDBCoverSSL.html I also followed the remaining part of the post and added the parameters, but nothing appears to let the server function with forced encryption enabled. Any ideas?
Version: Windchill 12.1 Use Case: Hello everyone, I'm seeking insights and real-world examples on the use of Shared Teams versus Team Members within the Windchill ProjectLink module.Description: Can anyone share scenarios where you found it beneficial to use a shared team instead of adding individual team members?Why does the assignment of a shared team override the "Private Access" setting?What are some best practices for deciding when to use shared teams versus individual team members?Looking forward to your insights and experiences!Best regards,
Version: Windchill 12.0 Use Case: My Organization would like to be able to make audits for different teams. But we cannot find a smart way to filter out/find relevant Changes to do the audit. How come that some system attributes are searchable, when others are not? Can you make attributes searchable in Advanced Search? If Yes, How??Description: When we try to do an Advanced search on Change Notice, we have the option to set Criteria on Created By and Created On.But we cannot use Team Name as a Filter, which would be very helpful in our organization.Is there some way to configure the system so it possible?
Version: Windchill 13.0 Use Case: old iteration sub-assembly having the same latest revision of components as in the latest subassembly. * the components in the subassembly not released for very long timeDescription: Old iteration sub-assembly having the same latest revision of components as in the latest subassembly.* the components in the subassembly not been released for a very long time why I am seeing the latest components' iteration in the old sub assembly?
I can retrieve the reference information of the CAD document using CADDocuments('OR:wt.epm.EPMDocument:XXXX')?$expand=References, but I cannot access the parts information of the CAD document when I use CADDocuments('OR:wt.epm.EPMDocument:XXXX')?$expand=Parts. The CAD document has a relationship with parts, and I am trying to access the related parts. I tried using the EPMBuildRule table, but it does not accept the ID of the drawing data. I believe it needs to be the owner, but I cannot access its ID via the API. Can you help me with this?
I am using Windchill PDMLink Release 10.1 and Datecode with CPS M010 Due to business needs, we customized a button to rename documents. In the code logic called by this button, we temporarily set the session user as an administrator through SessionHelper.manager.setAdministrator, and then execute the renaming API - WTDocumentHelper.service.changeWTDocumentMasterIdentity, but the code execution reports a permission error.According to our understanding, the administrator should have the authority to rename the document. So we are very confused, can you help us solve this problem? Thank youHere are the errors that I faced 2024-06-24 10:23:13,314 INFO [ajp-bio-8010-exec-1] wt.system.out user2 - CommonUtil.java.3163: 重命名失败!Message: Resource bundle/Message key = wt.vc.vcResource/55 2024-06-24 10:23:13,325 INFO [ajp-bio-8010-exec-1] wt.system.err user2 - (wt.vc.vcResource/55) wt.vc.VersionControlException: H-ZJ-188, JSZJ_00087886 可能不允许更改其标识。只有当此项未被检出并且您具有所有版本的 修改 权限时,才可以
How can I add a new master attribute to Edit Common attribute layout or wizard? For WC 12.0
Hi Guys,Why cascading attributes is not updated in the More Attributes Info Page Layout, but whatever I create that cascading is updated in the Create page?Note: Can we hide in the More Attributes Info Page Layout? Regards,AJ
'ABC' part attribute is a boolean type. It is not present in every json if it not having true/false value. So I couldnt use this attribute in $select query to minimise the execution time. Instead of using 'ABC' Attribute in select query, I need a filter query to get json only if have WcControlledBOM attribute in every Part Json
Hello Everyone, I'm working with Windchill 13.0 and need to add a simple action button to the Windchill interface that can call my custom API functions. Here’s what I want to achieve:1) Add a button to the Windchill UI.2) When the button is clicked, it should trigger a JavaScript function that calls a Windchill OData API.Here’s an example of the API function I want to call(will be using a java version of this function): async function getParts() {const apiUrl = "http://windchill.gosaas.io:80/Windchill/servlet/odata/v6/ProdMgmt/Parts?$count=false";const username = "ahsan";const password = "Tartan123";const basicAuth = 'Basic ' + btoa(username + ':' + password);try {const response = await fetch(apiUrl, {method: 'GET',headers: {'Authorization': basicAuth,'Content-Type': 'application/json','Accept': 'application/json'}});if (!response.ok) {throw new Error(`HTTP error! status: ${response.status}`);}const data = await response.json();return data;} catch (error) {console.error(
Version: Windchill 12.0 Use Case: we just rehosted windchill to a new server. But when trying to login it gives a license error. But when logged in as admin I can see users have licenses assigned to them.Description: After rehost windchill won't let users login saying they don't have a license assigned even though they do.
When create a custom view on structure tab by 'Manage structure views', I am not finding Manufacturer name or vendor name to show suppliers of AML/AVL in select column display tab. I am using Windchill 12 OOTB. Is it something restricted in WC12? As I used the same in 11 OOTB and the columns were there for selection in views.
is it beacuse I am not able to run windchill directory server although I am providing correct details onlyRegards,lavkush.
Version: Windchill 12.1 Use Case: I want to search the process plan by number using Windchill's global searchDescription: I already checked the optional attributes types for the search and the Process Plan is not there. Is there any way to add it, maybe through an xml file or something like that.
Version: Windchill 13.0 Use Case: A checked-in CAD document in Windchill not retrieved using the ODATA REST API.Description: Hi,I'm new to the REST API and I'm trying to get a checked-in CAD file using the ODATA REST API.I'm using the swagger interface: The Get Documents method in the CAD Documents section, but all I get in the JSON response are the template files and not the file that I checked in.Why can this happen and how can I fix it?Thanks!
is it possible to create a preview for a document e.g. (PDF). This would be similar to a preview for CAD documents.
Hi, to execute jasper report from input jsp page I am using the following API- ReportHelper.manager.getThirdPartyReportExecuteUrl(reportRef,parameters); Here, the reportRef should be of type ObjectReference and should refer to a Windchill report object. However the object that I get from the jsp page using the request.getParameter("oid") is of type WTDocument. Now, when I try to send this object in the above API , it gives the error-java.lang.ClassCastException: class wt.doc.WTDocument cannot be cast to class com.ptc.windchill.enterprise.report.Report (wt.doc.WTDocument and com.ptc.windchill.enterprise.report.Report are in unnamed module of loader 'app') Kindly suggest on how to resolve this.Thanks,Ramsha
Hello, for one of my customers I've created a wizard step with some change validation info.the data is arranged in a flat tree structure which is displayed in the treetable component.See attached example screenshot.One requirement is that non "green" checks are auto expanded for the user. I tried to implement it as described in the customizers guide, but so far no luck. The TreeTable component uses a custom AbstractConfigurableTableBuilder with an custom ExpansionStateManagerthe table config looks like this JcaTreeConfig treeCfg = (JcaTreeConfig) factory.newTreeConfig(); treeCfg.setDataSourceMode(DataSourceMode.DISABLED); treeCfg.setType(Object.class.getName()); treeCfg.setTargetObject("origObject"); treeCfg.setComponentMode(ComponentMode.VIEW); treeCfg.setActionModel("tcw tcwValidation table"); //treeCfg.setMenubarName("tcw tcwValidation table"); treeCfg.setId(TCW_TCWVALIDATION_TABLE_ID); treeCfg.setLabel(WTMessage.getLocalizedMessage(TCW_RESO
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.