Windchill
Recently active
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
A bit over a year ago we hired a brilliant company to configure our Windchill to the workflows etc. that we wanted. One thing we wanted was to do was map our parameters in Creo to Attributes in Windchill, so we could use them to search. So they created a bunch of attributes called MFG1_PN, MFG2_PN, MFG3_PN, MFG4_PN, which are supposed to be Data Type = String. But they accidentally made MFG3_PN "Boolean" data type.When I log in a Admin and go to "Manage Global Attributes" I get all the listing as expected. But I can't edit the type from Boolean to String. I get that. I read it in the Help, so I understand why you couldn't be able to do that, it's totally different types of information. So I thought I could delete it and create it again as String data type. But nope, won't let me. I get this message:(I should say I renamed it to "MFG3_PN_Obsolete", with the idea of creating a new attribute with the same name but String.)Okay, what do I do? I believe there isn't a single Creo object in o
While Installing PTC Navigate Framework Extension, I am getting this error.2017-05-16 14:58:27.778+0530 [L: ERROR] [O: E.c.t.t.ThingPackage] [I: ] [U: SuperUser] [S: ] [T: http-nio-8085-exec-5] [message: com/ptc/resource/ResourceManager]2017-05-16 14:58:27.788+0530 [L: ERROR] [O: E.c.t.w.ExtensionPackageUploader] [I: ] [U: Administrator] [S: ] [T: http-nio-8085-exec-5] [context: An unexpected server error occurred: com/ptc/resource/ResourceManager][message: com/ptc/resource/ResourceManager]any help?
Hello Experts,I am new to windchill. Now Currently I am using Windchill 10.2 M030. I wanted to load the demo classification files. What exact syntax is being used to load the demo files of classification. I gone through the help file Loading demo data. But at the end how to load it is not mentioned.Please Guide me.Thanking you in advance for response.Regards,Chandrakant.
Hi everybody !Since this morning, when I want to rename a CAD document, the button "OK" doesn't work. I can click but nothing happen, the window doesn't close and the rename is not done.Saturday, an installation of optional components has been done (ProjectLink, MPM Link...) and the problem was not present before.Do you have an idea ?For information:- Windchill M010-CPS04- No error in method server logs/apache logs- Tomcat, InfoEngine caches has been cleared after installationThank you in advance for your supportFlorent
Hello, Regenerate model and still looks like this below: Once I hit edit for the doors they go together. Do you know why?
Is Project Link a supported Ad-In of Microsoft Project Professional 2016?
I just want to know, if I send some drawings to other people for approval, the approver and me all do not use the PENTABLE, then the approver approve the request, the drawings released to FORMAL RERSIONWhat will be happen ? the dark lines will show up ? if the approver use the PENTABLE ? what will be happen ? or the dark lines depend on the Windchill ? the Windchill has been set default ?below is a PDF.The outside lines are dark and hard to review, I know I can use and set the “PENTABLE” to make the lines look more thin when I export the drawing to PDF.But I want to know ,if I do not use the “PENTABLE”, other people release this drawing into “FORMAL” and individuals use a viewer, the “dark lines” will still show up ?I was wondering once we put things into “formal” if the “dark line” would still show up?
Hi Every one,Can you some tell me the reason for not having the View attribute for editable in the "Edit" Layout.I know it is available as a separate option from the action menu. Why should we not have it under "Checkout and Edit attributes" or "Edit common attributes"Thanks for your response in advance.Regards,John Selvaraj D.
Hello,I have a problem when I try to import Creo objects (prt, drw and asm) into my workspace, the import fails and I do not find any information in the event manager.Is there a special configuration to set up to have this information in the event manager?Do you have an idea of why an import can fail?Thanks in advance.
I am trying to set the preference under Operation -CheckIn-Upload so that all part and assembly files when checked In will drop the file extension on the number field.In my testing, I can get it to work for my personal userID, but it will not work when set at the Product or Library level so everyone gets the setting.When I have the preference set to Yes for me, as soon as a save a file into my workspace, the number field shows just the number, not ,prt or .asm extension.I then set it to No for me and edit the Part Library preference to Yes, create a new part and save. It is showing the .prt extension.I have set the preference to Auto Create WTparts at the Library and Product levels and that works fine.Is there a bug in my version that is fixed in Windchill 11? I can wait for that as that will be by the end of the summer.Windchill 10.0 m040Creo 2 m220
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.