Windchill
Recently active
I developed an application in C# that retrieves information through a REST API from attachments, references, WTUser, and representations based on the EPMDocument idA2A2, except for WTUser. Later, I started encountering timeout issues with these APIs. The interesting thing is that when I switch the method server console to full screen, the timeout problem disappears, and this only happens with the APIs I mentioned. There are no issues with connections like WTPart. Is the reason for this that I am trying to process these APIs consecutively, or is there an issue with a setting related to EPMDocument in Windchill? Because, as I said, when I make the method server full screen, the timeout problem goes away. Should I try restarting the server?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0I have added an IBA attribute (string type) on both WTPartDescribeLink and WTPartReferenceLink. I can view it but a can't change his value.I can't change the interface so that it shows me the attribute when creating the link WTPart-WTDocument
Version: Windchill 12.0 Use Case: We are implementing Windchill QMS modules and utilizing PTC QMS Domain API Version 6Description: Recently installed Windchill QMS packages via PSI on Windchill 12.0.2.13 We are unable to load the default QMS via the loadFile utility:"Invocation of wt.inf.template.LoadContainerTemplate.createContainerTemplate failed with the following argumentskey = TARGET_CONTAINER_KEY value = wt.inf.container.ExchangeContainer:3No objects were imported due to the error.Problem in export/import process.Nested exception is: wt.util.WTException: java.lang.reflect.InvocationTargetExceptionNested exception is: java.lang.reflect.InvocationTargetException Error loading data from file.data file = <D:\PTC\Windchill\loadFiles\qms\QMSContainerTemplates_AUDIT.xml,D:\PTC\Windchill\loadFiles\qms\QMSContainerTemplates_AUDIT.xml>map file = <null,null>token separator = <null,null>method = <null,create>user = <null>Command line = <{User=, Password=
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0Hi There,user can’t upload file to Windchill in Creo. These files exceed 1GB, can you get the PLM to help?Here are the errors that I facedHttp upload failed
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.0It seems that the path for the Temp mount in Windchill has suddenly changed, causing issues with the file storage path. Based on our investigation, it appears that incorrect mount settings are preventing files from being created properly or leading to abnormal file paths. Could you help us identify the root cause of this issue?Here are the errors that I facedmethod server log:ERROR : wt.fv.master - Error in doDirectDownload. Root cause: wt.fv.FvFileDoesNotExist: java.nio.file.NoSuchFileException: E:\FileVaults\vaults\defaultuploadrootfolder5\00000005692c04중첩 예외: java.nio.file.NoSuchFileException: E:\FileVaults\vaults\defaultuploadrootfolder5\00000005692c04
Version: Windchill 11.1 Use Case: I am completing a reliability analysis using the MIL-HDBK-217 FN2 Parts Count calculation model. At the system level, I am using Method 1, Case 1 with calculated MTBF values. All parts are uploaded to Windchill R&R and verified that they are classified appropriately.Description: When calculating the system reliability, multiple parts return in a magenta/pink color after the calculation is complete. At first I thought this was due to them having a 0 failure rate, however not all highlighted parts have a 0 failure rate. Does anyone know why parts are highlighted in this color when preforming the calculation. I looked through the contents of the help website, however could not find an answer.Thanks.
Version: Windchill 12.0 Use Case: We're looking at a one time migration from one 11.0 system to a new 12.0.2 system, EPMdocuments onlyDescription: Does anyone have an prior experience on using this for this kind of use case?There are multiple options but I'm most curious about the Windchill import/export of containers option.I have a theory it will fail if there is CAD data used across multiple containers but nothing really addresses that in the PTC support information. I know PLM Connector and Packages are other options, If you have experience with using Packages for this, I welcome any input on that as well.Mostly trying to get a feel for how well these worked out(or not) for others.
Is it possible to get the CSV file of the URL link of the email that is sent from the Data Monitor in Power Automate? I enter the URL link and put in the Headers the Basic authorization, but it does not work. Is something missing in the settings? I use the same URL link and Headers settings in Power BI to get data from a web data source and it works.
I Added all the part structure and its associated CAD into the workspace, i able to do checkout, but not the check-in.is there any api to do check-in the CAD Object in workspace.
Hi everybody.My Promotion Request workflow has a Review Task where the author can select one or more reviewers to do it. In case of multiple reviewers, all of the votes are required to continue the workflow.In the Review TaskI have the following routing expression:Vector v = new Vector();v.addElement("Approve");v.addElement("Reject");v.addElement("Rework");Vector vResult = wt.workflow.work.WfTally.any(self, v);if( vResult.contains("Rework")) { result = "Rework";} else if ( vResult.contains("Reject") ) { result = "Reject";} else { vResult = WfTally.all(self,v); if( !vResult.isEmpty() ) { result = (String)vResult.get(0); }}This is default, I think, just to set the result to Rework or Reject when there's one of these votes in a multiple reviewer situation.But what I want is complete or finish the pending Review Tasks automaticaly when there is a vote for Rework or Reject. If one reviewer already rejected or set for rework the objects, I don't want the other reviewers wasting time checking
WINDCHILL 11.1 M020-CPS12I am facing one strange issue is windchill functional behavior with some data. Sometime its behave correct sometime not.When i am loading or opening assembly in windchill, components of the assembly is not displaying correct version/iteration. Filter AS-Stored is already applied on assembly but the displayed components are not as per applied filler and as soon as i open the filter window and click on OK as-stored filter get applied and then components started displaying correct version. Note: happing with some data sometime. Assembly after loading displaying 00.1 version as highlighted. Also you can see filter is already set to AS-STORED, but components display is wrong.Wrong iteration display filter is already set Now i clicked on ok button from previous filter window and components set to as-stored and started display correct version 01.1.
Hi Guys,I create a Promotion Request for the approver and reviewer after they complete that details are updated in Drawing but it's not re-publishing i saw the previous version only. How we can resolve this, Regards,Amir
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1Digital Product Traceability established between Windchill and Codebeamer. OSLC connection is based on Thingworx. So each time a user want to add trace in Windchill she/he has to enter Thingworx login information which is unapplicable in customer's case.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.4we need exclude the one or more windchill Document type from office worker to converting the PDF
Hello community gurus, Have you ever found an API to get structure filter definition? I haven't been successful. I need to read the structure filter definition in my own table but I can not find any possibility to do it till now. Any help or hint is appreciated PetrH
Hi all, I'm working on a Part request creation form and I need to find a way to create a composite attribute including * 1 text field (ie: manufacturer part name) * 2 objects references (ie: manufacturer and datasheet)Those 3 informations can be added one or multiple times Currently, I have defined 3 sets of 3 attributes inside a Document soft type, create a heavily customized version of WTDocument creation wizard, but I can't neither handle file attachment properly nor handle a fourth (or more) set of data. My idea is to have an extra custom object that store 3 different inforamtion and add a multi-valued attribute inside Document soft type to store it.Below a screen shot of current wizard (datasheet upload does not work) Thanks all for your suggestions.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.5After AD configuration users are not reflecting to the participant
Hello. Is there such a way to hide or disable No Content for just one subtype? Windchill 12.0.2.Thank you in advance. Reference topic: https://community.ptc.com/t5/Windchill-Customization/Hide-Primary-Content-field-in-WTDocument-subtype/m-p/854046#M2087
Version: Windchill 12.0 Use Case: while loading preference at organization level, it is getting created at site level as well.Description: Below is the preference file:<NmLoader><csvPreferenceCategory handler="wt.preference.LoadPreference.createPreferenceCategory"><csvname>Preference</csvname><csvparentName>Parent Name</csvparentName><csvdisplayName>Preference name</csvdisplayName><csvdescription></csvdescription></csvPreferenceCategory><csvPreferenceDefinition handler="wt.preference.LoadPreference.createPreferenceDefinition"><csvname></csvname><csvvisibility>ORGANIZATION</csvvisibility><csvcategoryName>Preference</csvcategoryName><csvdisplayName>Preference name</csvdisplayName><csvdescription></csvdescription><csvlongDescription></csvlongDescription><csvdefaultValue/><csvhandler>com.ptc.windchill.enterprise.preference.handler.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.6We want to enable confirmation pop-up (OK or CANCEL) by selecting reject routing option in workflow.Here are the errors that I facedHow to enable confirmation pop-up instead of warning message?
I have a Requirement like thisI need to update an existing WTDocument that is attached to a deliverable within a plan activity. The update involves the following steps:Replace the currently attached WTDocument with a new one.Set the newly attached WTDocument as the primary attachment to the previous WTDocument.Link the newly attached WTDocument as a child document to the previously attached WTDocument.Please help me solve this requirement.
Version: Windchill 12.0 Use Case: I have a requirement to create a Mutlivalued picker for a IBA in part creation page. When user clicks on the picker it should open the custom JSP page in which user enters some data , this data should get populated in the picker textbox and and need to get persists when user clicks finish .Description: I have created Picker using PickerInputComponent and MultiValuedInputComponent using datautility and returning the MultiValuedInputComponent from getDataValue method. I have encountered two problems with this approach . 1. Data is not getting persisted in the DB .2. when I clicked on Plus button it is rendering one more Plus button instead of minus button as show below.Please help me how to get the value persist in DB and and to get the Minus button. Below is the code I used : HashMap<Object, Object> pickerConfigMap = new HashMap<>(); ArrayList<AttributeInputComponent> listOfInputCo
I am currently upgrading from Windchill 11.1 to 12.1.<Procedure>(1) Install Windchill 11.1 (also install WindchillDS)(2) Install WindchillDS for Windchill 12.1 (use the ver.11.1 installer)(3) Install Windchill 12.1(4) Run Windchill 12.1 UpgradeManager<Problem>In the "Check supported upgrade paths" step of UpgradeManager, I was expecting ver.11.1 to be displayed as the "Source system version", but ver.12.1 is displayed instead. (Ver.12.1 is also displayed as the "Target system version")If you know the reason why ver.11.1 is not displayed as the "Source system version" and if you know how to fix it, please let me know. ------------------------------------------------------------------Translated the text from Japanese to English using google translateSubject - Windchill 12.1 UpgradeManager does not recognize "Source System Version"Body - 現在、Windchill 11.1→12.1 へのアップグレードを行っています。<手順>(1) Windchill 11.1 インストール (WindchillDSもインストール)(2) Windchill 12.1 用の WindchillDS をインストール (ver
Version: Windchill 12.0 Use Case: Iam trying to set up windchill Dev environment in eclipse. Description: As per Windchill customizers guide, when I follow the instructions after the File Sync set up., The Windchill Shell input is like this., D:/windhcill/windchill/bin/ant -f tools.xml eclipse_project I had seen the help before and executing the step "Run the eclipse_project task", which is above. The problem I face is : Instead of creating the "eclipse" folder in D:/windchill/ the script has created in D:/ It has created the folder D;/eclipse/cust_windchill_src My question: Before proceeding , I wanted to check if this is an issue. Awaiting your valuable guidance. Best Regards Hari
Version: Windchill 13.0 Use Case: SCO Solutions Premium Platform What exactly does this product contain? We purchased SCO Solutions Premium for the DPT case of PLM ALM OSLC. Should subsequent PLM users purchase SPN-CPE5559-F- ThingWorx Navigate View?Description: SCO Solutions Premium Platform What exactly does this product contain?We purchased SCO Solutions Premium for the DPT case of PLM ALM OSLC. Should subsequent PLM users purchase SPN-CPE5559-F- ThingWorx Navigate View???
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.