Windchill
Recently active
Hello We have Customized BOM Management in that we are facing issue to get the non-latest version Structure. When the new object is added to the latest version it will show in the non-latest version also by default windchill functionality to overcome this we have to take baseline before revise the cad objects.ArticleArticle - CS388641 - Latest version of child part is shown on older version of parent part on structure tab in Windchill PDMLink (ptc.com)As per the article we tried baseline and filter to the older version.We could not be able to get it via code, whenever we tried to download a non-latest version. we get the latest structure only.Help us with a code to get the filtered structure.
Hi, I have process plan and operations with Manufacturing view. There are parts allocated to operations, in structure allocated part shows design view. How can we see default view as manufacturing in structure tab for allocated parts ?Is there any preference can be use to achieve this?
Hello, I know that we can drive values of a parameter based on the option value populated, I wanted to know if it is possible to update the choice of an option based on the parameter value?. Please pour your thoughts. Thanks.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 14In a customization (BOM Bulkload) we are transferring BOM data from SAP to Windchill.Some of those requests take very long (up to 1h) and some of them are even failing – see details below. This results in data sync Issues between and Windchill and SAP and has a severe impact for Windchill end-usersHere are the errors that I facedSymptomsThe BOM Bulkload is using following OOTB method to re-create links between the top-level part of the BOM and the associated (Described By) documents:PartDocHelper.service.createPartDocDescribeLinks(part, documents);Some of the requests take very long (up to 1h) and some of them are even failing with an exception and stack trace below.Stack Trace:2024-02-12 15:31:20,184 ERROR [SAPBOMQueue.PollingThread] ext.continental.wise.core.clms.creator.BillOfMaterialCreator Administrator - Message: Resource bundle/Message key = wt.pom.pomResource/101 ErrorID:12 wt.pom.ConnectionLostException: A datab
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS16We are reviewing security concerns throughout our systems...Are we able to update Apache to 2.4.58 running 11.1 M020-CPS16?
I want to report the number of objects in ECN. I want to make this count if possible. Is it possible? I did something similar, but it doesn't give numbers and also writes objects over and over again.
Hi,I am new to using Windchill REST API, therefore, I'm just playing around for now.But I would like to know how to GET all the xml documents from a specific folder. How can I do this?I tried the following:eg.GET /DynamicDocuments$filter @odata.type eq #PTC.DynamicDocMgmt.DynamicDocumentError:"message": "The system query option '$filter' has the not-allowed value '@odata.type eq #PTC.DynamicDocMgmt.DynamicDocument'."
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS24When i used "Import from Spreadsheet" after the validation, nothing happens.In this particular case, i need to add the Service View on the existing parts, the validation it's fine but then when i click on finish and i search the new view on Windchill nothing happens.The strange thing is that i don't have any errors.
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS12Owner column of table EPMASSTOREDMEMBER is used for what? How as stored configuration and data store in Windchill database.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2Can we Designate (and Lock) the PTC ootb parameters For Creo Parametric (Like PTC_WM_MODIFIEDON, PTC_WM_REVISION etc). So that, we would like to use these parameters for downstream Processes. We would like to know the following conditions:1. Can we Designate and Lock these OOTB Parameters2. Would it be a Configuration or Customization3. Are there is consequences if we Designate these OOTB ParametersHere are the errors that I faced--
Attribute Internal Name Name: ProjeAdiEnumaration Internal Name: ProjeAdiEnumaration Value:Internal Name: AProject, Display Name: A ProjesiInternal Name: BProject, Display Name: B Projesi wt.change2.VersionableChangeItem chg = (wt.change2.VersionableChangeItem)primaryBusinessObject; com.ptc.core.lwc.server.PersistableAdapter obj = new com.ptc.core.lwc.server.PersistableAdapter(chg,null,java.util.Locale.US,new com.ptc.core.meta.common.DisplayOperationIdentifier()); obj.load("number","name","theCategory","ProjeAdi"); IRNoVar = (String) obj.get ("number"); System.out.println("IRNoVar = "+IRNoVar); IRAdiVar = (String) obj.get ("name"); System.out.println("IRAdiVar = "+IRAdiVar); IRKategoriVar = (String) obj.get ("theCategory"); System.out.println("IRKategoriVar = "+IRKategoriVar); IRProjeAdiVar = (String) obj.get ("ProjeAdi"); System.out.println("IRProjeAdiVar = "+IRProjeAdiVar); In notification mail IRProjeAdiVar display name is Project NameThis code was written
I created a new Report and it returns the correct data when I run it. When my users run it, they get nothing returned. The users do have access to all of the resulting objects that I see in the report. Is there something I need to do elsewhere in Windchill to get the users to see the output that I see as the Admin?
Hi All @HelesicPetr I have a custom table(in a wizard popup by a custom action) which collects all the required dependents of the main EPM and lists them. In the table, I need to have a new column to display the Reference Type between main EPM doc and the dependent EPM doc.I tried data utility but I'm not able to get the main EPM doc into data utility as it's called only for each dependent doc. My requirement is to have a column for Reference Type where each component(row) displays their reference with the main epm Doc as shown in the attached pic. Any idea or workaround?
I am using Windchill PDMLink Release 12.1.2.6.Why is the timestamp off from what is in the SQL database to what is presented in Windchill? I do not know what the database is using for the time zone since it is 3 hours off from EST right now. So that isn't even UTC time. I have a task that in the database is showing created December 9, 2023, 12:16 AM and in the interface it shows 2023-12-08 19:16 EST, which is only 3 hours and not the standard 5 for UTC.I am trying to setup metrics using Metabase and this is throwing averages off on some items.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.7Can you define a calculated attribute for type "Uses Occurrence Attributes"?For the type "Uses Occurrence Attributes" I've tried to define a calculated attribute of type String (see attachments). However, when looking at the Occurrences table no value is displayed for this attribute. I wonder if it is in general possible to use calculated attributes for Uses Occurrence Attributes.
Hello, I wanted to understand how we can do ISO checks for BOM and how to get access to different ISOs. Requesting you to shed some light if you can, as I cannot find much information about the same. Thanks.Sha
Hi, I am trying to retrieve a document ID by using the Document Name to look this up. Does anyone know if this this is possible? I am trying to do this through the OData REST APIs - my thoughts where essentially 'Get Documents' but then I need to somehow pass in a URL parameter to say where name = 'xyz' .Does anyone know how to achieve this?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.1.1I Need to integrate the Windchill with Polarion Integration for Windchill.For Reference:-https://extensions.polarion.com/extensions/339-polarion-integration-for-windchill#prettyPhoto
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.8Hi,User not able to promote the object.Getting the error message as:Error while trying to promote PDMLink objects : Master exists more than once: XXXXX.asmThere is no WT Part availabel for the assembly.Could you please help to fix the issues.Thanks in advance.Thanks & Regards,BalakrishnanHere are the errors that I facedError while trying to promote PDMLink objects : Master exists more than once: XXXXX.asm
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0We need to set up a copy site in a different place, how do we do it?
Hi Team, I have unable to access the Power BI report from Windchill qml report. I tried to access error message " string reference not set to an instance of a string. parameter name: s" is occurred. If without sso system url able to access. Any one known this behavior? Winchill Version: 12.0.2.13. Power BI Version: 2.124.2028.0 64-bit (December, 2023)
I am a site administrator, and when I try to edit my profile and add myself to an organization the 'find' is greyed out. I am trying to create a product, but I am not a part of the organization, or an organization administrator so I am unable to create a product. I know I read somewhere also where you can set a setting to anyone can be a creator, so if someone knows where that is that would also be helpful. Windchill 12.1.2.0
Since moving to Creo 9.0.7.0, from 9.0.5.0, about 10 days ago, we have noticed an increase in inactive workspace issues when logging in after the weekend or just overnight. We have been on Windchill 12.0.2 CPS10 since last November with 9.0.5.0 and did not see these issues until we switched to 9.0.7.0. Has anyone seen this issue?
Intralink 9.1 M050Hi Gang,May be a basic question, but the CM group is pretty much on autopilot here and I never have to deal with this aspect of the process/solution.My CM resource accidently "Approved" an ECR and she wants me to set the state back to "Under Review" so she can "Reject" it this time.I am full blown orgadminAny insight?Thanks,David T. Francis
Is there any way possible to integrate Adobe sign into windchill to gain digital signatures on word documents which will the be primary content.?
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.