Windchill
Recently active
Version: Windchill 12.1 Use Case: Good day. I am new to Windchill. Can Someone help me to setup a report to collect the Maturity History of all documents / parts in a report? I need to generate a report that calculates the time difference between the "In Work" date and the "Released" date of an object. in other words a report on all the items lifecycle states from in work to released.Description: I have tried with Query builder and I just get errors.Perhaps if someone has a qml example that I can upload and tweak.
Version: Windchill 12.1 Use Case: Hello everyone, a customer asked me for a technical compatibility map between Creo+ and Windchill on premis versions (not +) From a quick search I did not find it on the PTC site Where can I find the documentation about it?Description: Hello everyone,a customer asked me for a technical compatibility map between Creo+ and Windchill on premis versions (not +)From a quick search I did not find it on the PTC siteWhere can I find the documentation about it?
Version: Windchill 11.2 Use Case: I would like to perform windchill query spec for the following statementSELECT NAME FROM SUBFOLDER WHERE ida3containerreference=80556; below is my code:public class qeurytest { public static void showFolder() throws WTException { QuerySpec qs=new QuerySpec(); qs.setAdvancedQueryEnabled(true); int foldertable=qs.appendClassList(wt.folder.SubFolder.class, false); ClassAttribute ca1 = newClassAttribute(SubFolder.class,SubFolder.NAME); qs.appendSelect(ca1, new int[] {foldertable}, true); SearchCondition sc= new SearchCondition(SubFolder.class,SubFolder.CONTAINER_ID,SearchCondition.EQUAL,"80556"); qs.appendWhere(sc,new int[] {foldertable}); System.out.println("Printing the queryspec of class --> " + qs); }Description: I am facing an error : Attribute "containerReference.key.id" of class "java.lang.Long" is not of type "java.lang.String"why is this error coming up and what would be the windchill que
Version: Windchill 12.1 Use Case: Our current server is in 12.1.2 CPS 7 and we are in process of updating CPS to 10. We have downloaded the installers and placed in /appl/tmp location having full permission for root. The installation is done using root user and it fails at 5% progress.Description: The PSI installer fails with the below error and the installer .log indicate that tomcat sub installer couldn't start. tomcat installer appears to have failed to start. Its PTC and/or XML log is missing
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.1 1. The system has F5 cluster configuration;2. After running for a period of time, after entering the account password, the system cannot enter the page and keeps loading------------------------------------------------------Translated the topic from Simplified Chinese to English using Google TranslateSubject - 系统卡顿无法正常使用Body: 1.系统做了F5集群配置; 2.运行一段时间后,输入账号密码后,系统无法进入页面,一直加载中; - By Community Moderation Team------------------------------------------------------
Is there a option to set resolution/DPI in Catia Worker?
Version: Windchill 12.1 Use Case: Load OTB workflow templates.Description: User needs to load otb workflow templates since he has loaded over the otb ones. Is this possible?
Example of a report showing how to calculate Days in a Lifecycle state. This uses older UIs, but the methodology is the same in newer Query Builder
I am installing WC 11.2 on Windows server 2019 with oracle 19 c.While running the PSI installed it failed error Tomcat installation failed. Can someone guide waht is the root cause. IT somehow running the Unix script for the windows. error message for more detail INFO 2024-04-29 17:50:27 - ###################################################INFO 2024-04-29 17:50:27 - Running tomcat InstallerINFO 2024-04-29 17:50:27 - ###################################################DEBUG 2024-04-29 17:50:27 - calling executeInstaller(C:\Windchill112_CD_Images\MED-60419-CD-112_11-2-0-0\Tomcat)DEBUG 2024-04-29 17:50:27 - Processing subinstaller assembly (tomcat): timer.startINFO 2024-04-29 17:50:27 - installDebug: Calling subinstaller tomcat commandINFO 2024-04-29 17:50:27 - Running: /usr/local/bin\cscript.exe //E:vbscript C:\Windchill112_CD_Images\MED-60419-CD-112_11-2-0-0\Tomcat\setup.vbs WAIT LAX_VM C:\Program Files\java\amazon-corretto-8.342.07.3-windows-x86-jdk\jdk1.8.0_342\jre\bin\java.e
Hi, I'm new to certificates and SSL configuration.Is it possible to secure the Windchill URL from HTTP to HTTPS using a self-signed certificate generated with OpenSSL? Or, do we need to use intermediate and third-party certificates for this purpose?I have tried with self signed certificate somehow windchill url showing HTTPS (but it is again not secure with strike-through).I would appreciate any guidance you can provide. Best regards,Shrikant Bhosle
Hello, i'm trying to find the release notes for Windchill Workgroup Manager. In past i could compare the WGM news here: https://support.ptc.com/help/windchill/wwgm_release_notes/r12.1.2.0_wwgm/en/#page/Windchill_Help_Center/WWGMReleaseNotesWelcomePg.html#but now i see that new versions of WGM are not implemented here. I am nterested in Release notes from 12.1.2. to 13.0.1. Please provide information where i can find the release notes for new WGM versions comparing to old (12.1.2)
Version: Windchill 12.1 Use Case: Created a custom user picker utility, and a global reusable attribute of String type. Then, created an IBA on Problem Report.Description: How can I get rid of the find icon next to textbox? In my usecase, the IBA should not be editable from this VIEW mode. It should be changed only in CREATE/EDIT mode.Can I get a link of the user? rather than just the full name. (exactly like created by/modified by attribute on most objects)
I implemented a custom user picker utility.When searched on full name and selecting the user from the result, it gives some kind of internal ID in the display instead of full nameIt gives the right result(last name, first name) when the username is used to search rather than full name.
Version: Windchill 12.1 Use Case: Bulk item listed as feet in Creo, but is converted to meters in WindchillDescription: I've tried looking but I cant seem to find how to change this. If I have a bulk item with quantity parameter listed in feet, the WT Part structure defaults to meters. For example, if I have 20 feet listed for the bulk item, the part structure will show the part as requiring 6.7 meters.
When the object is sent for publishing and when its in ready queue.In DB I have retrieved the results using the entrynumber from WVS Job Monitor.We know that when job changes from ready to executing state, the entry number changes.The problem comes here, When I compare the results for ready and executing entry, The entrynumber and Queueentry IDA2A2 is different.But when checked UpdateCount the value got incremented to 2 from 1 when job state is changed to executing.So then In OOTB, they must be updating the same ready entry value to executing, thats where the update count increments.I need to understand how in OOTB when the job changes to executing, they were able to update the existing result?I didnt find any common value/column which has same value when job changes from ready to executing.
Version: Windchill 12.0 Use Case: I need to change the Solr admin password Description: Team: I need to change the Solr admin password, as discussed in another question. Thanks Marco for finding an article https://www.ptc.com/en/support/article/CS353251 But it has at least two bugs in it: bad path for jetty-util. OK, I found that one level lower, in the ext directory. It says I should edit realm.properties, but I don't see any such file. Do I need to edit realm.properties? Which directory should I put it in? What is the correct xconfmanager command? Here is the previous question https://community.ptc.com/t5/Windchill/change-the-Solr-password/m-p/961350#M81210 Thanks !
I am currently working on a project that utilizes several Generic Web Service SOAP methods. I am interested in exploring whether these methods are also available in the Windchill out-of-the-box REST Web Service.Specifically, I would like to:Obtain detailed information about the available REST endpoints in Windchill REST Services.Check the Generic Web Service to see if the same methods used in my SOAP implementation are available in the REST service.I have already reviewed the article available at (https://www.ptc.com/en/support/article/CS254366) but found it difficult to understand. My primary concern is to determine the existence of certain generic methods in the REST service.Could you please provide guidance on how to access the Windchill REST Services catalog and any relevant documentation or resources? Additionally, if there are specific configuration steps required to enable or view these REST endpoints, I would appreciate detailed instructions.Thank you for your assistance.Best r
how set Keep-Alive in windchill
I'm curious whether it's always an issue with the disconnected participants. Not any of the previous upgrades we've had done by VAR (10.2 -> 11.0 -> 11.1) even on the same servers have gone without manually reconnecting each user after upgrade. Upgrading 11.1 -> 12 and servers changing it seems even more like mission impossible. Tried both, either picking the AD adapter config in Upgrade Manager and editing not to point to source production system, or rebuilding AD from scratch.
Version: Windchill 12.1 Hello,I am creating an object with a problem report subtype using an expression robot within a Windchill workflow. There are some cascading rules defined in the created problem report based on the Role value. For example, when the Role value is set to Software Quality Engineer, attributes X, Y, Z, A, and BC should be hidden. However, even though I set the Role value to Software Quality Engineer while creating the object, the cascading rules do not apply during the object creation, and all attributes are visible on the info page after the object is created. The cascading rules only work on the Edit page, but even if the object is edited in this way, the info page is not updated. How can I resolve this issue? I am eagerly awaiting your suggestions. @HelesicPetr Additionally, the default values for the attributes are not appearing in the object I created with the code below. The info page is completely empty, showing only the attribute names.&n
Version: Windchill 11.1 Use Case: MPM link during add machines and work center i am facing issue with resourse allocation in progressDescription: MPM link during add machines and work center i am facing issue with resourse allocation in progress,not immidiate to add.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0We are working on a Windchill integration with PDMI SAP and we are blocked on the step where we have to create or import a SAP Transfer Workflow template.Can someone support us with this issue?Here are the errors that I facedSAP Transfer Workflow template is missing.
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.7We missed items when fetching a report in query builder. in attached picture you can find the difference between search in Windchill and export Query builder. 7 items on 15 are complely missed.Here are the errors that I facedno
Welcome to the PLM Tips and Techniques Webcast Series! Main Presenter: Ryan Butcher (Technical Specialist Fellow) Below you will find all the related webcast recordings and recommended additional learning resources. Webcast Title Description Learn Online Classes/Resources 1 Windchill PLM - All Things Search Searching Windchill Windchill PLM - Search Topics 2 Windchill PLM - Document Management Document Management Course Info 3 Windchill PLM - Creo View Windchill Visualization Creo View Tutorials 4 Windchill PLM - Design Reviews Windchill Design Review capabilities About Design Reviews 5 BOM Redline BOM Redline Knowledge Base 6 Windchill PLM - MPMLink Windchill eBOM to mBOM, process plans, work instructions eBOM to mBOM Transformation with MPMLink 11.1 7 Windchill PLM - Type & Attribute Manager Managing objects and attributes Type & Attribute Tutorials 8 Windchill PLM - Windchill Plans Plan creation and executio
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19 Apache and tomcat version upgradeHere are the errors that I faced Apache and tomcat version upgrade----------------------------------------------------------------Translated the text from simplified Chinese to English using Google translateSubject - Apache 与tomcat版本升级Body - Apache 与tomcat版本升级 Here are the errors that I faced Apache 与tomcat版本升级-By Community Moderation Team----------------------------------------------------------------
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.