Windchill
Recently active
HI Guys,I am using Windchill software as input for my PLM project and for that i want BOM (Bill of Material) revision date to display.But currently i am not getting it from the data object collection from Windchill itself. Than how to get it manually, have you any idea regarding that?Thanks
Hello gurus !!!PTC provide a Workgroup CAD manager for Solidworks but I have never used it, implemented it, nor have been given any datasheets.I am expecting some limitations vs Creo Integration, however, while my company could be migrating to Windchill, it is unlikely we move from SW to Creo (not that I would mind )Instead of getting the list of all the functionalities that works, I was wondering if I could find out what sucks with the SolidWorks Workgroup CAD Manager.eg, I love in Creo the fact you access the workspace (and even more) via the embedded webbrowser. How does that work with SW ? Is there a workspace at all for instance ?Are all the SW features recognized in PDMLink. (imagine if you could create family table in Creo but once in PDMLink you would only see the generic !!!)Thanks for any tips and for the gurus who are using this Workgroup CAD manager.Best regards
I do have following UI setup in place for client requirement Wizard -> Table1, Table3Table3 has a action toolbar with action as Validate, publish and Show attribute.On Validate action invoke, I want to pass all table row details to do further process on doOperation method.Please suggest if it can be done with some settings or through some java program.
I have following UI setup at my end Wizard -> Table1,Table2,Table3. Table3 has selectatble row element and action like validate, publish and show attributes.I am populating all row element though buildComponent data by getting bom details of WT Part.e.g.Arraylist<Hashmap<String, Object>> localArraylist;HahsMap<String, Object> localHahsMap;WTPart partentPart = WtStucutreHelper,service.getUses()while(childpart){ Traversing all bom and childdetails. putting back in hashmap}Validate action (doOperation) returning the select id from the wizard - Table3.Arraylist<NmOIdList> nmIDList = NmCommandbean.getActionIDwithWizard();for(nmidList){ String selected ID = nmOid <Again need to traverse the details back over here to process further>}So is there any way through which I can all select row details apart from selected OID in NMCommandBean.
I have taken a backup from SQL server 2008 R2 and restored it in SQL server 2014. Now the database collation is SQL_Latin1_General_CP1_CS_AS. I have to change the collation to Latin1_General_100_CS_AS_SC. When I run the collation conversion utility, it prompted to enter the details like destination host name, instance name, db admin user name, db user name, default db and application name. When I enter all the details and hit the enter button, the window closed. Nothing happening. Please give me a solution as soon as possible.
We have configured and customised Windchill PDMLink to show some of the CAD Document information on native MCAD drawings created with Creo Parametric and SolidWorks, by using a combination of implicit mapping of Attributes and customised copies of the "download delegate" and the Promotion workflows. At the end of the workflows, the Lifecycle state changes and the drawings get re-published by WVS and the cadworkers, to make new PDFs showing the latest version, Lifecycle state, etc. Hence both the native CAD drawings and the PDF viewable copies show exactly the same information in the drawing title block.The same behaviour is not possible for ECAD applications, such as Creo Schematic or PCBCAD tools from eg. Mentor Graphics, because they have a set of native files that get ZIPed up to make the ECAD Document primary attachments, and the viewables are (typically) made on the client-side automatically during the check-in process. Hence there is no mechanism for sharing Att
Hi everyone,If a part(not a standard part) is used in multiple assemblies if we want revise the part then the related assemblies are to be revised.when we revise that part i am not getting the option in collect objects where the object is used.if that part is revised i want revise the assembly also.i had kept some screen shots for info.Who can i do this?ThanksNeel
We use Technical Data Packages (TDP) in Windchill to collect all the required information about a part into one revision controlled object that we approve for a purpose, i.e. as a purchase specification to send to a supplier. We would like to use ESI to publish the TDP to SAP and link it as a document, so that procurement can pull this into the SAP Purchasing Object (RFQ/PR/PO), and the supplier and receiving inspection, etc. are all on the same page about the relevant specs for the order. However, ESI does not, as far as I can tell, have the ability to publish a TDP based on their links to a part (e.g. to originally selected objects, i.e. the part we're publishing). Has anyone implemented similar functionality, and if so, how did you go about it?We're considering putting a robot on the TDP approval routing that will create/revise a document that we can link to the part or enterprise data. This document would have the same number and revision as the TDP with URL
Is it possible to reset team recursively on all contents in sub-folders?
In Windchill version 11, it is posible to define the Revision when you create a new document but it is not when you select the option New Multiple Documents.Several users have asked us for having it.
A duration of more than 2 hours using an up to date computer is rather too Long for me
We have a custom printing script to generate PDFs witha particularlayer shownon our drawings and I would like to have the CAD worker automatically run this on checkin or state changes. Can someone point me in a direction to read up on configuring the CAD worker?TIA,Mark Bohannon
I am trying to find the WT parts associated with a change notice in the Oracle database.I created a change notice and 1 task (1 record each in WTChangeOrder/Master and WTChangeActivity/Master). There are 2 WTPart records that are linked to this task. In what table(s) are these stored? I have looked in STRUCTUREDANNOTATIONSET and SUPPORTINGDATAFOR but the records are not there. (one table has no records whatsoever; the other has none modified in the last 2 months.)
I am trying to generate a report in QueryBuilder (10.2) that will list all of the Implementation Plan tasks of a CN (just like the Imp Plan tab) and I would like to show the Sequence number. I thought I had it figured out when I found wt.change2.changeplanning.ChangePlan.Sequence but that is not it. (all results are zeros) Then I found wt.change2.changeplanning.ChangePlanActivity.Sequence, but that doesn't appear to be it either, although looking at the raw tables, there appear to be valid sequence numbers there, just not for my activities.Does anyone have any idea how to extract that data in QueryBuilder?Thanks,John
How do you load data from database one page at a time using Windchill JCA? We have a custom JCA application that loads data from a database into a web page. When it gets to 2000 rows it throws the warning error row limit has been reach. When I try to hit the Next button the table goes blank. When I press previous the table goes blank again. How can I load a table one page at a time to avoid reaching the max rows? Does anyone have any examples?
I was wondering how different companies track miscellaneous items like sales kits, service kits and accessories for your end items. We're trying to get ideas for the best way to do this. The current way we are doing it is not helpful for tracking these items in any way. So how do you handle these objects in Windchill?
For one of requirement, I have created two tables in wizard through multicomponent config. Out of which one table has the Action menu with event like "Validate", "Publish" and "Edit Details".I wrote the "DefaultObjectFormProcessor" for all action event. but once i am trying to get selected object details in doOperation method. Null value returned by all getSelectedXXXX, getNMXXXXX methods of NMCommandBean. Is it require some settings in case of multicomponentconfig?your help on that highly appreciated
I want to change the embedded broswer as internet expolorer 32 bit. I have changed the wgmclient.ini but within the workgoup manager the borswer is act as 64 bit. Could you please tell me how can I change the brwoser within WGM?@
HiIs any one can comments on compatibility of windchill 10 or 11 with Solid work 2017. Any work group manager patch is available for it.
It would be very useful having check boxes for selecting several profile actions when you create a new profile (or Edit Profile).It could be made by columns (Library, Product, Project, Product and Global), like this:
Hey All,Here's a bit of background to supplement my main question.I work for a small engineering/technology company that has settled upon PTC/Creo/Windchill as its CAD/PDM solution. Due to our size, I've had to assume the role of Windchill admin, and while I have eight years of experience from the user side of Creo/Windchill (ProE/Intralink) from my previous company, I'm currently lacking most of the database, programming, and IT knowledge necessary to competently administrate. One of the reasons we ended up choosing PTC as our solution for CAD/PLM was our reseller's insistence that we could integrate our semi-intelligent part numbering system into Windchill and have it handle the generation of part numbers. Now that we've had the "roll out" and I've had time to pour through PTC Help Center, PTC Community, and all the reference documents, I'm realizing this might be a bit more difficult than originally expressed to us. Our part numbering isn't overly complex. We a (2) alpha chara
I have a JSP page where data is rendered using NmDefaultHTMLTable class. After the table is rendered I include two more JSPs at the bottom which in turn have their own tables which uses the same class NmDefaultHTMLTable.The problem is that when the JSPs are included they override the above table with their data. Is it not possible to render two or more NmDefaultHTMLTables in one page?------------------Tabe 1 code snippet----------NmDefaultHTMLTable table1 = new NmDefaultHTMLTable();table1.addColumn();table1.addCellValue();NmDefaultHTMLTableModel Tmodel = (NmDefaultHTMLTableModel)table1.getModel();table1.setTableModel(Tmodel);modelBean.serModel(table1);NmTableRenderer.draw(modelBean,,,,,,,);modelBean.setModel(null);-----------------------------------------------------------------------------------------------------------------....------------------Tabe 2 code snippet----------NmDefaultHTMLTable table2 = new NmDefaultHTMLTable();table1.addColumn();table1.addCellValue();NmDefaultHTMLTable
What does the state POSTPRODUCTION mean?
I have my load from file, but i could not able to include Find Number tag element, could anyone suggest how to include tag element?<csvAssemblyAdd handler="wt.part.LoadPart.addPartToAssembly" > <csvassemblyPartNumber>775-95084-006-PIMS</csvassemblyPartNumber> <csvconstituentPartNumber>775-95084-036</csvconstituentPartNumber> <csvconstituentPartQty>1.00</csvconstituentPartQty> <csvconstituentPartUnit>ea</csvconstituentPartUnit> <csvcomponentId></csvcomponentId> <csvinclusionOption></csvinclusionOption> <csvreference></csvreference> <csvassemblyPartVersion></csvassemblyPartVersion> <csvassemblyPartIteration></csvassemblyPartIteration> <csvassemblyPartView>Design</csvassem
We are in the process of planning and implementing Change Management in our Windchill environment. The goal is to utilize as much OOTB configuration as possible, and minimize customization to start.Two area's we are looking for insight on are: 1) How to handle additional (uncaptured) changesLets say a user is assigned a change task (after Implementation plan approval), While implementing change to resulting objects, the user identifies additional changes (required and/or improvements) that are not captured in existing change objects. Some ideas are we are considering:a) amend the change notice + (Send to CIB for re-approval OR send directly to Audit depending on impact of change)b) create new PR/CR and incorporate change at next release2) Content of a change notice and change taskHow have you structured change tasks and notices? We are debating guidelines for the amount of affected objects a change notice/task should contain and also the number of changesW
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.