Windchill
Recently active
Version: Windchill 12.0 Use Case: Installed CPS 12.0.2.26 Try to Stop Windchill Service (e.g. for backup purposes) Description: When I try to stop Windchill service within "Services" or by running 'sc stop "PTC Windchill"', it would not stop correctly. In "Services" I get an Error 1053: 'sc stop "PTC Windchill"' just reports "STOP PENDING", but nothing more (no additional error message). After around 4 minutes, the service finally stops, but I guess, that windows just terminates all corresponding processes after a certain time. MethodServer.log reports several [Servlet engine stop] wt.system.err - WARNING: The web application [Windchill] appears to have started a thread named [xyz] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: I updated JDK vom 11.0.13 to 11.0.30, but nothing changed.
Version: Windchill 13.1 Use Case: for a new version of a tool we provide, we want to create a custom page with multiple tabs. currently we used classic simple html / javascript - but we want to upgrade to mvc components to maintain more the "windchill ui look"Description: at first I thought about using a custom wizard.a wizard has in general multiple tabs - but the concept isn't really matching as the tool should have tabs for different manage actions / checks. wizards reflect more a step by step process.I'm looking for a way to build a page like the windchill object detail pages.For tool I'm planning about 5 fixed tabs. each tab would have multiple tables, radios, checkboxes and input fields.Any suggestion how to achieve this?thanks in advance!
Hi members, Are you all aware of any code to auto republish failed jobs in windchill ?
Can anyone let me know the advantages and use case for using "Program" Context. I'm unfamiliar on their use case.
Hi Guys, I successfully created a rule using a watermark .ini file and added it at the site level. I tried adding it at the org level, but it’s not showing up. However, I don’t know how to apply it at the organization level. Regards, Aj
Hi Guys,After integrating with AutoCAD 2023, I was able to open the Windchill file in AutoCAD without issue, but when I attempted to save it as Auto Check-In, Check-In or Save, I received this error. Regards,Amir
Version: Windchill 12.1 Use Case: Open a Windchill folder and click 【Export List to CSV】.The exportTable.jsp wizard opens with a wizardStep Add a custom validator before the standard export processing:return UIValidationResult.newInstance(var1, UIValidationStatus.DENIED, UIValidationFeedbackMsg.newInstance( "Error message", FeedbackType.ERROR)); The validation message displays correctly in the wizardStep popup.Click OK on the message dialog.Expected Result: After acknowledging the validation message, the wizardStep popup should close safely without JavaScript errors.Description: When adding a custom validator to Windchill’s standard “Export List to CSV” action,the validation message displays correctly in the wizardStep popup.However, after clicking OK in the message dialog,the wizard does not close properly. The browser console logs the following JavaScript errorwindchill-all.js:1556 Uncaught TypeError: top.finishServerSideExport is not a function at PTC.exportTable.exportTa
Version: Windchill 13.0 Use Case: I have noticed it is possible to allocate the same part instance object into multiple different parent part instances.Description: In reality, this would never happen. It should only be possible for a part instance to be allocated into one parent part instance. Does anybody know if it is possible to prevent Windchill from assigning a single part instance into multiple different parent part instances?
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.4windy.MiscLogEvents has 19M records and DB has gown 100% in size in the last 3-4 months. CS178198 states to contact support if >10M records. Need assistance cleaning out the table and fixing maintenance routine to auto-purge.Here are the errors that I facedNo errors; just table size issue.
Millions of files and there is bound to be some errors. 6 in fact which blocks me removing an old vault. They are all "public_params.xml" files that show up in the vault but will not move. I ran WTContenVerify and it reports back Business object missing. So I get that I have a valid FVItem but the object its tied to is done, a Derived Image. Some related articles on this topic: https://www.ptc.com/en/support/article/CS121641?source=search https://www.ptc.com/en/support/article/CS110809?source=search https://www.ptc.com/en/support/article/CS280885?source=search It sounds like I have to prune the FVItem, Holder2Content, ApplicationData related to these entries. Anyone been down this road before? Tips appreciated. Was hoping there was a WinRU to fix this.
Version: Windchill 12.1 Use Case: Custom action on the right click menu of Part Structure Page.Description: Created a custom action on right-click menu of PSB, after selecting multiple parts available under PSB and clicking the action I want VR oid of all the parts selected but getting OR oid in the form processor.
Version: Windchill 13.1 Use Case: I want Suggestion box under create layout of subtype of part Description: Actually while i am going to create subtype of Part Suggestion box is not coming simple Textbox is coming Suggestable class is not triggering .
Hello Team, I need to retrieve a list of checked-out objects and open tasks assigned to a disconnected User ( User left the org).Please give suggestions Note: I don't want to use participate admin--> select disconnect User. Thank youKumar B
Version: Windchill 12.1 Use Case: Searching for the latest document in Windchill Desktop Integration in officeDescription: The DTI feature in MS Office, for us rarely open as a list of documents, so we use the search feature. The standard search setting is though to show all revisions of a document. This clutters the output and easily gets users to chose the non-latest revision. Where can this preference be set?
How do I get the folder ID? Right now I am trying to use the Windchill REST Services site where it generates the request and response for you. I assume that under the data administration domain you can get folders from a container using /Containers{'ContainerID'}'/Folders but it seems like none of the folders show up when I provide the ContainerID for an organization. Windchill Version 12.1.2.0 and REST API 2.5
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0Unable to create As Stored BOM in Windchill (Using EPM MemberLink Relaiton - InfoEngine API)Here are the errors that I facedLatest Revision of the child EPM Document shows up even when the specific revision is passed at the child level in the BOM.
Version: Windchill 13.0 Use Case: Using the + sign on multi-valued attributes with enumeration or pick list is an awful UX design. Has anyone built a data utility or interface JSP to populate using drop down checklist or a multi-select check list (like the type manager has). Description: when selecting multiple values for an attribute, there is a + (plus) sign to add another row to pick more values. All other interfaces in the world (including type selection in the search ) us pull-down checkboxes, or pick list has anyone already built the customization to do this that can be easily plugged in. (Hopefully would be universal to handle any attribute)
Version: Windchill 13.0 Use Case: We are trying to use this Default Trace code in Edit Layout instead of Edit Common Attribute layout to make some Automation. and we are using listern to catch the value which check in, as this is not possible to Edit common attrbute alyout as object will not get checkout and chekcin. so i want to remove that Attribute from Edit Common attribute layout. any one know how to remove from Edit Common attribute Layout ?Description: We are trying to use this Default Trace code in Edit Layout instead of Edit Common Attribute layout to make some Automation. and we are using listern to catch the value which check in, as this is not possible to Edit common attrbute alyout as object will not get checkout and chekcin.so i want to remove that Attribute from Edit Common attribute layout. any one know how to remove from Edit Common attribute Layout ?
I have created a data utility on an attribute which opens a jsp when clicked. Now in this jsp i've created a wizard and added a wizard step. In the wizard step I have 2 table builders, so when i click on the Ok button i want to get the selected objects. But I'm unable to call a form processor on this wizard.
Version: Windchill 11.2 Use Case: I want to remove the content link association between a WTPart and EPMDocument via API , basically my requirement is to remove all the association of cad for perticular part and break the link not deleted the object in actual but remove it from a perticular part and break the link and till now I've successfully been able to remove owner link but I'm not able to find any related API to remove the content link so if you know anything about it please let me know.Description: I want to remove the content link association between a WTPart and EPMDocument via API , basically my requirement is to remove all the association of cad for perticular part and break the link not deleted the object in actual but remove it from a perticular part and break the link and till now I've successfully been able to remove owner link but I'm not able to find any related API to remove the content link so if you know anything about it please let me know.
When I go into WindChill it shows me logged in for a second but then the message "plm.epdm.army.mil says : You do not have access to this object or it does not exist." I am then kicked out of the website and unsure who/how to contact for support. I checked My Access ePDM and all my access is still approved and up to date. I've been using WindChill with no issue for 3-4 months now until yesterday when this issue fist occurred.
Version: Windchill 13.0 Use Case: When doing a BOM transformation there is a error on the Equivalent usage information has not been retrieved. Why does this appear and how can this be resolved?Description: When doing a BOM transformation there is a error on the Equivalent usage information has not been retrieved. Why does this appear and how can this be resolved?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.16https://www.ptc.com/en/support/article/CS49345....report from article is not providing result as expcted.....for guest role not shwoing all members
Hello,I'm a new Windchill admin. During our setup, we created some attributes that we wanted required on parts and assemblies documents. The intention is that engineers will fill out these attributes for every design. The problem is that now those attributes are also required for templates (even though they are in a different Context), which defeats the purpose. If I fill in the attributes in the templates, then those attributes will probably be left with the default and not updated by the engineers.How can I set those attributes to only be required in one context? Right now CAD Documents and WTparts have constraints for Enumerated Value List and Required. I can Add Conditions to these constraints and choose Context as the "Driver Attribute". I've been putting in the name of the Context where I want the attribute required, but this doesn't work. It ends up not being required anywhere, like the condition is never being met. Is the Context name not the right way to identify a Context? I
I've got a Creo CAD assembly in Windchill that is linked to a WTPart using the Owner link. The part structure will successfully build. The problem is that for some reason on the CAD page, the "compare to part structure" button is grayed out. On the WTPart page, I am able to get the comparison. I've checked for failed placements, and that doesn't seem to be the issue as the structure will successfully build. I've tried unassociating the WTPart and reassociating it. I've tried checking out the CAD model regenerating, saving, and checking back in. I've even tried suppressing everything and then checking back in. The compare button continues to be grayed out. Any ideas how to resolve?
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.