Windchill
Recently active
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.2Windchill Desktop Integration is crashing the windows explorer after Windows 11 proposed update to:Edition Windows 11 ProVersion 22H2OS build 22621.963Experience Windows Feature Experience Pack 1000.22638.1000.0System Type 64-bit operating system
I'm working on an event handler that will check when a part has it's 'Common Attributes' updated. Has anybody figured out which event those actions trigger? I've tried a handful of those out of PersistenceManagerEvent but they don't seem to be the right ones.
Hello together, I am struggling a little with the incomplete Windchill API docu. I search for an API to get the EndItems for a specific product container. Anyone any idea how to do this? Thanks in advance
Hi All, I see a load of errors in my BMS similar to below, not always the same jar file either, the path looks incorrect and I cannot find where this path is obtained or stored so I can go check it,Anyone seen this or know where the path variable is stored?? ERROR [commonScheduleQueue.SchedulingThread] com.ptc.wa.analyzer.util.JarHelper Administrator - Exception trying to process jar file : D:\PTC\WW112\Windchill\codebase\content3rdParty.jar : D:\ptc\WW112\Windchill\D:\PTC\WW112\Windchill\codebase\content3rdParty.jar (The filename, directory name, or volume label syntax is incorrect)
Looking to implement the XPLM Integrate2 Client software that integrates Altium Designer to Windchill. We have implementation in our Test environment that partially works when creating Windchill objects from Altium/XPLM. XPLM is able to successfully create the WTPart in Windchill with auto-number generator for the PCB Part with no problem but fails to create the Schematic and the Project documents with an error stating that the auto-number generator failed with the following error which, of course, should be correctable by updating the OIR : "PlmError: Unable to generate next number for CAD document. Please check number generator configuration in Windchill" Problem is, we do not know which Windchill Type and OIR is being referenced/called by the XPLM Integrate2 Client. Does anyone else have experience with this? I am trying to work with XPLM Support but so far I have not been impressed. We're going to try enabling every DEBUG logger we can on the Windchill side
OOTB, the CR only waits on the Change Notice completion if the user acknowledges their creation of the change notice. Functionally, the process continues since the the change notice is created and the user can proceed one. I know its a training issue but the CR workflow is halted until the user completes a task and could impact resolution dates. Do others have this problem and how have you solved it?
I want to find out what Windchill offers in terms of using the OSLC standard?I’d like to explore how to program the libraries/APIs to use OSLC. Can you get this information to me?Basically, I’d like to probably just come up with a simple application that performs a get and put using the library. Ultimately, I'm looking for a simple OSLC application that programmatically pulls data from one application and deposits it in another application. I'd like to use Windchill and/or Cameo to accomplish this.Do you have a program for me that does this? The following videos do not demonstrate how to communicate programmatically. They also rely heavily on the "Advanced REST Client" and "Jazz Services" which I am not concerned with at all!My Main Questions are: Can you tell me where the library interfaces are? Can you point me to any examples? What languages are available for the libraries? How do I compile the examples straightforwardly?What else should I know or be asking? Thank you
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0I created a new Subtype of the WTPart Object in Windchill, called 'Design Part'. With that I created a simple BOM with about 4 empty Objects, simply to test it out.Now I am trying to change a BOM in Design view to Service view, however whenever I try to create a new downstream view of it, in the Service Associative Part Structure Browser, I get an error saying: ATTENTION: Downstream cannot be created. There is no valid relationship constraint between parent type 'Design Part' and child type 'Design Part'. And it does not work. When I try to do it with a WTPart, then it works just fine. So how can I create a downstream view with my subpart.Here are the errors that I facedATTENTION: Downstream cannot be created. There is no valid relationship constraint between parent type 'Design Part' and child type 'Design Part'
We have a Business process where by 2 hange Notices are required, the second will be started manually when the first is approved. I have a workflow activity at the end of the 1st CN to create a 2nd CN, I have used the "Create New Change Notice" task form template, which didint work as subject class is Change Request, so I made a new task form template and chose the Change Notice as the subject class and added "New Change Notice" as the Action on subject, but I dont see any action, has anyone had any success creating task form templates to create a new Change Notice?
Hello, I have a requirement where I need to configure email notification being sent at the end of a change notice process to certain non-windchill users, the issue here is the list of email ids are not static for every change notice. It differs from object to object, the list will be determined by the creator of Change Notice at the time of its creation. There could an IBA configured to capture the list of email ids, but I want to know how we can send an email to this list, is it only possible through code or can we configure something in the Notification robot to achieve the same. Requesting you to shed some light on the same. Thanks,Sha
Hello Community, Is it possible to use the system variable JAVA_HOME in the Windchill settings (site.xconf and thus also wt.properties, etc.)? We have an automated update process that updates Java every three months. This also changes the path to the JAVA_HOME directory every time. Many greetings
Where do we specify starting of the number or prfix In autonumbering customization for Windchill ? i.e. I want numbers to start 230010x (x being incremented every time) Thx
Hello, I have a workflow activity which gets assigned to multiple roles, lets say RoleA and RoleB. My requirement is whenever Rework was selected by any user in RoleA, RoleB's activity should get closed and Rework path must be taken. Only in case of Approval, both roles needs to vote. Background Information:i) The activity is of type Any and Required field is selected.ii) I introduced the WfTally APIs in routing expression, but they do not seem to be executed when one role completes the task. Regards,Sha
I am working in a top level assembly & respective drawing. The changes are pretty simple.But there are few sub level assemblies are coming as failed due to their component placement (Released state),...So, when I fix them locally (Workspace) & try to check-in the assembly & drawing, it gets successfully check-in but the drawing pdf (Auto created by Windchill) showing the incorrect placement of few parts from failed sub level assemblies.Now, I want to fix this issue without revising the failed sub level assemblies. So that I can get the correct drawing pdf (as per local modifications that I have made). Do you have any solution to tackle this issue?
Getting Following ERROR but not generating any logs for that.EBUG : com.ptc.windchill.migration.wbm.util.ReconcilationHelper - Query to be run - SELECT staging.SEQUENCENUMBER AS SEQUENCENUMBER FROM INT_WTDOCUMENTVERSION staging WHERE staging.MIGRATED =50 AND staging.SEQUENCENUMBER IN (SELECT A278.SEQUENCENUMBERFROM INT_WTDOCUMENTVERSION A278INNER JOIN INT_WTDOCUMENTMASTER A71 ON A278.MASTERREFERENCE=A71.SEQUENCENUMBER WHERE A71.BATCH_ID=1)DEBUG : com.ptc.windchill.migration.wbm.util.ReconcilationHelper - Releasing Connection from staging QueueDEBUG : com.ptc.windchill.migration.wbm.util.ReconcilationHelper - Connection added back to queueDEBUG : com.ptc.windchill.migration.wbm.util.ReconcilationHelper - Connections with Staging database after releasing one Connection 15DEBUG : com.ptc.windchill.migration.wbm.util.ReconcilationHelper - Getting ConnectionINFO : com.ptc.windchill.migration.wbm.util.ReconcilationHelper - Total Connections with Staging database are: 15DEBUG : com.ptc.windch
Our approach is to increase the revision only if it is a product change. When it is a change in the model, for example regarding formulas/conventions/ reference points on the background, we do not want to increase the revision. How to deal with this? Best Practice?
Hi. Have you figured out how to do this? I have the same issue. RE: post
Hi, is there REST API available to get all parts from windchill which will fetch only given specific view type? Below is the url i was using but it gives me error, please provide if anyone knows the solution. URL : "http://......../Windchill/servlet/odata/v1/ProdMgmt/Parts?$filter=view eq 'Design'" Errror : "error": { "code": null, "message": "The property 'view', used in a query expression, is not defined in type 'PTC.ProdMgmt.Part'." }} Thanks in advance.
Hello there, I want to create local attribute for EPM document but I cannot create local attribute for EPM documents even though i added columns (using Add columns in windchill shell), but i can create local attribute for WTPart and Documents using Add columns, is there any way to customize the creation for local attribute for EPMDocuments or we cannot create local attributes for EPM documents???
There are too many references between the data and I think I have too much garbage data. What do you think I can do? is there a way for me to remove references from past versions? Thank you very much in advance. I'm talking about CAD data.
I just happened to be flipping between my dev server and production and notices something odd. I was missing teams for change notice and change request. Now Dev is straight OOTB 12.0.2 and my production has been updated since version 7 back when we used CMII workflows. Its not too difficult to rebuild but wondering if there was an upgrade step along the way that remove them or was it me accidentally deleting them. I could not tell you when it occurred. Checking OIR rules, I can see that it was looking for a team called "ECR" for change requests and "ECN" for change notices. I do not use these OIR rules at the site level, workflows or lifecycles so nothing failed. It would fail if it tried. All my mapping is done at the Org or product level. ECR was tied to CMII Change Request lifecycle and ECN was tied to CMII Change Notice lifecycle. From what I can tell, all lifecycles and workflows exist, old and new.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.7Recently we updated production license but frequently the license administration page showing old license, users are unable to login.After restart of windchill services new license start appearing once again. Similar issue we reported one week before. Old PTC Case: C16732274.
One of my clients are going for a CMMC 2.0 Audit for their implementation of Windchill so that they can bid on military contracts that require data stored in CMMC compliant PLMThey need to get this audited and reviewed by March 15. They are looking for insights/details about the FIPS implementation for WRR.Is it FIPS 140-2 complaint? Which module is PTC using in WRR for FIPS encryption and is it one of the listed validated FIPS module?https://csrc.nist.gov/projects/cryptographic-module-validation-program/validated-modules
Hello everybody, I am trying to make my first steps in creating publishing rules but I am not really sure what to do. Actually I am using this .xml code. <?xml version="1.0" encoding="UTF-8"?> <rules xmlns="http://www.ptc.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ptc.com PublishRulesSchema.xsd" > <authoring-application name="PROE"> <additional-files name="standard_files"> <file type="dxf" display-label="DXF" default="true" output-prefix="dxf"/> </additional-files> <publish on="checkin" additional-files="standard_files"> <param-set-ref name="Additional Files Post Publish for Released Document"/> </publish> <publish on="create-representation" additional-files="standard_files"> <param-set-ref name="Additional Files Post Publish for Released Document"/> </publish> <param-set name="Additional Files Post Publish for Rele
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.0.1How to Close out outdated tasks in Windchill Application.Can you please advise how I can close out these outdated and no longer relevant tasks under the Windchill > Publication Library > Tasks?Here are the errors that I facedHow to Close out outdated tasks in Windchill Application.Can you please advise how I can close out these outdated and no longer relevant tasks under the Windchill > Publication Library > Tasks?
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.