cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Windchill Tips

Sort by:
Prior to Windchill 11.0: Required using the same Windchill Workgroup Manager CPS on both the server and client machines.   Windchill 11.0 M010 Onwards: You can use different CPS levels on the Windchill server and client machines within the same maintenance release. Workgroup Manager will now check version compatibility at the Windchill maintenance version level; not at the CPS level. Windchill Workgroup Manager is no longer installed from the Windchill server. A company now has the flexibility to have their end users at desired CPS levels and still connect to a single Windchill server.   For example, the following scenario is supported. A company has Windchill 11.0 M010 CPS05 server and user ‘A’ can connect to the Windchill server with Windchill Workgroup Manager 11.0 M010 CPS03 and user ‘B’ can connect to the same server with Windchill Workgroup Manager 11.0 M010 CPS07.   Illustrated below is the supported configuration.              
View full tip
This video highlights many of the new features and capabilities available with Windchill's Desktop Integration (DTI) and Windows Explorer. Watch the video to see all the exciting new capabilities such as simplified connection, container filtering, Windchill actions in the Right Mouse Button (RMB) context menu, detail view configuration, sorting and filtering, drag-n-drop updates, simple and indexed search and the new document comparison.   This video does not contain audio, yet...     (view in My Videos)
View full tip
sm
1-Newbie
Are you experiencing poor server performance managing Pro/E, Creo or Windchill Workgroup Manager (CAD) data in Windchill?   Are users complaining that when working with CAD data, interaction with Windchill or the Workspace is slow?   Do you wonder what you should do to setup or tune a Windchill server for interaction with clients working with CAD data?   Initial performance tuning of a Windchill server doesn't have to be overly complicated and time consuming process.  Time spent tuning the Windchill server will improve performance and ensure users have the best possible interaction with the Windchill.  Let's walk through the following:   Resources that are available to guide you during tuning Server properties and preferences to set Database tuning Other considerations   Resources Technical Support Article CS24192 [TS KP] Pro/ENGINEER Wildfire, Creo or Windchill Workgroup Manager Interaction with PDMLink - Recommended Initial Performance Server Settings contains all the suggestions we'll be walking through and more.  I'd suggest you review and bookmark it for use while tuning your server. Click Add a comment at the bottom of this blog post and I'll do my best to answer your question Ask PTC Community Perform a Technical Support Search‌ as the Knowledge base is full of useful information Open a Technical Support Case online or make a call to a Worldwide Support office   Server Properties and Preferences Some settings and preferences are general in nature while others are specific to a particular Windchill version.  Although the steps to tune a 9.1, 10.0, 10.1 and 10.2 server vary (typically more to do with older releases), I'll cover the typical steps you'll do with most installations (eg. 10.x releases).  Refer to CS24192 for full detail for each Windchill release from 9.1 to 10.2 and MOR releases in between.   Configure common Windchill properties using the Windchill Configuration Assistant (WCA) The WCA will inspect the server (identify available resources like CPUs, RAM, etc.) and suggest changes to wt.properties and other property files.  Note that WCA execution is done automatically when installing using the 10.0 and later PTC Solution Installer.  If you've upgraded/changed hardware since initial installation or it didn't run on initial installation, you'll want to run it again.  See CS40846 and CS153338‌ for additional detail.   Set optimal collection preferences for common operations via Preference Management Set defaults for operations like Add to Workspace, Check Out, Check In, Revise, Save As, etc. to collect minimal dependencies (None or Required): If users need different default values, they can make changes in personal preferences or in the Basic/Advanced collectors when performing the operation.   Create or edit the default Workspace table Views so that they display a minimal amount of information For releases prior to 10.2 M030, avoid default table displays with additional status columns (eg. Compare Status, Out of Date, etc.) as when those columns are included, the client must make additional and expensive requests to the server when refreshing the Workspace.  See CS150977 for additional information.   If Save As performance is poor, set preference save.as.trace.circular.dependents=false For some datasets, circular dependency processing when performing Save As can sometimes be an issue (take a long time).  Configure to not trace circular dependents if performance issues have been observed performing Save As.  See CS51570 and CS3348 for additional information.   Set wt.properties com.ptc.core.collectionsrv.engine.isIntralinkTracingEnabled=true if using later 10.x releases Out of the box, Windchill can in some case trace dependencies for objects not explicitly requested by the user (eg. perform full dependency tracing for drawing dependents when the drawing is included in collection via Include Drawings).  This can in some cases result in long time waiting for the server to process collection requests (eg. when performing an Add to Workspace).  Making this change will disable the additional dependency tracing and should improve performance .  See CS57721 & CS127319 for additional detail.   Consider custom values for wt.properties com.ptc.core.collectionsrv.engine.limitDependencyTracing and com.ptc.core.collectionsrv.engine.collected_result_limit if using later 10.x releases Dependency tracing for large or complex datasets can in some cases cause server performance issues.  If you observe performance issues with collection of dependents, see CS99609‌ and CS16012‌ for additional information.   Set wvs.properties publish.retrievallfiles=false, publish.retrieveallfiles.PROE=false or publish.retrieveallfiles.CATIAV5=false if publishing with filesync CAD workers The out of the box WVS dependency tracing publish.retrievallfiles=all setting is only needed for non-filesync CAD workers and can result in longer than necessary publishing times and put unnecessary load on the server and database.  If you're using filesync workers (most customers are or should be!), make this setting for improved performance.  See CS76293 and CS34783 for additional information.   Configure the webserver with a 60 second KeepAliveTimeout This setting keeps the network port between a client and server open longer than the 5 or 15 second default and allows the client to reuse an open network connection for up to 60 seconds.  As a result, response times for SSL and HTTP connections is improved.  As a side benifit, Internet Explorer doesn't work well with KeepAliveTimeout values ≠ 60.  Setting this value to 60 will reduce the number of offline client sessions as well.  See CS19706 and CS65884 for additional detail.   Review Windchill Configuration Settings Which Aid in Scaling to Production‌ and make changes to <Windchill>\db\db.properties or database settings to prevent runaway queries that can impact server performance The Methodserver and database will in most cases try to process all requests that are made regardless of whether or not the request may overload the Methodserver and database.  Making a couple changes to db.properties can improve performance as it prevents high load, long running transactions from consuming all resources.   Database Tuning The Windchill database is a primary component in any Windchill installation as requests made to the Windchill Methodserver invariably have to be processed by the database.  Having a properly sized (enough memory) and functioning database (proper database indexes) is key to good overall performance.   Create database indexes to improve database performance The database frequently is a performance bottleneck when Windchill is processing information for CAD objects.  Start with CS75632 and CS151400 for Windchill 9.1 installations and CS98135‌ for Windchill 10.0, 10.1 and 10.2 installations as they contain indexes that are known to improve database performance for not only CAD object processing but other operations.   Periodically review and monitorSite > Utilities > Server Status for high percentage of Method Context Time is spent in JDBC Calls or PTC System Monitor (PSM) to determine if a high percentage of time is reported as being spent in the database (if there is a suggestion that the database is performing poorly):   Here's an example of Server Status showing a large amount of time in JDBC (database) calls:   Here's an example of PSM showing a much smaller amount of time spent in the database for a user transaction:   Additional diagnosis, tuning and sizing of the database by all means can be done, but is outside of the scope of this blog post.  Refer to the following or collect Performance task detail from System Configuration Collector (Windchill System Configuration Collector (SCC) FAQ) along with test results and contact Technical Support if you're interested in taking a deeper look at the database: ​CS51777 - Tuning Oracle and Interpreting the Oracle Gather Info Script Output CS46060 - Where is the Oracle "gather_info_script.sql" located in Windchill CS123644 - Where to find SQLServer diagnostic script for Windchill CS139203 - SQL Statements taking too long in Oracle CS49024 - Are there some best practices around SQL server database and Windchill PDMLink ?   Other Considerations There are many other things that can be done to improve, diagnose and monitor performance.  Depending on your environment, some may have a large impact while others may not.  Take a look and let me know if you have any questions or comments:   Client tuning See the following blog post: Configuring Creo Parametric and Windchill Workgroup Manager Clients for CAD Data Management Performance   Vaulting and Replication to WAN File Servers ​Staging and maintaining File Servers can be a bit more involved from an administration perspective but for WAN users, being able to upload and download content from a local File Server is a big benefit.  See Windchill Vaulting and Replication Planning - Technical Brief for additional information.   Implement a clustered environment for high load installations Customers with many users can easily generate enough activity that a clustered Windchill environment ​​(configuring multiple machines with multiple Method servers) to service client requests is necessary.  ​See Windchill Architecture Overview for additional information.   ​​For WAN clients with high latency and low bandwidth, implement caching proxy and/or WAN accelerator Even if you have WAN File Servers that are local to WAN users, WAN clients still interact with the master Methodserver over the WAN for all information and requests other than content.  If you latency is high (eg. 250+ ms) and bandwidth low, consider implementing caching proxies and WAN accelerators to improve interaction with the Windchill server.  Refer to WAN Accelerators and Windchill Performance - Technical Brief for additional information.   Monitor and diagnose server performance with PTC System Monitor (PSM) PSM is free and powerful tool available that can be used to easily monitor activity and performance of Windchill servers.  Refer to the following for more detail: PSM resource page CS126670 - How to use the PTC System Monitor (PSM) in Workgroup Manager Transaction Performance Diagnosis   Benchmark the system before and after tuning and/or compare to PTC Performance QA results Last but not least, collecting a benchmark of system performance before and after tuning is important as it allows you to gauge the impact of your tuning activity.  Collect detail and/or test with a standard Creo dataset available from PTC and review posted results from PTC QA.  See the following for additional detail: Windchill Creo Data Management Performance Benchmark Test - Instructions Windchill Creo Data Management Performance Benchmark Test – Preliminary Dataset (82 KB) Windchill Creo Data Management Performance Benchmark Test - Data Sheet Windchill Creo Data Management Performance Benchmark Test – World Car Dataset (295 MB) If benchmark results with the Windchill Creo Data Management Performance Benchmark Test Dataset are not close to or better than PTC QA results reported in the Windchill Creo Data Management Performance Benchmark Test - Data Sheet or performance with other datasets does not meet expectations, collect Performance task detail from System Configuration Collector (Windchill System Configuration Collector (SCC) FAQ) along with test results and contact Technical Support.   That's it!  I hope you find this information interesting and of use.  As always, comments and feedback are very welcome.
View full tip
PTC is happy to announce the new HTML5 based drag-n-drop file upload utility with Windchill 10.2_M020. This new utility will replace the existing Java based drop target and give people a much simpler and more intuitive way to upload new documents and attachments. This video demonstrates how easy it is to create a single document and its associated attachments using the new drag-n-drop upload utility.   This video does not contain audio, yet...     Unable to play video. Please try again later. (view in My Videos)
View full tip
sm
1-Newbie
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 Windchill PLM - All Things Search Searching Windchill Windchill PLM - Search Topics Windchill PLM - Document Management   Document Management Course Info Windchill PLM - Creo View Windchill Visualization Creo View Tutorials Windchill PLM - Design Reviews Windchill Design Review capabilities About Design Reviews BOM Redline   BOM Redline Knowledge Base Windchill PLM - MPMLink Windchill eBOM to mBOM, process plans, work instructions eBOM to mBOM Transformation with MPMLink 11.1 Windchill PLM - Type & Attribute Manager Managing objects and attributes Type & Attribute Tutorials Windchill PLM - Windchill Plans Plan creation and execution in Windchill Windchill Plan Tutorials Windchill PLM - Quality Mgmt CAPA, non conformance, customer feedback Windchill Quality Mgmt Tutorial Windchill PLM -  Save As BOM structure - save as Windchill Tutorial Windchill PLM - Data Sharing/Collaboration Windchill ProjectLink   Windchill PLM - Managing CAD Driven BOMs BOM and configuration management Advanced BOM Management Windchill PLM - Classifications Classification configuration and search Windchill PLM Classifications Tutorials Windchill PLM Extensions Additional functions and features for Windchill Windchill Extension Center Windchill Query Builder (Reports) Windchill Query Builder Reports Windchill Query Builder Tutorials Windchill PLM ProjectLink Tips & Tricks (Lifetime Products) ProjectLink Tips & Tricks ProjectLink Tips & Tricks Windchill Navigation Apps   Windchill Navigation Tutorials What's New in Windchill PLM   What's New in Windchill PLM
View full tip
Good day Everyone, I have added content from the event in Stuttgart - PTC Forum Europe 2016 In addition to the presentations, you may also watch keynotes and session recordings from your computer. I hope you find the content valuable. Best, Toby
View full tip
This is a quick video tip demonstrating how to add the Attachment and Structure column indicators to the folder browser in Windchill 10.2. These columns are not on by default and often go unnoticed since there is such a long list of columns that can be displayed. When added, any document containing Attachments or Structure will be identified by either the Attachment or Structure icon in the respective column. The icons are links which will bring you directly to the Content tab or the Structure tab.     (view in My Videos)
View full tip
sm
1-Newbie
Check out this video on Using Windchill "Windchill Extensions" from PTC Application Engineers Presenters: Ryan Butcher (Solution Consutlting, Fellow) and Donna Fedeli (Solution Consulting, Principal). Original Date Presented: December 21, 2022   To dive deeper into the subject, check out Windchill Extensions Website  
View full tip
Windchill PLM Tech Tips Webcasts are back!  Started back in 2018 as a series of webcasts set to deliver product tips, they are scheduled to launch in November 2020.     These technical webcasts are intended to deep dive, give you more product info and additional details so you’ll gain the most value from your PLM software.     Two of our upcoming webcasts are:   Enterprise Collaboration with Thingworx Navigate: Thursday, November 19th @ 10am EST Creo View 7.0 (And Beyond): Thursday, December 3rd @ 10am EST Event registration details to follow!   Check out two of our Tech Tips Replays from March and July 2020: Configuration Driven Visualization and Intro to Windchill Rest Services
View full tip
LiveWorx and PTC/User are now offering an entire day focused on Creo and Windchill content with the addition of CAD & PLM Technical Day on Monday, June 10. This is an additional 25 breakout sessions with all of the Creo and Windchill tips, tricks and insights necessary to get the most out of your PTC Products. Here’s what you need to know:   You can take a look at what to expect for sessions here CAD & PLM Technical Day is included with your purchase of an All Access or DeluX Pass Explorer Pass holders can add it on for an additional cost of $250 until March 27 and $350 through June 13 If you are already registered it is not too late to add this to your registration: Log In to your account Enter username and password Select “Registration” Scroll down and click “Purchase Additional Event Offerings” and add the CAD & PLM Technical Day to your account   Seats are filling fast for this dedicated content, don’t miss out on learning from some of our Creo and Windchill super users (and fellow Community members) on best practices and how other organizations are utilizing these solutions.   Please email concierge@liveworx.com if you have any questions.      
View full tip
Check out this video on Using Windchill "Query Builder Reporting" from PTC Application Engineers Presenters: Ryan Butcher (Solution Consulting, Fellow). Original Date Presented: July 20, 2022   To dive deeper into the subject, check out Winchill Query Builder Tutorials  
View full tip
We are bringing the Liveworx UX Lab to you this year! Contribute to the design and development of PTC’s PLM products from the comfort of your home.   Participate in online 1:1 session with PTC Researchers and Designers to take our prototypes & conceptual designs for a spin, share your expertise to directly impact the experience of our future products.   For all Liveworx 2020 UX Lab sessions, click here   PLM session links: WINDCHILL: Actions Menu WINDCHILL: Dynamic Positioning and Visualization using Virtual Product Architecture WINDCHILL: MPMLink BOM Reconciliation NAVIGATE: Create Problem Report WINDCHILL: Change Redline WINDCHILL: RV&S 12.4 (formally Integrity Lifecycle Manager) WINDCHILL: Modeler 9.3 (formerly Integrity Modeler) CREO & WINDCHILL: Windchill Replace Assembly Action in Creo
View full tip
Prior to Windchill 11.0: Required using the same Windchill Workgroup Manager CPS on both the server and client machines.   Windchill 11.0 M010 Onwards: You can use different CPS levels on the Windchill server and client machines within the same maintenance release. Workgroup Manager will now check version compatibility at the Windchill maintenance version level; not at the CPS level. Windchill Workgroup Manager is no longer installed from the Windchill server. A company now has the flexibility to have their end users at desired CPS levels and still connect to a single Windchill server.   For example, the following scenario is supported. A company has Windchill 11.0 M010 CPS05 server and user ‘A’ can connect to the Windchill server with Windchill Workgroup Manager 11.0 M010 CPS03 and user ‘B’ can connect to the same server with Windchill Workgroup Manager 11.0 M010 CPS07.   Illustrated below is the supported configuration.              
View full tip
Version 2.08 includes the following new features:     - New right-click Context Menu added to the results list for:             o Recovering Selected Files             o Recovering All Files             o Exporting the Results Table     - Timers that report:             o Elapsed time during the file “examination” process, i.e., File > Open,                and total elapsed time at the completion of the file examination process             o Elapsed time for file recovery, i.e., Recover Selected Files or Recover ALL Files.     - Minor clarification changes to the text of some dialog boxes.     - Minor bug fixes.     - Help option on the menu bar with options that will:             o Open the PDF User Guide             o Display an About dialog Special thanks to those that assisted with testing.   I am attaching the 64 bit version of the installer.  If the 32 bit version is still required, I will add it.   NOTE: This will be my final version of the tool.   I have retired and after a 50-year career that I have enjoyed thoroughly, it is time for me to bid you adieu! I wish you great success in your endeavors.   Now to the question many of you are likely asking. What will happen to the tool? At this point I haven't decided. Windchill Cache Recovery Tool version 1.0 development began in 2008 when I was between jobs and it was released at the end of that year. Version 2.0 was a rewrite of the UI and features were added with each release to where we are today - version 2.08.   I have years of effort developing this tool and to be honest, I don't want to give it up. But without access to the PTC tools and files needed, it will become impossible to continue its development. And with the amount of time I have invested in it, I don't feel I can just give it away. So, for now the source code remains in my possession.   Ron Thellen
View full tip
Check out this video on Using Windchill "ProjectLink" from Lifetime Prodcuts and PTC Application Engineers Presenters: Jason Sederholm (Lifetime Products) and Ryan Butcher (Solution Consulting, Fellow). Original Date Presented: March 28, 2023   To dive deeper into the subject, check out Windchill ProjectLink  
View full tip
The Windchill Design Team is conducting a short survey to better understand the day-to-day activities within PTC Windchill.  This information will help the team clarify next steps as the Next Generation User Interface and Experience is being implemented.  This is a great place to share your thoughts on the product- what you love, your frustrations, and everything in between!    This survey will be open until July 1st.  Thank you in advance for your feedback!   Click here to complete the survey! 
View full tip
Hello Windchill Community!   I'm thrilled to let you know that Creo View 9.0 has released as of June 8 2022.     Key Highlights Creo View Client Model Annotation Comparison Improvements Windows 11 support Creo View Adapters Creo Parametric: Support for Explode Line Conversion and Display Creo Elements/Direct Modeling: Support for extended positioning assembly publishing Windows 11 and Windows Server 2022 Support Microsoft Office 2021 Support Support for Creo Parametric 9.0 & Creo Elements/Direct 20.5 Third Party CAD Support Updates Creo View Toolkits ThingWorx Extension is packaged with WebGL Toolkit   See the Creo View 9.0 What’s New for the complete list of feature updates   Support Matrices Creo View 9.0 Client & Toolkit Support Matrices Creo View Adapters 9.0 Support Matrices Creo View Future Support Summary   Documentation Creo View 9.0 Important Information Fixes included in Creo View 9.0 Client and Adapters Creo View 9.0 HelpCenter   Download Creo View Ptc.com Product downloads  ->  Creo 9.0 Creo View Adapters Ptc.com Product downloads   ->  Creo 9.0
View full tip
Applicable Release: Windchill release 10.0+   Description: In this video, we will be enabling server side DEBUG Logs by adding additional properties to log4jMethodServer.properties file.              log4j.logger.com.ptc.windchill.uwgm=DEBUG log4j.logger.wt.method.server.timing=INFO log4j.logger.wt.adapter.verbose=INFO
View full tip
Applicable Release: Windchill release 10.0+   Description: In this video, we will learn setting server side DEBUG Log levels using Windchill shell
View full tip
  Applicable Release: Windchill release 10.0+   Description: In this video, we will be enabling server side DEBUG Logs using Windchill Monitoring Tools.
View full tip
Applicable Release: WWGM 11.0 and above   Description: In this video, we will learn how to setup and collect DEBUG logs for Windchill Workgroup Manager interactions using WWGM Logger Utility.
View full tip