Windchill
Recently active
Hi Community, I want to remove New Change Notice from the Actions menu. Users should not be able to see it. I want them to be able to create New Change Notice only from the task. How can I do this?
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS25How can I list all the part instances of an As-Built breakdown using Query Builder ? What are the tables and join to find relations between two instances ?
Version: Windchill 12.0 Use Case: On the home screen of Windchill (using it in a browser), the My Notebook folders are always expanded by default when I launch windchill. I would like them to be collapsed by default.Description: When the folders are expanded, it forces unnecessary scrolling to get down to important information. I have tried changing the "left pane folder explorer" preference to "no," but that did not resolve the issue. I am unable to find any other preference that would make those folders remain collapsed by default. Does anyone know how to make that happen?
We're just getting started with MPMlink... wondering why the Standard Procedures tab buttons for insert and paste are grayed out. In instructions it says we can use the Uses tab and insert an existing standard procedure for there. Sure. But it also says (a little it higher up in the documentation) that : Is this a preference setting or something else?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.2I cannot update the classification of a Part using Windchill REST Services in Windchill PartsLinkThe PartsLink binding attribute internal name is: CLASSIt is defined in a subclass of WTPart called StandandPartPOST http://fihel1-sp113wnd.mcint.local/Windchill/servlet/odata/v5/ProdMgmt/Parts('OR:wt.part.WTPart.8024517512')/PTC.ProdMgmt.StandardPartJSON:{"CLASS": {"ClfNodeInternalName": "class0443"}}No matter what I do, I get an error: 'CLASS' can not be mapped as a property or an annotation.Here are the errors that I faced'CLASS' can not be mapped as a property or an annotation.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2windchill 輸入帳密無法登入,在登入頁面的時候輸入帳號密碼,但一直無法登入,服務也重啟過豬道什麼原因,還是有辦法從哪邊來查詢密碼是多少呢
Is there any API to get Annotation from Representation
Hi Guys, I am looking for an Inventor & Solidworks automatic PDF & step conversion through Visualization Configuration Administration.Regards,AJ
Version: Windchill 12.1 Use Case: Using a DAO class that extends com.infoengine.connector.DataAccessObject to link 2 parts: public com.ptc.windchill.ws.GenericBusinessObject [] Link ( java.lang.String parentUfid, com.ptc.windchill.ws.GenericBusinessObject [] associations, java.lang.String [] propertyNames ) throws Exception { String [] ie$dao$names = { "parentUfid", "associations", "propertyNames", }; Object [] ie$dao$vals = { parentUfid, associations, propertyNames, }; Object ie$dao$ret = execute ( "Link", ie$dao$names, ie$dao$vals ); return (com.ptc.windchill.ws.GenericBusinessObject [])ie$dao$ret; }Description: Exception thrown when trying to create WTPartUsage between 2 parts. Same call works in other WC installations (11, 12, 13, etc...) but failed in 12.1.2. The settings are the same for all the WC servers tested. 2025-01-27 19:15:35,902 ERROR [ajp-nio-127.0.0.1-8010-exec-3] wt.adapter.exception aphung - WTAdapterImpl com.ptc.core.command.common.CommandExcep
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1配置虚拟角色“所有者(owner)”的权限,配置完成后无法生效。(具体配置的权限是对象所有者可删除自己创建的对象权限)
Version: Windchill 12.1 Use Case: Bulk export of file according to customer requestsDescription: Hello everyone,I searched on Windchill helpcenter, but coudn't find a complete answer.Does anyone know if it's possible to perform a "bulk export" operation of CAD files from Windchill with automatic reassignment of file names? This is the scenario:1) I have .asm files (Creo) and Catproduct (Catia V5) files stored in Windchill commonspace, each one having their file name according to company rules.2) All the files (.asm, .prt, Catproduct, Catpart) also have designated Windchill parameters that include the appropriate number defined according to customer rules (hence differing from the current file name)3) Ideally, I would export a selection of .asm and Catproduct files, including all the "Dependent" items and save them to a local folder for subsequent transfer to the customer's PLM4) Before sending the files to the customer, I would need a bulk rename operation which modifies ALL
Dear PTC Team,We are currently testing the new Q release in the Test Flex PLM system, and have noticed an inconsistency in the display of model numbers. Specifically, in the card layout, model numbers appear with a comma in the middle, while they display without a comma elsewhere in Flex. This inconsistency is impacting the user experience, creates confusion and loads of manual workload. We understand that this issue may not be part of the planned fixes at this time. However, we would like to emphasize that resolving this discrepancy is important to ensure a seamless and consistent user interface across the system. We kindly request that this matter be prioritized for a fix, as it is becoming a significant problem for the different groups of users: N/Os, vendors and the business.We appreciate your attention to this matter.IIC-Intersport IT Service Transition Team
Hi folks, I just have a simple question in hand, why should we have a middleware in place when Windchill is being integrated with a downstream system. I know that it has the below advantages, are there any other points that speaks to the merit of using a middleware. i) System configurations does not need any update between different Windchill servers as the source and target system mapping can be done with a middleware.ii) The formatting and translation of the transferred content can be done and maintained in middleware. Any inputs is appreciated. TIA.
Version: Windchill 13.0 Use Case: When running a custom service the service must be able to dynamically load classes that are described with their fully qualified names in a configuration file (or other form of storage depending on if the system is Windchill+ or not)Description: If I have understood things correctly I will not be able to use reflection in custom code that I want to install in a Windchill+ environment. Will I be able to use the standard ServiceLoader provided by Java? As mentioned in the Use Case I am looking for a way to dynamically load classes based on some type of configuration. In an on-prem environment I can easily use Class.forName to get my class but if I understand things correctly this will be possible in Windchill+. Will I be able to use the ServiceLoader to have the same (more or less) functionality? If not, does anyone know of some other way to accomplish the same result? Thank youDaniel Martinsson
You can see the data area increase graph of my windchill Production server.The curve you see here is constantly increasing at the level of terabytes and creates serious costs.How do you manage the space here, I keep all versions in the system, do you keep them too? Or do you have another recommendation? thanks.
Hi @AS_11081239 With reference to topic could you please assist me to increase string length 500 to 2000 .
I am using Windchill ProjectLink Release 11.0 and Datecode with CPS M030-CPS16用项目模板创建项目时报:嵌套异常是: wt.util.WTRuntimeException: 对象域为空:无法初始化wt.org.StandardOrganizationServicesManager Administrator - Unable to roll back group members removal for the group <373_ORG>(wt.fc.fcResource/32) wt.fc.ObjectNoLongerExistsException: 不能restore "wt.org.WTGroup.129252648162"因为它不再存在。at wt.fc.StandardPersistenceManager.restore(StandardPersistenceManager.java:1918)at wt.fc.StandardPersistenceManager.refresh(StandardPersistenceManager.java:1083)at wt.fc.StandardPersistenceManager.refresh(StandardPersistenceManager.java:517)at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:498)at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)at com.sun.proxy.$Proxy18.refresh(Unknown Source)at wt.org.StandardOrganizationServicesManager.getP
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1When using a custom TreeBuilder to populate a tree table component with data from a JSON file, the OOTB Export_file action only exports the header values and not the data. The same data is correctly displayed on the UI but not populated in the exported Excel sheet. The custom TreeBuilder is mapping JSON attributes to a bean file, and the tree table is displaying the values as expected. However, the exported Excel sheet shows only headers without any data rows.Steps to Reproduce:Populate a tree table using a custom TreeBuilder with data from a JSON file.Verify that the data is displayed on the tree table UI.Use the OOTB Export_file action to export the tree table to Excel.Observe that the Excel sheet shows only the headers without data.Here are the errors that I facedIssue with "Export List" Action on Custom Tree Table – No Data Exported
Version: Windchill 12.0 Use Case: Product Container created using product container template should have default functionality of saving WT Parts and WT documents in specific folder and it show in creation page "Auto select Location" value. other product containers which are created using different template have the auto save location is /default for parts and documents. above can be achieved by OIR, but it can be loaded on newly created container every time after creation of product from template. instead of doing this, is there any process to attach OIR to template. whenever any new product created using this template should get the OIR.Description: Product Container created using product container template should have default functionality of saving WT Parts and WT documents in specific folder and it show in creation page "Auto select Location" value.above can be achieved by OIR, but it can be loaded on newly created container every time after creation of product from template.
Version: Windchill 12.1 Use Case: Need same date in all released drawings whenever it gets released through promotion request.Description: As of now, we are getting last modified date in Creo drawing which is through Windchill attribute set in drawing template. Problem here is, a drawing which is last modified on 5th October 2024 is getting released on 10th November 2024. After changing the state from In work to Released, it prints the date 05th October 2024 in creo drawing.Ideally shopfloow guys will be confused with the date, as it is released today and date it is showing is older one.So to overcome this, is there a way to show released date or Promotion request completion date in Creo Drawing through any attribute mapping. If yes, then what and where should i get that attribute and how can i push inside Creo file?
Version: Windchill 12.1 Use Case: Create an Actions on the folder browser page, but the action must only be visible when any objects are selected in the folder contents table using the checkbox.Description: I don't understand how to retrieve the objects which are selected on the folder contents page before even clicking any action because I only want the action to be visible when an object is selected using the checkbox, else I don't want it to be visible.
Query-Links webject thrown NullPointerExceptionThis exception thrown when 2 or more id send to object_refException thrown for following inputs to Query-Links:TYPE|DIRECTION|output_type|auto_navigate|attributewt.part.MasterIteration|master|FULL|false|iteration,number,masterReferencewt.part.WTPartDescribeLink|describesDoc|FULL|true|describes,name,number,masterReferencewt.part.WTPartReferenceLink|referencesDoc|FULL|true|referencedBy,name,number,masterReference Windchill: 12, 13 Exception:Nested exception is: java.lang.NullPointerExceptionat com.ptc.core.adapter.server.impl.AbstractWebject.addTypeInstance(AbstractWebject.java:925)at com.ptc.core.adapter.server.impl.AbstractWebject.addTypeInstance(AbstractWebject.java:901)at com.ptc.core.adapter.server.impl.QueryLinksWebjectDelegate.invoke(QueryLinksWebjectDelegate.java:497)at com.ptc.core.adapter.server.impl.WebjectDelegateFactory.invokeDelegate(WebjectDelegateFactory.java:434)at jdk.internal.reflect.GeneratedMethodAccessor1027.i
In my project there is a requirement to download secondary/primary content and attachments. I looked for endpoint to do this in WRS page and I cannot find anything. I searched in this platform and found some suggested java scripts to do this. I however currently have no idea how to implement it in windchill. I will be thankful for the guidance for this customization if someone already did it or have any idea. Thank you in advance for your time and consideration.Kind regards,
Coming out of the PTC/User conference, a high ranking request has been getting a decent export out of Windchill for a TDP in an efficient manner. I know I have seen a number of solution offerings for this and many of you have already tackled this. The package framework is a great start but I have yet to find someone who likes the default output it provides. Has anyone identified the code that controls how this zip file gets generated? Or have you taken the approach to modify it post creation? I can see this as being on of the hurdles to more adoption of this feature. It should be a customization point so we can tailor how the output is generated and even put company themes on the resulting html file.
We are encountering an issue with multiple manage applicability. When I try to select more than 10 objects and right-click to apply multiple manage applicability, I see an empty space below the box. Although the applicability is present, only the first and last boxes are visible, while the others are missing. I have checked the JSP file but couldn't find any clues. Can anyone help me resolve this issue?I have attached the screenshot for your referenceThanks in advance.
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.