Windchill
Recently active
Hello, Windchill version:Release: 11.1 M020-CPS22windchill 2.2.2 REST Services There seems t.b. a bug that makes properties in OData non-filterable when adding a separate configuration for them. Below are the steps to reproduce this issue: 1. We added a random string property to the `Parts` type called `RESTTEST` (The property is filterable)2. We added a custom parts extension configuration as described on p.84 of the Windchill REST Services 2.5 User’s Guide having the following content:Path:[ROOT]\Windchill_11.1\Windchill\codebase\rest\custom\domain\ProdMgmt\v5\entity\PartsExt.json Content of config file: { "extends": "Part", "attributes": [ { "name": "RESTTEST", "internalName": "RESTTEST", "type": "String", "readOnly": false, "nonFilterable": false } ] } As can be seen above, both `readOnly` and `nonFilterable` are set to `false`. 3. After having done this, the property becomes non-fil
Hi All, I am trying to create WTpart by using "Create-Object" webject. When i try to execute this, getting below exception : (wt.folder.folderResource/5) wt.folder.FolderException:Object "TOP_PARENT" must be assigned to a folder. Kindly help me to solve this. Regards, Vivek Here is my task file, ========================================= <%@page language="java"%><%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%><%!static final String[] PART_NAMES={"TOP_PARENT","PARENT_A","PARENT_B","PARENT_C","CHIELD_PARENT_A","CHIELD_PARENT_B","CHIELD_PARENT_C","CHIELD_PARENT_D"};%><ie:webject name="Query-Objects" type="OBJ"> <ie:param name="INSTANCE" data="$(@FORM[]supporting-adapter[*])" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/> <ie:param name="GROUP_OUT" data="product"/> <ie:param name="TYPE" data="w
I would like understand how to record a serial number vs a date in effectivity. So how do you add an Effectivity Type other than a Date and the qualifier can be specific serial number. We are using Windchill 12.1
When using the Windchill REST API, I am limited to receiving only 25 records by default due to the stiptoken=25 parameter. However, I want to retrieve all the data, so how can I remove the stiptoken parameter via the API? Can you assist me with this?
Hello,I am using Windchill Risk and Reliability 12 and I want to create a FMEA report with values of different systems of a projekt. Is this possible or can a report only include values from one system?
While exporting the Windchill license usage report, people from other companies are being pulled in the report. What might be the reason?
Hi Guys, i am facing workflow stuck issue. it is not moving to next person for approval. image attached.please help. Thanks,Sandeep C.
Seeing this: are these exceptions related? [ajp-nio-127.0.0.1-8011-exec-7] Id=4eihs1v9;lr9djznj;5681;1wipac;6564, RequestURI=/Windchill/ptc1/comp/wt.pdmlink.PDMLinkProduct.infoPage, QueryString=ContainerOid=OR%3Awt.pdmlink.PDMLinkProduct%3A217906851&oid=OR%3Awt.pdmlink.PDMLinkProduct%3A217906851&u8=1&portlet=component, StatusCode=501, ElapsedSeconds=0.038191472 [ajp-nio-127.0.0.1-8011-exec-7] com.ptc.mvc.controllers.ExceptionController - message : Could not initialize class com.ptc.core.rule.server.delegate.init.RuleConfigurableTypeAttribute error:-------------org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.ptc.core.rule.server.delegate.init.RuleConfigurableTypeAttribute - org.springframework.web.util.NestedServletException [ajp-nio-127.0.0.1-8011-exec-7] com.ptc.core.components.beans.DataUtilityBean - CaughtException while processing
Need suggestion in below use case, please suggest if any OOTB option is available. Process Steps:1. We will create CAD document 'Type1' (actual cad part) in Creo and during Chek-in to Windchill, "Auto Associate Parts to CAD Documents" is selected so that WTParts are created in Windchill in Product1.2. We will create CAD document 'Type2' (reference part) in Creo and during Chek-in to Windchill, "Auto Associate Parts to CAD Documents" is selected so that WTParts are created in Windchill in same Product1.3. After Chek-in, on Details page of the CAD document, from the Actions menu, we click on "Build Associated Part" action to create Part structure (BoM). Requirement:1. CAD document 'Type1' should participate in the WTPart structure.2. CAD document 'Type2' should not participate in the WTPart structure (WTPart is still linked to CAD document but will not participate in the structure). What we already know:We know "Owner" link drives the structure and "Contributing content" l
Hello - Can PTC tell me if Windchill 12.1 supports using AWS s3 file storage in AWS GOV? Thanks, Ian Boulton.
We have some CAD Documents that have been renumbered with an appended "-O" before their file suffix, i.e. "12345.CATPart" renumbered to "12345-O.CATPart" to avoid conflicts during an old migration. When we add a CATProduct with this file in its structure to a workspace through a WGM on a machine with CATIA V5 installed, the downloaded CAD data is updated and the structure reflects the renumber when we open it in CATIA. However, when we add to a workspace through WGM on a machine without CATIA installed and attempt to open the file in Enovia, the structure does not reflect the renumbered objects and tells the user that there are missing files. This seems to have started after our upgrade to 12.1.2.6, though it's possible it was happening before and users just never reported/noticed it, as unlikely as that seems. Can anyone confirm that CATIA is required to be installed when downloading the content for the CAD data to be updated with the renumbered references?
Our company is running Creo 8.0.6.0 with WindchillStandalone Windchill via Chrome, no problems.Windchill window on Chrome, laptop computer, laptop display, no problems.Windchill window on Chrome, laptop computer, extended to second monitor display, display problem.On the Creo browser (Chrome) There is a second Windchill window appearing atop the first Windchill window. (See image) Also, if I am on the laptop screen and I drag the window over to the external monitor, then the problem shows up..
When viewing WC files using the add-in enhanced Windows File Explorer can displayed columns be locked in width? Locked in my preferred sequence from left to right?Said differently, whenever I look at my WC-managed files can the default display always look like this:
Hello, I need information on how we can create Program in Windchill using loadfile.
I am attempting to change the name and number of a WTDocument via SQL. It is my understanding that these values are shared across all iterations of a WTDocument and the values are saved in WTDocumentMaster. However, when I update the column of WTDocumentMaster, those changes do not reflect on Windchill. I also receive a persistence error when attempting to edit these documents via the UI. Is there any guidance as to how I can get the document name and numbers updated without causing issue? Thank you in advance
If i can have a family table with a code number registered for each instance in my ERP system, what is the best option for PDM: have a family table with every single instance and its code numbers, and use it with repeat region in the drawing; or just put a handmade table on the drawing?
Hello, Is it possible to retrieve groups and roles of a deleted user? Thank you.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0 Family file cannot be updated checkout Here are the errors that I facedIt could cause the family with ***.pattobecomeincompatible. Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0族文件无法更新checkoutHere are the errors that I facedIt could cause the family with ***.pattobecomeincompatible.
This is a share not a question. As you can tell, I am revaulting my system to enable automatic folder creation and move data to a new volume. I've opted to feed the beast on off hours by altering vaulting rules and then revaulting so as not to impact users during the day. I needed a query to estimate the size of the job I was kicking off by context so I can control it. I started with this query from knowledge base: How to find vault file name and location of all objects in vault for specific context in Windchill PDMLink I generalized to just give me a count but this only handles 3 object types, something was missing. Looking at HolderToContent table, I can see it was DerivedImage where most of my files are from which makes sense. Note this chart is in log scale so published content is about 10x everything else. Makes me want to consider flipping on publish as .pvz. Everything else is small potatoes so I did not include in my query so this gets the top 4 content items. I ran this
I am using Windchill Enterprise Systems Integration Release 12.1 and Datecode with CPS 12.1.0.0While Publishing the code, there is this ESI Error shows "Phantom CAD subassembly publication is not supported"Here are the errors that I facedESI Error shows "Phantom CAD subassembly publication is not supported"
Hello, I have an attribute loaded for the WTChangeActivity2, and I want to map the attribute for the associated resulting objects of that change activity using Alias attribute concept. Please let me know the feasibility of doing the same. Thanks in advance. Regards, Sha
I have created a one custom mvc tablebuilder which invokes through jsp page. this table builder displays on single wizard page. this table builder is not fitting into a popup window after displays table there is a lot of empty space.
When you check the changes on a model into windchill, a version with the corresponding changes is later accessible in windchill. But if you find out a few versions later, that you e. g. want a specific revolve back in a certain place, how can you pick that up from the old version? Because as far as I know, it is not possible, to check out the old and the new version at the same time. And if you use several workspaces, then you can check out both but not work on them at the same time. I can not just go back to the old version, because I want to keep the majority of the part version that is up to date.
Hi all, Can you help me on how to create a custom picker which can retrive all versions of WTParts in the picker?I want to use this functionality via custom jsp page, is there any way to do this?
I just added a couple of dozen files (~100k bytes each) to Windchill using the "drag and drop to Windows File Explorer" method.I can see these newly-added files in the File Explorer window that is enhanced by the Windchill add-in. However, I cannot see the newly-added files in the Windchill's "Navigator" HTML browser window. Is there a significant sync delay (hours?) between these?Refreshing the Navigator browser window doesn't make any difference. The files are still not visible after 2 hours. My internet connection is solid.
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.