Windchill
Recently active
New installation of SOLR 13.0.2.4 here. Its in and I have it running on RHEL 9, on a NFS mounted folder like I always have done. System is running SELinux in enforcing mode. I copied my solr.service from my other systems (since I used the same paths) but its not working and cannot figure out way (but it sources sooo familiar). I am able to use my install user and start/stop it perfectly, no issues. When I try to run this using systemctl, no joy. I need another pair of eyes on this. Service definition: [Unit] Description=Windchill Solr Index Search After=network.target [Service] Type=forking RemainAfterExit=no PIDFile=<installpath>/SolrServer/solr/bin/solr-<port>.pid ExecStart=<installpath>/SolrServer/bin/Index_Search_Server.sh ExecReload=<installpath>/SolrServer/bin/Index_Search_Server.sh stop ExecReload=<installpath>/SolrServer/bin/Index_Search_Server.sh start ExecStop=<installpath>/SolrServer/bin/Index_Search_Server.sh stop User=
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0We want to use the LoadFromFile utility to load "Option Groups", "Options" and "Choices" in Windchill PDMLink but need the supporting documentation as guidance (for us, it is not found in the location mentioned in the KB Article)From the KB Article: The Power System Demo Data has examples of XML load files for Option Groups, Options and Choices in the following directory \Windchill\loadFiles\ato\demodata\power_systemAdditional information about possible object loading can be found in the csvmapfile.txt located in the following directory \Windchill\loadFiles\See the section in the file under #--- ATO: loader --- . This section will list the csv elements for all objects that can be loaded
- Raw Materials Aluminium (24 in total)Aluminium Dimension (18)Cannot select directly the node Aluminium (18 wtparts). But I can select the subnode Aluminium Dimension and go to the Wtparts classification results from this subnode. For the Aluminium node (the parent), the only way i could get access to thoses 18 wtparts plus the 18 of aluminium Dimension , was to select select Search button near of Hide Image. Is there another way to select this node directly ? Why do I need to do an extra click to get access of thoses wtparts classified in Parent node?(view in My Videos)
Documenting this error since I did not see any posts or articles related to it and my memory stinks so I will forget about it in a month. Testing publishing in a new instance, RHEL 9.2 running SELinux so yeah, anything strange, always check your audit logs. Here is the error I saw: Jun 26, 2025, 4:15:36 PM:Unable to submit job to worker Jun 26, 2025, 4:15:37 PM:Problem copying all files via ftp java.net.BindException: Permission denied Jun 26, 2025, 4:15:37 PM:Drawing Processing Returned: $ERROR$ Problem copying all files via ftp java.net.BindException: Permission denied Jun 26, 2025, 4:15:37 PM:Attempting to delete temporary workspace publish5061078035387182999tmp. Jun 26, 2025, 4:15:37 PM:Done deleting temporary workspace publish5061078035387182999tmp. Jun 26, 2025, 4:15:37 PM:CadAgent Returned: $ERROR$ Problem copying all files via ftp java.net.BindException: Permission denied Worker starts up fine, connects and I even see a folder get created in the transfer folder on my CAD
Hello,I’m developing a custom application in C# to integrate with Windchill. My goal is to:List the projects shown under "Recent Projects"When a project is selected, display the related objects such as WTParts, WTDocuments, EPMDocuments, etc.I have already found and listed the Recent Projects via SQL (likely using the Project2 table and related filters), but I have not been able to identify how to retrieve the associated content (e.g. WTPart, WTDocument) linked to each project.Could you please help me with:How to get WTParts, WTDocuments, or other content linked to these Recent Projects?Whether there is a specific table or join that I should be using in SQL?Or alternatively, is there a REST API (WRS) endpoint that provides this data?I would greatly appreciate any guidance or documentation on this.Thank you in advance.
Hello,I created a custom ClassifiedObjects.json configuration for the ClfStructure domain so as to return more properties than the defaults provided by Windchill. REST / OData Version we are using: windchill 2.2.2 REST Services NOTE: we are talking about this type of query, for instance GET [host]/Windchill/servlet/odata/v3/ClfStructure/ClfNodes('CT11101010')/ClassifiedObjects?$count=true All is fine except for the mapping of an internal field whose internal Windchill type is: com.ptc.core.meta.common.FloatingPoint Since we are dealing with a "Real Number" (as stated in the Windchill GUI) I expect this to be mapped as a "Double" or "Single" like so: { "name":"StockQty", "internalName":"INVENTORY_ARTICLE_STOCK, "type":"Double"}, However, using both Double or Single datatypes will yield the following server response: { "error": { "code": null, "message": "The value '(Unassignable)' is not valid for property 'StockQty'." }} Mapping the pro
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2单组织跟Active Directory集成,调整为多组织跟AD域控各分支分开集成疑问解答1、现有系统单组织跟Active Directory的顶层OU集成,同步更新所有分子公司的用户到Windchill的单组织下2、先需要基于多组织,Active Directory怎么根据各子公司树分支OU的用户同步更新到对应组织下
Hello,I'm currently trying to analyze the "Recent Projects" section in Windchill using SQL queries. So far, I’ve identified the Project2 and PlanActivity tables. However, I’ve encountered some inconsistencies:The Project2 table returns around 25 records without any filters.When I apply the filter statecontainerTeamManagedInf = 'RUNNING', the count drops to 21.However, the "Recent Projects" UI only displays 15 projects.This suggests that additional filtering may be applied internally, but I haven’t been able to identify the exact mechanism yet.Additionally, I need to retrieve the related documents, WTParts, or EPMDocuments linked to these projects, but I haven't found a clear way to do this yet.Here are my main questions:Is there a specific SQL table that directly reflects the "Recent Projects" displayed in the Windchill UI?How can I find the WTParts, Documents, or EPMDocuments that are linked to these projects or plans?Is there a WRS (Windchill REST Services) API endpoint that returns
I have a WTDocument substype in that I have made one soft attribute and need to get WTDocument subtype based on the soft attribute value, what have created. How to query based on that soft attribute using queryspec and queryresult through code,
package ext.utility import wt.associativity.EquivalenceLink; import wt.change2.WTChangeActivity2; import wt.change2.WTChangeIssue; import wt.change2.WTChangeOrder2; import wt.change2.WTChangeRequest2; import wt.doc.WTDocument; import wt.epm.EPMDocument; import wt.epm.structure.EPMDescribeLink; import wt.epm.structure.EPMMemberLink; import wt.epm.structure.EPMReferenceLink; import wt.fc.Persistable; import wt.fc.PersistenceHelper; import wt.fc.PersistenceServerHelper; import wt.fc.QueryResult; import wt.maturity.PromotionNotice; import wt.method.RemoteAccess; import wt.method.RemoteMethodServer; import wt.part.WTPart; import wt.part.WTPartAlternateLink; import wt.part.WTPartDescribeLink; import wt.part.WTPartUsageLink; import wt.query.QuerySpec; import wt.session.SessionServerHelper; import wt.util.WTException; import wt.util.WTPropertyVetoException; import wt.vc.VersionControlHelper; import wt.vc.wip.WorkInProgressHelper; import wt.vc.wip.Workable; import wt.workflow.work.WorkItem; p
hi @BjoernRueegg , I have use case while create Part need to move different folder i am using managerService.addEventListener(partListMoveListener, PersistenceManagerEvent.generateEventKey(PersistenceManagerEvent.POST_STORE)); //for movewt.folder.FolderHelper.service.changeFolder((wt.folder.FolderEntry) part, folder); but getting Error ""Cannot move XXXXX because Object "XXXXXX" must be assigned to a folder"". I checked target folder is coming with destination folder. please help on that Reference topic: https://community.ptc.com/t5/Windchill-Customization/How-to-listen-to-event-while-moving-object-from-one-container-to/m-p/876767#M1828
Version: Windchill 13.0 Use Case: We're evaluating the eBOM/mBOM/work instructions in Windchill. What's the workflow when updating an eBOM?Description: We're evaluating the eBOM/mBOM/work instructions in Windchill. What's the workflow when updating an eBOM? You can easily compare an updated eBOM with your mBOM, but what kind of tools are available for the work instructions? With the part allocation you can see newly added WTParts currently missing from the process plan, and with the inconsistency report you can see which parts have been removed. But is there an easy method to tell which illustrations needs to be updated, because parts have been revised and geometry has been updated? Is it possible to update alle illustrations/images automatically without having to open them one by one in Creo Illustrate?
Basically, there is a workflow where at one task (after completed) the user has to choose between 3 different routes in a list. What I would like to do is have one particular route as the default (radio button is always on this route unless user specifies otherwise). The other 2 routes are optional (used less frequently).It looks like Windchill's default is to select the first radio button.Is there a way, in the workflow, to set the default (radio button) to that one specific route?
I have installed Creo Parametric 11.0.3.0 and Creo Parametric 10.0.7.0 along with Windchill Workgroup Manager (WWGM) 13.0.1.1. I am looking to integrate WWGM with Creo Parametric 11.0.3.0 and register it with a new server to enable seamless interaction and functionality.Steps already completed:Creo Parametric 11.0.3.0 is installed on my system.Windchill Workgroup Manager 13.0.1.1 is installed and configured.I have previously integrated WWGM 13.0.1.1 with SolidWorks 2024 and AutoCAD 2024, but they are not functioning properly.Issues:Integration with Creo Parametric 11.0.3.0: I need to complete the integration of WWGM with Creo Parametric 11 and register it with the new server.SolidWorks 2024 & AutoCAD 2024 Integration: These integrations are not functioning as expected. I am experiencing issues that block my daily activities, and I need assistance with resolving them.Additional Information:Operating System: [Provide your OS details, e.g., Windows 10, 64-bit]Windchill Workgroup Manag
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030CADBOM As-stored Filter not applied to Level-2 child part modelsHere are the errors that I facedI have a CADBOM till Level -2 child model parts. To view As-stored CADBOM, On EPMDocument Structure tab, i selected top-level assembly and applied As-stored Filter, but the as-stored filter is only applied for level-1 immediate child objects, not for the level-2 child parts. Level-2 child parts are displayed with latest working copy. need support on this. i want to view the all levels with As-stored applied
I am using windchill 13.0.2.0 mpmlink windchill 13.0.2.0 REST services and Datecode with CPS N/AI am Trying to call /Windchill/trustedAuth/servlet/odata/v7/MfgProcMgmt/CheckOutOperations suing rest api but giving error 403 I am able to checkout operation using postman but not in restpassing auth token as well as CSRF with useridtriied with /Windchill/oauth/servlet/odata/v7/MfgProcMgmt/CheckOutOperations still the same issue
Version: Windchill 13.0 Use Case: Does this work for Windchill 13?: https://www.ptc.com/en/support/article/cs140710?_gl=1*bu67r5*_gcl_au*MTc5NTY0NDYyMi4xNzUwMDY3MzU4LjE3ODIyNDExMjkuMTc1MDY3MDgxOS4xNzUwNjcwODE5*_ga*MTc0NDMxNzc3Ni4xNzUwMDY3MzU4*_ga_7NMP2MSYPM*czE3NTA2Nzk3MjUkbzkkZzEkdDE3NTA2ODM2NTckajYwJGwwJGgwDescription: I'm trying to embed the Approver name in CAD document Windchill Workgroup Manager with WC13 and Creo 11, it does not update the Approver Name and date on the drawing after the release. Is the support article out of date?
Reference topic: https://community.ptc.com/t5/Windchill/What-are-pros-and-cons-to-set-up-multiple-organizations-over/m-p/166436#M19670 Do you think "...the migratory configuration to accurately configured multiple organizations are not worth the expense in all likelyhood. Out of the box product and library templates are the worst enemy for transition to multiple organization system." still applies? We are in a company of 6 (5 in Windchill) companies. We have 1 org and 5 products (where each product is a context and each one is for a single brand). We realistically could be split into two groups. We are starting to encounter configuration issues where one group really needs certain settings only available at the org level. Those settings conflict with the other company. I have proposed splitting us at the Org level. I am a young Windchill Admin but I have read a lot of the docs. We are on 12+. It looks conceptually simple to split off a new org. What coul
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.12On one set of Creo is mounted another set with flexibility to use variants (2 options).When we check-in in Windchill using a variant it archives the 2 options duplicating the Assembly.How can we make it archive the chosen flexibility option without duplicating the assembly?
Windchill is researching how our customers share data and collaborate with their suppliers, the challenges they may be experiencing and how the process can be improved. If you are interested in discussing your experiences with a PTC researcher, please sign up here.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.1.0I am trying to learn on external enum value list, need some Help with an example I'm working on. Trying to create an Attribute with a material of high concern and a propriate CAS number when I edit a WTPart, I've managed it with Global Enum and I want to explore it with External Enum value list I've done it so far with Global Enums as a dropdown menu i select Substance Name and CAS number is selected automatically when i edit the partIn the Manage Types I ve created reuired Attributes like Substance Name and the CAS number and put in an Enumareted Value Listfurther in the cascading attributes i Ve created a rule where each substance is connected to its proper CAS number, that is no problem when it is few relations but exhausting when you have 500 substances so I'm thinking to do it with External Enumerated value list where i just create a xml file with the proper substances and CAS numbers which can be later e
Could you please advise if there is a way to enable ‘Export to Excel’ functionality for Standard Profiles? I can export License Profiles to Excel but don’t see the same option available for Standard Profiles. Is this feature restricted, or can it be enabled through permissions or configuration?
The suggestion is, to have different symbols for different 'not up-to-date' states.This would help a lot!
Does Windchill Smart Platforms support CATIA V5?Are there any reference materials available, such as videos or documents? Thanks in advance.
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.4Creating new variant part (steps followed):1) Create configurable BOM (Parent BOM)2) Create required option and choices3) Create Option Set and map choices4) Assign Option Set to a container5) Create Product Family6) Create Product Model7) Create Managed Vairant Specification😎 Assign Configurable Module to Product Family9) Request Deliverables from above Variant Specification.A new variant is created.Update variant specification based on configurable module changes1) Add few components to configurable module and check/in.2) Use action Request Deliverables in Variant Specification, to propagate changes to Variant part.This is not working, variant specification is still pointing to previous iteration of configurable module.How to reflect changes in configurable module to variant spec and then to variant?Here are the errors that I facedNot applicable
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.