Windchill
Recently active
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0I have created two webjects one is Search-Objects and another is custom webject. I'm passing the object id to the custom webject as input and I am getting the actual value as a output. But the issue is, in the output result only for the last object the custom value is showing not for others.
Hi Everyone, We have requirement that if someone select the REWORK voting then we have customised drop-down where we get the option to select resulting items for REWOK and it creates the new REWORK task so what happened when we create the New REWORK task with same affected and resulting item That time in Change Summary we get duplicate objects so do we have any way how we can avoid duplication in Change Summary
Hi All,Trying pass the attribute value on EPM Doc which comes from CAD file on a WTPart.First : Is it possible to pass attribute value from EPM to WTPart without customization.Second : Tried for Alias attribute, however the mapping goes from WTPart to EPM Doc. Any references would be of great help. Regards.
Version: Windchill 12.0 Use Case: People are downloading document from Windchill and they keep them in their local computer instead of downloading them again each time. this leads to error in document version?Description: we'd like to add an expiry date to documents downloaded from Windchill, making them unusable after a certain period of time.For example, if a production technician downloads a work instruction from Windchill, it would be unusable 24 hours after downloading.Is this possible in Windchill? thanks in advance
I am using Windchill PDMLink Release 11.1 and Datecode with CPS F000重新安排存储后,重新安排存储的历史记录里的条目数已经不再增加,但是显示正在执行,已经持续一周时间。1.希望知道重新安排存储的功能的执行逻辑。2.想咨询此种情况下是否可以重启服务器。 Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- After rescheduling storage, the number of entries in the history of rescheduling storage no longer increases, but it is displayed as being executed and has lasted for a week.1. I would like to know the execution logic of the function of rescheduling storage.2. I would like to ask whether the server can be restarted in this case.
Hi @Chris17 and other members, I am still getting the below error after following the steps. (Internal name is Mass in Windchill, Mapping is MSP:Mass, Solidworks parameter name is Mass). Incoming attribute(s) Mass ignored as they are not part of type definition for the soft type "WCTYPE|wt.epm.EPMDocument|com.gates.DefaultEPMDocument".Do we need to restart or clear cache? Appreciate your help in this regard.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0Hi all,I'm trying to create a button viewable after right clicking an object within the file browser. I'm not sure which model I need to edit in order to achieve this. I'd also like this button to interact with the API using the object OID to download the file, and after making changes with the file reupload the file in its place. is this possible?My main issues are I'm not sure what model I need to customize to achieve this and after I create the button in the model, I'm not sure how I can correctly hook my custom class to the button to do the Api interactions and the edits I need .
When opening a details TAB in the Windchill browser of Creo no visualization is displayed.Instead of that the following message is displayed:Install Creo View ClientStop Checking for new versionsBut nothing happens when selecting one of these.How can I solve this?I am using the chromium browser.regards,bert
Version: Windchill 11.1 Use Case: Application server required to be replaced. Hence, planning for rehost to a new server machine, indenting to use same data base.Description: Can we use existing data base [Reuse data base] for the rehosting? or data base need to be duplicated for the rehosting?What are the risks involved to reuse existing data base for rehosting Windchill to a new environment, if any?What is the best practice to achieve this use case?
I need to customize the column length for Wt part .I have followed the steps from this link -Customize column length . At the last step it has been mentioned that , we need to execute all those relevant queries in DB. My question is that do we need to manually execute those queries in database or Is there any ways that automate that execution.
Apache Tomcat all thread, sometime hangSocketInputStream.socketRead0 ,but cpu is very low。os Windows server 12windchill version 10.2 m230 Sometimes the CPU of the two front-end method servers is somewhat increased, but they do not perform gc at the same time. The same point is running this code SocketInputStream.socketRead0 。It is a system-level snow and does not involve specific operational functions. at java.net.SocketInputStream.socketRead0(Native Method)at java.net.SocketInputStream.read(SocketInputStream.java:152)at java.net.SocketInputStream.read(SocketInputStream.java:122)at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:312)at org.apache.coyote.ajp.AjpProcessor.readMessage(AjpProcessor.java:367)at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:118)at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
We have one person that can only access Windchill part of the time, when no one else in the Engineering group has an issue. The IT group has no clue, and we have tried almost everything. He tries to log in and the local access sign in just keeps popping back up. Any ideas or where we can see log in errors or rejection?
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.0We have a hyperlink attribute on which external URL is shown. We want a preview for the same URL.
Hi , Do we have api to get associated Change notice from WTPart ?
Hello,I would like to know what does the following options are doing:"WFDisplayProEAttributes=false" and"WFDisableNonProEIBAs=true"saved in cadxcommon.properties. ThanksKristof
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS22I dont see the WBM in the Wthome/utilities folder. I want the Windchill filter based extraction to extract dataset from Windchill. How to get WBM?
Version: Windchill 12.0 Use Case: We have two enumerated attributes we use together. On a Type we have spent a lot of time entering a list of rules on the cascading attributes tab. We would like to reuse this logic on another Type. There seems to be no way to Export /Import this rule set. Does anyone know a way to do this?Description: We have two enumerated attributes we use together. On a Type we have spent a lot of time entering a list of rules on the cascading attributes tab. We would like to reuse this logic on another Type. There seems to be no way to Export /Import this rule set. Does anyone know a way to do this?
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
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.