Windchill
Recently active
Hello Everybody,Welcome to the Windchill Bulk Migrator 4.0 Discussion Page. Feel free to talk, ask questions, share your experiences on the Windchill Bulk Migrator topic. Also, news and updates on this subject will be posted here as well. Enjoy!
Hi, Windchill 11.2 may not be recognizing internal value of lifecycle state when internal key is using special character like '&'. Here is the entry from custom StateRB info file. PUBLISHED_R&D.value=Published R&D Set State operation throws an error. wt.util.WTInvalidParameterException: No EnumeratedType exists with "wt.lifecycle.State.PUBLISHED_R&D" as its internal value. Nested exception is: java.lang.reflect.InvocationTargetException Trying to figure out whether usage of special character is not supported anymore in rb info file?
I am working in Windchill 10.1 and have an assembly that is a family table. The instances are different configurations of the generic. Now, I have an assembly with 2 of the instances assembled in it and when the WTPart structure is built for this assembly, the instances show up as separate Parts in the structure. I currently have the generic as the owner of the WTPart with the instances with an Image type. Is there a way to have the WTPart structure to roll these instances up and show a quantity of 2? Thanks for any insight or help, Ian Wexler
Windchill Extensions from SiliconExpert Ensure Design Viability By SiliconExpert and PTC Garbage in. Garbage out. The familiar computer science concept refers to the fact that the resulting output is dependent on the quality of the input. The same is true for industrial design. Complex product designs are dependent on the components required to build them. An otherwise beautiful design can turn to garbage when composed of parts that are non-compliant or become obsolete. Windchill PLM software reduces the time to industrialization by digitizing and connecting your enterprise across the globe. Product design is a complex process that requires information from a myriad of sources. Windchill Extensions from SiliconExpert help ensure the long-term viability of your designs.  
I just noticed interesting article in tech support (Article - CS328900,Update regarding state of PTC System Monitor (PSM) due to end-of-life of Dynatrace Appmon). I am wondering how many is actually using PSM and any opinions about pure SaaS solution for application monitoring, which could mean that you have to open monitoring agent connections from your production server to SaaS cloud over the internet?
We will host a live Expert Session: "Thingworx Navigate 3D Viewer" on October 9th at 11:00 AM EST. Please find below the description of the expert session and the registration link . Expert Session: Thingworx Navigate 3D Viewer Date and Time: Friday, October 9th, 2020 11:00 am EST Duration: 1 hour Host: Robbie Morrison, Product Management Senior Manager Description: Following the series of new capabilities released with Navigate 9.0, this session will focus in the details of Navigate 3D Viewer leverage this to your use cases Register here Existing Recorded sessions can be found on support portal using the keyword ‘Expert Sessions’. You can also suggest topics for upcoming sessions using this small form. Here are some recorded sessions that might be of your interest. You can find recordings for the full library of webinars using the keyword ‘Expert Sessions’ in PTC support portal search Navigate 9.0 – What’s New? This ses
So some of this might be a Microsoft capability issue... some might be Windchill. However, Looking to find a way to link checked in spreadsheets together. Example. I have a Summary Workbook. I am going to perform statistics against multiple other workbooks. Develop charts, sum, calculate etc. Has anyone handled this with Excel + Windchill (DTI or not?) Thanks in advance Jim
Hi All, I guess you heard already about the new Windchill 11.1 License Management functionality introduced with 11.1 F000. A HUB ( https://www.ptc.com/en/support/article?n=CS277240 )article is created to place all the related information. I hope this helps to get started with the Licensing. Thanks, Amit
I am working on our company's CI/CD and I want to add logic to perform certain functions when certain files/paths are changed since the last pipeline run. One of these action is the restartAllLocalMethodServers command found in JConsole. I'm familiar with running it from JConsole, but can't seem to find a class path to try calling it from command line. If there is no main function for whatever class this is built into, it'd be worth writing my own java utility class to call it. How can I perform a restartAllLocalMethodServers through Command Line?
After our upgrade to Winchill 12 all of our dictionary files (user.dict ) are totally empty. How can I obtain the default file?
I realize I am very late to the party but we are just now upgrading to PDMLink 10. Am I missing something or is it not possible to open the links from a search result into multiple tabs?IE if I search on a part number and I want to open the CAD object and the WT object that the search results returned in separate tabs is that possible?
Is there a functionality in Windchill 11.0 where you can save a snapshot or iteration of your assembly where all the associated parts and drawings can be saved at the same iteration. For example, if I had an assembly with parts and drawings where I want to save that design as-is so that it can be restored or retrieved in the future. This would be in the case that the design continues on a new course, that ends up not working out. I would like to go back and retrieve the design iteration that I saved previously. Thanks
Hello, I want to restrict some of the users from deleting classification node in Classification Administration, they should have access only to view the nodes. Please let me know the feasibility. Available article pertaining to the mentioned requirement: https://www.ptc.com/en/support/article/CS232933 Thanks in advance. Regards, Sha
We will host a live Expert Session: Thingworx Navigate Component Based App Development on Wednesday 09/30, 08:00 AM Eastern Daylight Time Please find below the description of the expert session as well as the link to register . Expert Session: Thingworx Navigate Component Based App Development Date and Time: Wednesday 09/30, 08:00 AM Eastern Daylight Time Duration: 1 hour Host: Pratibha Bhatnagar Description: Following the series of new capabilities released with Navigate 9.0, this session will focus in the details of Navigate Component Based app development and how to leverage this to your use cases. Existing Recorded sessions can be found on support portal using the keyword ‘Expert Sessions’ You can also suggest topics for upcoming sessions using this small form
How to auto-create a WTPart in Windchill by checking in a Creo Schematics Design.
Hi Experts, I want to get the date value user inserts in Input page in one of the java methods of QML. Is there any way to do so?
In the guide "Getting Started Guide" (https://www.ptc.com/view?im_dbkey=133281) for Windchill Qualliitty Solluttiions 10.0, I found a reference to additional resource "RELIABILITY: A Practitioner's Guide" (by Relex Software and Intellect). Is this manual available online (or can someone upload it)?P.S. All I could find, it is only this:http://reliacore.eu/en/resources/42http://reliacore.eu/images/stories/RelGuide.pdf
Hi everyone, I'm trying to get a workflow to trigger when a user submits a new document as part of a development project. I found this bit of code that pretty much does the trick: https://community.ptc.com/t5/Windchill/Auto-Create-wt-document/m-p/318327#M37355 I have the code in an expression robot in a workflow that's called in a phase process. By changing the wt.doc.WTDocument bits to wt.change2.DesignReview (in theory) I'd be set BUT... there is no wt.change2.DesignReview in the JavaDoc (we're on 11.2.1.4). By putting in wt.change2.WTChangeRequest2 etc. the workflow functions just fine. Except I don't want to auto create a change request. I need to auto create a Design Review. Any thoughts or ideas on how to proceed? Is this an intentional omission by PTC or am I looking at the wrong place in the documentation? Many thanks!
Hello, The manufacturing engineers at my company are looking for 3D plant layout software. I am curious if any Windchill users have incorporated the data generated from such software into Windchill. Or even if any of you have suggestions for this type of software based on your experiences. Thank you in advance for any information you can share. Regards, Joanna
My company finally upgraded from Pro Engineer Wildfire 4.0 with Windchill 9 to Creo 3.0 and Windchill 10.Before installing Creo on my laptop, I cleared my workspaces and deleted my cache. Creo is working and can find a license without issue. However, when I try to register the Windchill server under "server management", it fails to connect when I click "check" and then I am asked to check the server location. I know the URL is correct as it is working for my coworkers. I can access Windchill through Internet Explorer on my laptop also. I have tried reinstalling Creo, restarting my computer, and trying to connect with and without the wireless connection.I've tried researching this issue and the only solution I came across involved deleting the cache which I have done several times.I'm out of ideas. Can someone please help?thanks!
Reaching out to Navigate community 🙂 We are rolling out Thingworx Navigate app which will be used by pretty larger user base. We need to have some folks to go into Thingworx platform doing very specific tasks like managing users and user groups. What is the best practices for such admin group for Thingworx Platform. I do not see any out of the box group where we can be leveraged. thanks, Preeti
We are about to start a PartsLink implementation and am looking for anything people have learned from their own implementations.Did you start with the standard Windchill Classification schema and modify that or did you create your own from scratch?Things to avoid?Data loading approaches?Thanks,Steve D.
I think in my head I had a different idea on how SUMA worked. So, if you have walked this path before, please let me know where the mine fields are. I understand the part relationships between OEM, Manufacturer and Vendor Parts. We are adding this on to an existing system so I would assume that all my existing 300K parts are all considered OEM parts by that definition right? Let's take the example of a COTS part like NAS620C10, a milspec washer. This exists in our system currently and called out on BOMs. If I wanted to apply AML to this, it would need to be a MFG part, a different type. Do I need to change the type on all of these existing parts? It does not make much sense to leave the existing part as a OEM part and create a new MFG part linked to it. Can MFG parts be called out directly on BOMs? This leads me to another observation: Creating Parts just got a whole lot more complicated. Do you then block part creation and leave that for an ad
Has anyone found a good way to find accidental revisions in Windchill or revisions that never made it back to a released state? It happens somewhat frequently that some objects accidentally get revised by someone and they didn't even know they did it. Or maybe a change was in progress and then the change was abandoned and the CAD was left. I've tried using advanced searches for this but I can't get the search to work - see screenshot below. Or is there a SQL query that would do the trick?
Hello,When i try to move an object it gives me this error. It's location shows up as being in one of my personal cabinet. Part of the problem is that it is checked in."CRITICAL ERROR: this object is in a personal cabinet. Objects in a personal cabinet must be checked in before they can be moved."Currently using Wildfire 4.0 m210 with windchill 10.0 M020Thank YouDonald
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.