Windchill
Recently active
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.1.5Hello,I'm working on a customization of Windchill PDMLink and, at some point i check the permissions using:ContainerTeam team = ContainerTeamHelper.service.getContainerTeam((ContainerTeamManaged) container);HashMap teamMembers = team.getAllMembers();Randomly and on rare occasions i get a non-reproductible NullPointerException coming from WTPrincipalCacheElement.getImmediateMemberReferences.I don't know what causes it and what i should do about it.Here are the errors that I facedCaused by: wt.util.WTException: java.lang.NullPointerExceptionNested exception is: java.lang.NullPointerExceptionat wt.org.StandardOrganizationServicesManager.members(StandardOrganizationServicesManager.java:5305)at wt.org.StandardOrganizationServicesManager._members(StandardOrganizationServicesManager.java:13445)at wt.org.StandardOrganizationServicesManager._members(StandardOrganizationServicesManager.java:13412)at wt.org.StandardOrganizati
Version: Windchill 12.1 Use Case: If you perform a Part to Part BOM Compare, you can export the table to Excel. If you perform a CAD to Part BOM Compare the export option is not available.Description: If you perform a Part to Part BOM Compare, you can export the table to Excel.If you perform a CAD to Part BOM Compare the export option is not available. Does anyone know if the export menus can be added to the CAD to Part Compare?
Hi Team,I'm trying to edit create and modify date on WTPart as the years a showing incorrect.We cannot use the update query in DB as it doesn't fit in the guardrails of deployments.Just happen to find the PersistenceServerHelper which implements server side methods.Has anybody done this n past ?Any reference will be appreciated. Regards,D
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2How to modify the WT Part Name Across Windchill Applications.
Hi, Windchill 11.1 M020, MPMLink I've created an mBOM, process plan with operations, representations and I can generate the work instructions as HTML pages. Are they stored somewhere and associated to either the process plan or the product variant itself? I can't find it anywhere.If not and as a short description states they're "dynamically generated" then how it's supposed to work on the shopfloor? How is the operator supposed to generate the correct set of instructions for the order they receive? Best regards
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0问题:创建的升级请求,流程无法正常启动,一直保持“未开始”状态。临时解决方案:队列管理,重置此流程才会启动
Version Windchill 13. Disable the copyover from BOM Notes when the user executes a New Branch action to extend a BOM from one manufacturing site to another. After disabling propertie BOM Notes are still copying to new branch.Acording to PTC article https://www.ptc.com/en/support/article/CS406143?&as=1 there is technical limitation for the BOM Notes update in Windchill 13.
Version: Windchill 12.0 Use Case: i want to disable autonumbering for c3di from creo illustrate? Is it possible?Description: disable autonumbering when checkin in windchill from creo illustrate
Version: Windchill 12.1 Use Case: We are looking to add a new IBA (attribute) to WTPart and make it editable through the "Edit Common Attributes" action in Windchill PDMLink. The key requirement is that:. We do not want the part to be checked out.Description: We need to enable editing of a custom attribute added to the WTPartMaster object in Windchill PDMLink through the "Edit Common Attributes" action available in the UI. This is commonly used to update shared attributes across multiple versions of a part without checking out the part.Although the attribute has been successfully defined on the WTPartMaster using the Type and Attribute Management utility, it does not appear on the Edit Common Attributes page, and currently, there's no direct way to expose or make it editable from this interface.
We understood that the translation vector(positional shift) and rotation vector(orientation) is relative to its immediate parent assembly. However, we want to understand the attributes in CADBOM or columns in epmmemberlink table that represent the transformation values with respect to top-level assembly. In Teamcenter, this is represented by Absolute Transformation Matrix. Absolute Transformation Matrix Definiton : It represents the transformation from the component's local coordinate system to the global coordinate system of the top-level assembly. This matrix determines where the component is located in 3D space within the overall structure. Thanks in advance
Version: Windchill 12.0 Use Case: I created a workspace for a new project and I opened an assembly in Creo (version 9) which was locally stored and saved as an assembly in a workspace in windchill. Then I created two drawings for two of the parts in the assembly and tried to check in my work.Description: When I want to check in my work and create an ECN for the drawings, the check in button is missing. The check out and undo check out button is there. Not sure why this happens now, since I've done it before. The same problem exists in other workspaces. The parts I recently saved are marked with the symbol "modifications need to be uploaded" I have tried uploading the local files and made sure they are located in a folder in the workspace. But I still dont have the check in button. My colleagues cant see the parts i've saved in the workspace. I cant see it either when I open windchill online and try to create an ECN. They don't have the same issue with their own wor
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS17零件名稱為何會受說明書目錄翻譯資料影響,如何斷開關係?
Hello, Reference of topic Even though this setting is on, this value is not visible at all. Is there anything else we should check? We called PTC support. We did not get a response from there either.
Use of SessionIterationDomain at site level in policy administration?PTC Helpcenter says its used for internal session processes.What exactly is internal session processes?
Hello Everyone, How to change color of custom tab (red instead of green) on DCN information page based on some conditionse.g. if DCN is not released and there are objects in custom dependent object table in that tab.
Hi All, I have added a custom table builder on create CT wizard page in which I have added attributes using Data utility. But unable to process and save these attributes on click of Finish. I am using FormProcessor to do the same, But in the PostProcess method I am not able to get the custom table builder details. Using the below api to get the details. List<NmOid> nmoList = currentObjBean.getAddedItemsByName("tableID"); Thanks In Advance!
Version: Windchill 13.0 Use Case: During the Windchill upgrade, we want to restrict the general user base from accessing the Windchill UI to prevent any unwanted changes.Description: We are upgrading to Windchill 13, and now that we are using Active Directory with Single Sign on, I am wondering what others are doing to restrict access to the UI to only an Admin group during the upgrade process?We are already filtering AD with a specific group to provide access to Windchill.Is it possible to add an additional filter without causing all the users to become disconnected?The only solution PTC had to offer was restricting UI access to only the server on which Windchill is installed. This will hamper our upgrade as we would only be able to have one Admin at a time logged into the UI to perform specific activities, and we would need to hold off on any of our accounts that connect to 3rd party apps until the end. Looking for alternate ideas if possible. I have to imaging
Hello all, I need some help in using QuerySpec for Softtypes.I have a Softtype of WTPart, MyPart. I want to query all MyPart objects in the Library MyLibrary. Any help would be appreciated. Also, any other spproach other than using QuerySpecs are welcome. Thanks, Praseeth M
Version: Windchill 12.1 Use Case: i have the string attribute called "Cappio" it has update based on the classification attribute value. step 1: I created the Classification tree, in the Bolt node i created the attribute "M" it having the enumeration list. Step 2: i need to retrieve the attribute value, update in the "Cappio" attribute using Persistable AdapterDescription: # I am getting the default value of the attribute, but i don't want the default value i need the value that is stored in the attribute public static String getEnumerationItemDisValue(String Nodeview, String accoppiamento) throws WTException {String displayValue = null;boolean enforce = SessionServerHelper.manager.setAccessEnforced(false);QuerySpec qs = new QuerySpec();int enumerentry = qs.appendClassList(LWCEnumerationEntry.class, true);int enumvalue = qs.appendClassList(LWCLocalizablePropertyValue.class, true);int enumlink = qs.appendClassList(LWCEnumerationEntryLink.class, false);int enumpv = qs.app
Hi Guys, Can we bulk print or bulk PDF get in locally? Is it possible in Windchill? Regards AJ
Hi all, this is my first experience with the software. I am currently learning the functions and utilities of the Windchill RBD. At the calculation page, I have been enabled Monte Carlo Simulation method. I am unable to achieve the simulated results. The results page display a message. I am able to obtain the failure rate for this example. It just unable to obtain the MTBF and MTTR of the overall system."All availabilities are operational availabilities. *Cannot be operated because the system will enter a failed state where it cannot be repaired"I read some of the guides including Getting Started Guide. I was still unable to comprehend the error that I encountered. Appreciate the guidance and cheers.https://community.ptc.com/t5/Windchill/Windchill-Fault-Tree-Analysis-questions/m-p/383375#M44847
Hi Guys,Can we add the EPM new creation icon in Commonspace itself? Mostly, we can create an EPM in the workspace, and also, when we create a WT Part with we can create an EPM Document. But I want to create an EPM directly in Commonspace.Regards,Aj
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS09USER/GROUP permissions issueHere are the errors that I facedUSER/Member can not join any group , but setting group join user/member success編輯帳號下,無法搜尋群組,但編輯群組下可以搜尋帳號並加入
Hi I want to add in the FMEA Worksheet the item(s) that I have in my FMEA Tree Items tab. For instance, once I have created my FMEA Tree Items (Functional or Components), I want to add them in the FMEA Worksheet below. Is there a way to do it automatically adding all the FMEA Tree Items and not entering one by one? Thanks in advance, Juan
I am using Windchill PDM Essentials Release 11.1 and Datecode with CPS M020-CPS07When you start the PSI to upgrade PDM Essential 11.1 to PDMLink 11.1, the installation fails immediately. The system shuts down Apache but does not restart it and by error Apache does not respond. We also tried to start Apache by hand but it still doesn’t workHere are the errors that I facedINFO 2025-04-15 15:48:08 - Running sha1 command: C:\ptc\Windchill_11.1\Windchill\bin\windchill.exe --java=C:\ptc\Windchill_11.1\Java\bin\java.exe --javaargs=-Dwt.load.installer.serverManagerTimeout=300 com.ptc.wa.sha1utility.caller.SHA1GeneratorCaller C:\ptc\Windchill_11.1\Windchill C:\ptc\Windchill_11.1\Windchill\utilities\SHA1BaseReports 11.1M020-CPS08 false trueINFO 2025-04-15 15:48:09 - joining with std out threadINFO 2025-04-15 15:48:09 - std out join complete.INFO 2025-04-15 15:48:09 - joining with std error threadINFO 2025-04-15 15:48:09 - std err join complete.FATAL 2025-04-15 15:48:09 - Sha1 Command exited with
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.