Windchill
Recently active
Version: Windchill 12.1 Use Case: I'm attempting to throw a warning message to users when they hit "Complete Task" from a workflow activity when specific criteria is hit, with the goal being that the message is thrown once and then can be bypassed.Description: I have created a class on the application server called WorkflowHelper that has a private instance variable that gets initialized (if not already) whenever any workflow starts. It has a HashMap associated with it that stores the Change Task number as a key with a boolean "warnings thrown" value to indicate whether the warning message has been thrown once or not. The issue is that the code executed during the workflow transitions to set the boolean value to "true" once the warning is thrown is not saved to memory until either the workflow is terminated or the activity is completed. This causes the warning to be continually thrown during the activity and never properly updated, and also prevents the user from bypass
Version: Windchill 11.2 Use Case: I am facing issue while updating password in IBM cognos configuration. It gives me error messages like below. Description: I am facing issue while updating password in IBM cognos configuration.It gives error messages like below. Launching a JVM using 'Maximum memory in MB']Successfully launched a test JVM with the memory setting of '8192'. Note that this does not guarantee that the IBM Cognos service will start and run successfully. To see which JVM options are based on this setting, view *****_location/bin64/*********_<OS>.xml and see your JVM documentation for an explanation of those options. [Authentication Service][ ERROR ] The server did something wrong.[ ERROR ] AAA-AUT-0016 The function call to '***********' failed.[ ERROR ] CAM-CRP-1095 Unable to find the encryption certificate with alias 'encryption' in the keystore '/************/reporting/configuration/certs/**********'. ['*********LDAP'][ ERROR ] AA
Hi @vdegaonkar , I want to know the possible reasons behind - If suppose we have multiple workers are configured with separate queues and if multiple jobs are there in ready state to publish but all jobs are going to one worker only when other workers are up and running and it results into concurrency issue in BGMS in server status page. And it happens sometimes not regular. So , Could you please share the possible reasons about this behavior of queues and worker.
Version: Windchill 12.0 Use Case: I want to set a lock on Change Notice creation page to check if user is adding appropriate partsDescription: I'm using the below code to get affected objects but i'm getting list size as zero. public class CustomCreateChangeNoticeFormProcessor extends CreateChangeNoticeFormProcessor { @SuppressWarnings("unchecked")public FormResult doOperation(NmCommandBean arg0, List<ObjectBean> arg1) throws WTException { for (ObjectBean bean : arg1) {if ((bean.getObject() instanceof WTChangeOrder2)) {WTChangeOrder2 ecn = (WTChangeOrder2) bean.getObject();System.out.println("ECN : " + ecn.getName());String softTypeECN = TypeIdentifierHelper.getType(ecn).toString(); List<NmOid> affectedItemList = bean.getAddedItemsByName("changeNotice.wizardImplementationPlan.table");System.out.println("List size 1 affected: "+affectedItemList.size()); List<NmOid> affectedInitialItemList = bean.getInitialItemsByName("changeNot
How can I find the real WTPart relationship of the drawing part of an EPM document through a reference? I am obtaining the EPMReferenceLink ID of the data with the Drawing Reference through the REST API, but I don't know what to do next. Normally, I directly capture the WTPart relationships via PartDocAssociations using the EPMDocument ID, but I get multiple WTParts, and for some parts, I cannot select the actual part. Can you help me with this?
Version: Windchill 12.1 Hello, I want to automatically create a Promotion Request for the documents reviewed within the Change Review. I have achieved this with the code shared below. However, since I have not defined any workflow process in the Promotion Notice, no workflow starts. For this, I reached the method shared below. However, I cannot figure out how to obtain the WfProcessTemplate. I have the name and ID of this template, but I couldn't retrieve the template using them.Code for creating the Promotion Request: wt.pom.Transaction trx = new wt.pom.Transaction(); wt.change2.WTChangeReview changeReview = (wt.change2.WTChangeReview) primaryBusinessObject; // Retrieve the container from the ChangeReview object wt.inf.container.WTContainer container = changeReview.getContainer(); wt.inf.container.WTContainerRef containerRef = wt.inf.container.WTContainerRef.newWTContainerRef(container); // Retrieve the affect
I pass the value to the Delete-object query in InfoEngine in a loop. If an object is successfully deleted, the loop moves to the next value. However, if a value fails to delete, the loop exits. I need a solution to ignore any failed deletions and continue to the next value, ensuring all values are processed through the loop
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0HelloWe would like to know if OCI (Oracle Call Interface) autonomous serverless DataBase is compatible with PDM v12.1.we face some issues like creating unstructured index xml (Oracle fatal error)ThanksBest regardsHere are the errors that I facedOracle fatal error: unstructured index xml
Version: Windchill 12.1 Use Case: I want to create a Document with Windchil REST Services 2.5. I used the PTC Document Management Domain with POST /Documents.Description: By using the Body of the example from Creating a Document (ptc.com) { "Name": "TestDoc1", "Description": "TestDoc1_Description", "Title": "TestDoc1_Title", "Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:48788507')" } i recieveError: 403{ "error": { "code": null, "message": "Windchill type is not instantiable" } }Any ideas that can help?
Hello Team,Is this any way to get the latest version iteration data list for the Windchiill object I am using this query and it gives me latest for all the Version I am looking for only latest version values see the screen shotfor example if I have part of version A,B,C then I want only C version dataselect WTPartMaster.WTPARTNUMBER "Number" , WTPartMaster.name as "Name", wtpart.VERSIONIDA2VERSIONINFO ||'.'|| wtpart.ITERATIONIDA2ITERATIONINFO as "Version" from wtpart, WTPartMaster where wtpart.IDA3MASTERREFERENCE = WTPartMaster.ida2a2 and WTPartMaster.wtpartnumber = 'W-00002' and wtpart.LATESTITERATIONINFO = 1;
Hi @avillanueva, Requirement : Get associated change notice of last released version of part. I know that to achieve this we would need below joins but I need API to fetch this programmatically From Part get changeRecord then get changeTask then use wt.change.includedInIfc class to get Change Notice. So could you please help me for API
When I go to open something by windchill EPM Document Details opens with another browser not by Microsoft Edge how to solve this , it is opening by chrome , was already windows I put to leave default Microsoft Edge but even opens by chrome
I am working on adding a custom widget to Windchill PTC. The widget's functionality is to export user stories to another application with the click of a button.We have already implemented this functionality in IBM DOORS. I am attaching a reference video and am attempting to replicate the same functionality in WindChill PTC.
I am using Windchill PDMLink Release 10.2 and Datecode with CPS F000 About the renaming of drw or prt files in winchill:1. After renaming these files through API, winchill page, Creo client, the renamed records are saved in which database tables;2. What is the mechanism of renaming? Do the madefromlink table and indentitychangehistory table save the renamed records?3. What is the relationship between renaming and version number?-----------------------------------------------------------Translated the topic from Simplified Chinese to English using google translate - Subject - 关于winchill中drw或者prt文件的重命名问题咨询Body - 关于winchill中drw或者prt文件的重命名问题咨询: 1.通过API, winchill页面, Creo客户端对这些文件重命名后,重命名的记录分别保存再那些数据库表中 ; 2.重命名的机制是怎样的,madefromlink表, indentitychangehistory表是否都会保存重命名的记录 ; 3.重命名跟版本号是怎样的关系 ; - By Community Moderation Team-----------------------------------------------------------
Version: Windchill 12.1 Use Case: How to check WTPart if which is don't have parent using Info-engineDescription: How to check WTPart if which is don't have parent using Info-engine
To manufacture our products, we need access to our work instructions stored in Windchill PLM.But in the event of a computer problem, when Windchill is no longer accessible, we're stuck.Is it possible to program a daily export few specific files from Windchill to a local folder on a file server? thanks in advance
Version: Windchill 12.1 Use Case: creating recipe overlays so that different 3dpdf templates can be used when publishing CATIA product and partsDescription: I have read the help documents on recipe overlays and understand the mechanism to invoke them in the publishing rules, but theres no instructions on how to create an overlay, is it just a recipe file with only additional or changes recipe options you want that then gets appended to the original recipe, or does it replace the original recipe and therefore should contain all the options in the original recipe?
Version: Windchill 11.0 Use Case: Windchill in our customer; methode server cann't start with error: "ORA-01017: invalid username/password; logon denied".Description: We are using Windchill PDMLink Version 11.0 M030/Oracle 11Since last week, CAD Creo users cannot/slowresponse access to the server. First I was check via status server >> average response time (red).Then, I restarted Windchill services (WC shell ; Stop >> Start).But in this point, windchill methode server cann't start back to stopped status in services.msc windows. Users can not acces anymore (Service unavailable).We checked log,result at screenshot below :Next ,we checked the DB server ( we use separate server for DB Oracle).Storage almost full,then we extended storage tablespace.Then we try again to start the Windchill,but unfortunelly it stills no started.Do you know what happen? Server manager likes hangUp! methodserver fails to start.Information in log :We follow the resolution CS125275 be
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2Windchill performance advisor does not have the transmitted data Windchill is configured to send. The test transport reports that it was successful but I can only see a few license reports in the performance advisor tool. No other reports are present.
Version: Windchill 12.0 Use Case: Wcadmin account removed from all license groups except License Exclusion per CS329469. Description: After removing the wcadmin account from all groups except License Exclusion, I cannot open files in Creo. System says user is not authorized. I had to add wcadmin back to the PTC Windchill Advanced and PTC Creo Data Management and Visualization licenses to work in Creo. When I did, it used one of each of those licenses. What does the License Exclusion really do for an account like wcadmin?
Hi @HelesicPetr, @Hari_Vara & @Hari_Varadh, Version: Windchill 12.0 Use Case: Used case: Add preference "include.genericname.with.instance=Yes" in the wgmclient.ini file. But due to this it is appending generic name for each and every instance of Family Table.Description: Add preference "include.genericname.with.instance=Yes" in the wgmclient.ini file.But due to this it is appending generic name for each and every instance of Family Table. Expected output: If Family Table instances having more than one top-generic only in this case it should append the generic name in instance.
Dear @DKWc, I encounter this problem that visualization failed with warning "Child lost connection to parent". Has your issue been fixed now? If so could you please kindly share your experience and solution? Thanks a lot and waiting for your reply. Allen
Can some one give me insight of how many objects can we load using Windchill bulk migrator in a ideal situation(like hardware, network speed and other factors are optimal).I want to know how many number in objects load can we accomplish per day, for the below category:1. CAD(EPMDocument)2.Non-CAD(WTPart,WTDocument).Total objects to load is 850K objects(among them, 350K is CAD)
When I tried to create a new Dynamic Document from a DITA template, I did not find any button/action item that allowed me to create a Dynamic Document. Is some kind of add-on required to get this functionality?
Looking for a way to upload and download DITA files into Windchill that does not require Arbortext.
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.