Windchill
Recently active
It's been a few years since I had to do look into this.We have a Change Notice that is a Workflow at the Org level. The OIR calls out the lifecycle and Team Template.The team template has no uses or groups in the roles (it's at the Org level).What is happening is that all the Roles in the workflow at the Product context level are being populated with everyone in that same role in the product context team.I created a new OIR at the Product context and it calls for a new Team Template with just a few people in the roles but it still populated everyone from the Product context team?If I reset the team it does the same thing - everyone.What am I missing here? Thanks.
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.111. After running the revaulting process, there were still entries left in the database. Re-running revaulting, however, does nothing to the remaining entries.2. The cache vault directory contains 11 000 items, and neither scheduled synchronization nor forced synchronization reduces this number.
Version: Windchill 12.1 Use Case: Creating family table instance for existing solidworks generic sldprt. existing Generic have revision B.1, Family table created with Revision A.1Description: Hi Community,want to maintain the Revision for Generic and Family table instances with same revision,Here one of user take generic Cad part of solidworks which existed in C.1 version and user created family table instance for that CAD Part and checked in new family table was created as A.1 version.this there is mismatch of parent generic CAD and Family table instance here. So we wanted to maintain same version of generic CAD part in family table instance CAD part.Is it possible in Windchill? this need any customization? or any preference management OOTB options available?please help.
Hi Guys,Can we use the loader to create an attribute name that we can add to the selected WT part? Regards,AJ
Hi All, I'm tyring to catch event when windchill user login into system so I have used below API its not trriggered in WC-12.1 versionSessionUserAuditEvent.LOGINany new API's available? Thanks,VR
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.0We are working to get the Windchill Asstored BOM From Data Base or API But we are not able to Achieve the information, From the database Asstored BOM We able to get but Child Revision information not available. Please guide us to get the Required Information.
Good evening,I'm having trouble understanding the process of updating an IBA of an EPMDocument.I'm trying as it follows:attributes.put(attributeName, attributeValue);PersistableAdapter epmObj = new PersistableAdapter(epmDoc, null, null, new UpdateOperationIdentifier());epmObj.load(attributeName);epmObj.set(attributeName, attributeValue);EPMDocument obj = (EPMDocument) epmObj.apply();PersistenceHelper.manager.modify(obj); However I didn't get any changes on the attribute itself. I'm guessing that in this case I need to checkout the EPM and do the changes on a working copy of it to persist the changes.However reading the documentation and other topics I haven't found a clear flow to check-out--> set the attribute and then check-in the object. Can someone give me a hand on this if possible? Thank you kindly for your support
I'm working on enhancing our PDM web services in Windchill to allow updating the "Exemple" attribute of Customer Items.Specifically, we need to create a new web service method that can update this attribute for Customer Items in the "Created" state. The service should support both full and partial updates of the "Exemple" attribute.Does anyone have a solution for this,Thanks
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?
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.