Windchill
Recently active
I have parts saved in Windchill and I have a parameter that stores the customer's part number. However, sometimes there are cases where the same part is used for many different Customers. Is there a good way to associate a list of customers who use the part and the given part number that they have assigned our part? There is something similar with Supplier Part Management. Is this a good option? Set up the customer as a supplier? After I do this is there any way to create a query of this data so that I could retrieve a list of customers and their corresponding part number for a single part?
Hello,Can anyone help on how to add the default project attribute "Number" in the Title of the Project that by default shows only the Object type and the Name?See the picture below:Thank you in advance.RegardsJohn
I have written datautility extending AbstractDataUtility but textarea is not visible in table builder.Code is as follows.public class AttributeTextAreaDataUtility extends AbstractAttributeDataUtility { public Object getDataValue(String component_id, Object datum, ModelContext mc) throws WTException { super.getDataValue(component_id, datum, mc); TextArea textarea = new TextArea(); TextArea textArea = GuiComponentUtil.createTextArea(1, 2, 3 ); //textArea.setColumnName(AttributeDataUtilityHelper.getColumnName(component_id, datum, mc)); textarea.setValue(getAttributeDisplayValue(component_id, component_id, datum, mc)); textarea.setReadOnly(true); textarea.setWidth(40); textarea.setHeight(5); //textarea.setName(component_id); return textarea; } private static String getAttributeDisplayValue(String attributeName,String componentId, Object datum, ModelContext mc) throws WTException { Object raw_val = UtilityHelper.getRawValue(attributeName, datum, mc); String value = UtilityHelper.getSt
Hello, Is installing Windchill 11.2 supports Windows 10 os possible?
I have Windchill set to automatically create WTparts upon check-in of the CAD parts from a user workspace. Our default version for new parts is A, but sometimes we want them in Windchill at 0. When that happens, we revise the part in the user workspace to version 0 and then do the check-in. However, the WTparts are being created at version A, not version 0 of the CAD parts. For version A parts this is fine. Is there a setting in Windchill that will create the WTparts at the same version as the CAD parts at initial check-in. I suppose if we added the extra step of doing an Associate before the revise, then we could get everything to version 0 first, but that is an extra step, prone to error that I am trying to avoid. Creo 4 m080 Windchill 11.0 m 030 CPS16
Hello All I have a requirement to configure SSO for Windchill using Kerberos, if any one has done it can you share possible steps and documentations please.
Hi, I have bought licenses : 12 PTC Author, 10 PTC Contribute and 4 PTC View. However, on the Composer (Navigate) side, they are only : 10 PTC Author, 10 PTC Contribute and 10 PTC view questions: 1. How can I synchronize Windchill with Composer (Navigate) to have a good number of licenses? 2. On the Composer side (Navigate) I cannot assign any license even though it indicates 10 as available. 3. On the Composer side (Navigate): Is it necessary that the ptc_navigate_author licenses be assigned to a group of licenses, for example ptc_navigate_view or ptc_navigate_contr? Thanks for your help, I am new to Windchill and Composer (Navigate) Version Windchill : 11.1 M020-CPS02 Version ThingWorx : 8.5.1-b90
Ok, this crap is driving me freakin crazy!I have users both in the US and in India that are receiving this error when trying to check in objects into the system. So of course having no clue as to what this meant other than it has the word java in it, I proceeded to let tech support try to help. They came back to me with the following change that they say needed to be made in Oracle:I had IT execute this in the system and it completed successfully, but yet the problem still remains....H....E....L....P!!!!!!!!
Hello, I have created a new custom table in SQL server to which I should populate certain data through code. I have written the sql query in code for that, I need to know how I can execute the query so that I can see the entry getting reflected in the database. Please let me know how I should proceed. Thanks and Regards, Hari R
For a few workflows I've created methods to set an object's attribute (one for String, one for TimeStamps) which have worked great over the past few years. I have a new requirement to set an int's value. I created a new method and changed the input attribute to accept an int. When I call the method, i get an odd error telling me I've violated the limit constraint. The value I'm sending is 2 which should not cause any issues. wt.system.err Administrator - com.ptc.core.meta.container.common.ConstraintException: The value for Number Of Cavities must be between -9,223,372,036,854,775,808 and 9,223,372,036,854,775,807, inclusive. The method i have is the following public static void setAttributeValue(WTObject pbo, String IBAName,int IBAValue) { PersistableAdapter obj; try { obj = new PersistableAdapter(pbo, null,Locale.US, new UpdateOperationIdentifier()); obj.load(IBAName); System.out.println("Attribute " + IBAName + " value is " + IBAValue); obj.set(IBAName,
Hi, I have a list of parts and I want to get WhereUsed objects of them. As the data is very big , its taking too long time. so I want to implement multi threading . This is my code : for(WTPart part:setofparts) { /*ArrayList<Object> objectsList=new ArrayList<>(); objectsList.add(new HashSet<String>()); objectsList.add(new HashSet<String>()); objectsList.add(new ArrayList<String>()); getPartStructure(part, objectsList); dataMap.put(part, objectsList);*/ } private static ArrayList<Object> getPartStructure(WTPart part,ArrayList<Object> objectList ) { try { ArrayList<String> set=new ArrayList<&
I get the below popup when I try to start the queueThe logs say2016-09-20 07:16:25,842 INFO [ajp-bio-8010-exec-6] wt.system.err wcadmin - *ERROR* Failed to start Queue(WfPropagationQueue), state STARTING timed out2016-09-20 07:16:25,845 INFO [ajp-bio-8010-exec-6] wt.system.err wcadmin - *ERROR* Failed to start Queue(WfPropagationQueue), db state is STARTING2016-09-20 07:16:25,845 INFO [ajp-bio-8010-exec-6] wt.system.err wcadmin - Services defined on this node: MethodServer, executeQueues = false, cache master codebase null2016-09-20 07:16:25,845 INFO [ajp-bio-8010-exec-6] wt.system.err wcadmin - Queue Group/executionhost: (default/null), enabled true2016-09-20 07:16:25,845 INFO [ajp-bio-8010-exec-6] wt.system.err wcadmin - Inside a nested transaction? false2016-09-20 07:16:25,856 INFO [ajp-bio-8010-exec-6] wt.system.err wcadmin - Server (info) type wt.method.MethodServerInfo@5fa81d2e
If you have not already heard, Navigate 9.0 was released on Tuesday and is available for download!! This release includes: Component-based app development for custom production use apps (upgrade-safe) Improved Excel Export in View Apps Installer support for in-place upgrades from 8.5 and Navigate installation on an existing ThingWorx instance ThingWorx Navigate provides simplified access to PLM content for roles that are usually not trained PLM users, so they can view and contribute to Engineering content and workflows. With that, Navigate connects the entire enterprise including users in Manufacturing and Service and makes the vision of a Digital Thread a day to day reality. The latest product innovations in version 9.0 deliver a scalable and solid approach to modernized user interface building using configurable and reusable components. This new UI architecture enables buildi
Hello, Just wanted to know if PTC Integrity client a different product from Windchill RV&S or is it the part of it? Can I get some information this topic please. Thanks in advance.
Hello, please tell me how to use Info*Engine to output (get) all the "Describes Parts" that are located on the "Related objects" tab of the document (WTDocument) ?
All, register here for the "What's new in ThingWorx 9.0" - Webcast on Thursday June 25t
Is there a way to disable the authentication for a single endpoint (custom JSP).
Hello everyone, please tell me how to upload a file to WTDocument using Info*Engine?Or how to use java to create a document and upload a file to it?
Can permissions be set so a group can only see and download a stp file and creo view file of a part. Thank you for any help anyone can give me.
I have an existing report template in our Production system that is linked to a report as well as several saved reports. I've developed a new version of it in our Development environment, and I'd like to load the updated report via QML and have everything downstream update accordingly. Is this possible? Normal behavior when you load via QML with the same name is that it will add a 1 on the end so you end up with 2 reports
I would like to know whether it is possible to import workspace via external browser to windchill. Due to Covid-19 we are stuck working from home, All our employees have a Locked creo license in their laptop, Now we are working offline by downloading our windchill data. There is no dedicated system for each individual at the office to do remote access, but we have one common server. If it is possible to uplode CAD data vis external Browser then we'll export it from out Laptop and sent it to the Server which we'll take remote access to import it through external browser. I know there's a VPN option but currently setting it up is taking more resources so looking for any simple alternative
Hello All, We have one functionality "Part Number Generator" in Customization tab which helps the users to have a certain set of part numbers in store for them if they want to create new WTParts. Now I want to restrict certain users from using this functionality, either hide the functionality or disable the option. Please instruct me on how to proceed. P.S: I have done customization in Java code but not so much with the jsp and js and all. Thanks and Regards, Hari R
Hello, I want to know the feasibility of doing export/import classification through code. Please let me know if it is possible to do the same, if so please direct me to a related article. Thanks in advance. Regards, Hari R
Hi, I have created a file /opt/ptc/Windchill_11.0/Windchill/tasks/ext/re/report/SB_Report/SB_SubjectReport.xmlthe created Delegate*Name :SB_SBNumber *Repository Type :com.ptc.windchill Type Identifier : com.ptc.windchill.enterprise.report.ReportTask *Source URL :/ext/re/report/SB_Report/SB_SubjectReport.xml Description :Report Task Example to show number of document. executed commands from windchill shell,java com.ptc.windchill.enterprise.report.ReportHelper updatemodel andwindchill com.ptc.windchill.enterprise.report.ReportHelper modelupdate Restarted Cognos.Still can't find Data Source in cognos under "com.ptc.windchill.enterprise.report.ReportTask"What is missing ? Initially I just want to pass a hardcored value. XML Data <%@page language="java" session="false" access="http|soap"%><%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%>
anyone have suggestions on how to manage a single vault share for multiple Windchill systems on Windows? we have PRODUCTION and two TEST systems in place. as more testing demands came up, we copied the vaults to the TEST systems, doubling and then tripling the disk space required for the vaults. ultimately we'd like to have a singe vault share for all three systems giving PRODUCTION read/write access and the TEST systems read along with their own unique "active" vault on a different share for testing purposes. these unique shares would get wiped and re-attached for a refresh. i've looked at some older posts here, but didn't find anything conclusive.
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.