Windchill
Recently active
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS16Relationship report is showing wrong version of drawing in WNC 11.0Refer attached video, initial part in the video is from 11.1 and later part is from 11.0 to show you the difference in behavior for same scenario.
Has anyone experience with extracting data from Windchill (WT.Parts/BOM Structures) and Attributes? What tools did you use that could make this process of extraction streamline and/or efficient? My company is in the process of migrating from our legacy MRP to SAP ECC/ERP/MRP. This data dump will be in the hundreds of thousands of Material Masters/WT.parts and related BOMs. Thanks in advance.Kayle Brock
Hello, I have a below requirement, request you to shed some light on how the same can be achieved. i) There are two IBAs loaded at WTPart level, let's say IBA1 and IBA2.ii) If a specific value is selected for IBA1, IBA2 must be populated with an auto generated number similar to what we do for WTPart number generation. I want to know the feasibility to achieve the above requirement by modifying the OIR of the part, since it would require less customization as compared to developing a data utility. Thanks,Hari
My requirement is to export part structure with some details.It should be dynamic as per custom view - columns selected by userI wanted to read part structure as is line by line with same order how it works in ootb export actionIf anyone aware of this API to read table data. Please reply hereThanks
See attachment for the message he gets when he attempts to check the drawing in.One of our lead CAD Designers says that it makes no sense that it would be looking for a pdf in order to check in a drawing. Use did say that he added a second sheet to the drawing so that would be the reason for the B revision.
Hi there, the default behavior of windchill is, that if somethings goes wrong during checkin process, the checkin comment is lost.So I tweaked <Windchill-installation>\codebase\templates\uwgm\cadx\checkin\checkintables.js a little to make a copy of the comment to a new window like: var comment_window = window.open(); comment_window.document.writeln(comment);(I intentionally left all code out, which "prettifies" the new window) works great! Now I want to copy the comment directly to the clipboard.But when I try this// copy comment to clipboard navigator.clipboard.writeText(comment) .then(() => { alert("successfully copied: " + comment); }) .catch(() => { alert("something went wrong"); }); I get the error under Creo 8.0.6.0, "checkintables.js Uncaught TypeError: Cannot read properties of undefined (reading 'then')" What am I doing wrong?
Hi! We've recently set up Windchill at our university and we have problems connecting to the server through Creo Parametrics. When we add the server through Server Management in Creo Parametrics, and login it says "Authentication failed" (after 60 seconds): The methodServer.log says ERROR [ajp-nio-127.0.0.1-8010-exec-7] com.infoengine.log.error testuser01 - com.infoengine.au.delegateprovider.DirectoryBasedCmdDelegateProviderService.getCommandDelegateEntry() caught an exception while searching the Directory for the Command Delegate specified by commandName: <getServerVersionInfo>, wcTypeId: <com.ptc.windchill.uwgm>, targetRepository: <windchill.edu.liu.se>. Exception: (com.infoengine.au.delegateprovider.delegateproviderResource/3) com.infoengine.au.delegateprovider.RepositoryObjectNotFoundException: No "ptcRepositoryDefinition" entry was found in the Directory for the given LDAP URL: "ldap://localhost/dc=windchill,dc=edu,dc=liu,dc=se,cn=configurati
As per the original Post. @mrane , @LoriSood , Can you, or anyone else, verify if this works in WC 12+? Thanks, Lawrence
Has anyone had an issue with auto lock on add to workspace not removing the lock but still allowing check out? In general this has worked reasonably well in our environment but I had a case earlier where one of our engineers had a file open (NX) that was locked in the workspace. At some point he started editing the file and had (after initial edits in NX) remembered to unlock and check out the file. In the workspace, the CAD is showing as checked out to the user but with no local modifications. In NX it's showing the changes, but the file shows as locked and the changes cannot be saved to the workspace. Not sure where to look for potential causes here. We were able to save the file out of Windchill and import the content as the next version but I'd like to make this not happen again.
Hi, I am able to complete the 3 stages for adding an attachment to a Document using the REST api successfully. Is it possible to add a description to the attachment using the REST api as well?
I read over Chaitanya Jagdale's J&J presentation from PTCUser. They presented their solution for compilation of a technical document for regulators. This use case is similar to a request I have regarding RFQs and POs. Currently, this involves 30-50 documents, correspondences, multiple suppliers, quotes and extracts of tech data from Engineering. Packages and deliveries are a definite partial solution for gathering STEP/PDF and other stuff from Engineering structures. I was wondering what is the best approach/objects to capture the other stuff. This is to be a living collection which some structure, workflow, lifecycle, going from RFQ to PO, and needs to be auditable years later. J&J's solution used a Part object as the seed, plans, and documents to capture everything. First thought was to create a doc type and load all the content as attachments. We can links to any related Packages and deliverables, and add in all related files. Draw backs is that the files
I would like to add some inputs to my promotion request approve task. There are comment inputs and vote inputs.... but I wanted to add a could of boolean attributes (radio buttons would be nice) for common reasons for rework. Then, I can collect report data about why Promotion requests are being sent back for rework.Missing DimsNotesGD&TDesign IssueStuff like that. I thought I saw an article that says it's not possible but want to ask the community if they think otherwise or have an alternative solution. The referenced buzz kill...https://www.ptc.com/en/support/article/CS310508
OK, hear me out.We went down the path of using a downstream "view" from our upstream Design view on the same part type of Engineering Part. We ran into a bunch of problems.COTS and Standard parts don't revise and should not have a downstream view. They are already in the manufacturing view. So we found them all and switched them to a new soft type of wtPart and set the view to manufacturing.Building manufacturing from previous revisions of the engineering part that are not interchangeable (I know, it's bad practice). This was a mess in BOM Transformer as the tool assumes all previous upstream are equivalent to all downstream.Variances. We need our manufacturing to move ahead of engineering often, to do that they need to revise the manufacturing view of the part. This created a bunch of hurdles.So, that brings us to the idea of using New downstream Part and having that part be a different soft type from the upstream Engineering part. Using a Manufacturing part allows us to create a bran
how the Windchill BOM will work, If we choose different part numbers. What will be compared in the result ?
We are facing the issue that we have duplicate entries (with different internal names) for the EPMDefaultDocument Soft Type due to a internet domain change, which seem to be affecting CREO and causing disconnections and the misbehavior of the autonumbering when creating CAD using the New button in CREO. This leads the system to think the softtype is not existing and gets to: 2022-10-27 09:08:23,535 ERROR [ajp-nio-127.0.0.1-8010-exec-2] com.ptc.windchill.uwgm.proesrv.cache.GetAutoNumberInstructionCacheAdapter user- GetAutoNumberInstructionCacheAdapter.getTypeDefinitionReference :: failed to get Softtype for: WCTYPE|wt.epm.EPMDocument|org.qa.DefaultEPMDocument (com.ptc.windchill.uwgm.proesrv.ndimpl.ndiResource/INVALID_SOFTTYPE_ID) wt.util.WTException: There is no CAD Document soft type that matches the incoming value "WCTYPE|wt.epm.EPMDocument|org.qa.DefaultEPMDocument". Please enter a valid soft type or contact administrator. at com.ptc.windchill.uwgm.proesrv.ndimpl.Uwg
Can help to point to the file name which stores the database table for PDM
I am new in our company, And the creo is really slow when use windchill: 1. After opened some parts from windchill server for 1 or 2 days , the loacal windchill identify thoese parts are new parts ; 2.Some times after you saved the modification in local cache, and later when you reopen those parts you will find you lose the modifications. 3..For big assmbly model, you already opened it from windchill server, but when you closed the creo and reopen the model again , you will find it still very slow. Is there any clue for we can optimize our windchill or creo ?
Is it possible to search only family table instances in windchill? Matteo.
Looking for options to Integrate 2 Windchill systems, Is there any solution available from PTC for same ? or any other ideas ?
Is it possible to have a view in the workspace that displays the objects as a structure?Basically with the same options I have in the sava interface with name, rename or change state.(see attach) Matteo.
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.0.2Thumbnail attribute is added to Info page layout. This is supposed to be added in reports.Its working on VM with demo data, but not on any server where visualization is generated through workers.
For those that are using DTI, is there a way to predefine a document subtype of an incoming file that is dragged and dropped in? Creating a new document through a right click launches the Windchill menu and that works, but drag and drop seems to default to the parent wt.doc.WTDocument type.
can we have two Data Utility functions for the same attribute(datautility for making attribute multivalued and Picker datautiliy)?
Hello I am a new user for Creo and windchill, Is there any solution to show the windchill check in, check out state in 3D view, Yes there is a inner brower we can check the inforamtion in a big table, its easy for small project; But for large project, the table is not very easy for human be . So if there is any solution to show the state in 3d window, by color? Or some special icons use in structural tree? Thanks in advance!
I dont know if i am right, but i wanted to get new chooseable Lifecycle Statuses. So i created new OIR, but it doesnt work.
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.