Windchill
Recently active
Both upstream view (Design) and its downstream view (Manufacturing) version of part using same LC template. In order to create EBOM and MBOM, both designers and manufacturing roles supposed to be configured with same set of access control in Inwork state and some other states. Designer should be configured with create and modify permissions in Inwork and revise permission in Released state to work on EBOM. Manufacturing role should be configured with create and modify permissions in Inwork and revise permission in Released state to work on MBOM. I am looking ways to prevent Designers modifying MBOM and also to prevent manufacturing roles modifying EBOM or even deny creation of Design version of part.
What would be the best procedure for switching revisions schemes between a development phase and a production phase? Our development phase would be alpha characters and at production would switch to numeric.
I get this message in event manager after trying to upload changes for an assembly in Windchill. "Referential integrity violations occurred for this operation: Object "CAD Document Reference Link..." This has happened after I had to delete multiple rows of instances off of a family table. I can still open and save the assemblies and instances in Creo, but when I try to upload the changes this happens. How can I fix this error? Tried looking at similar problems people have had in this community, but I have not had much success finding a solution.
Hello, in our ChangeManagement workflow we have several tasks (type: work-item) in several life-cycles. The question I have is if it´s possible to create a Subscription that is triggered by the status of one of those tasks. I already saw that it is possible for changing the status of a life-cycle for instance, but it is also possible to configure this for simple tasks? Thanks for any help! Tobias
This is a customer requirement that just like opening CAD documents from CREO, why can't we open MS documents from windchill and edit within windchill instead of using Windchill Desktop Integration or downloading files and checkin again since a copy will be saved on local drive.
I have say one folder for CAD models, another folder for Specification documents , another Folder for BOM parts and similarly more folders. As there are customer-specific attributes in each of these document types, I want the table views of each folder differently so that I can filter the documents list based on their individual attributes. For example, BOM parts view to be filtered by "Source - Make or Buy". or other custom attribute of "Part". But this is not applicable to other folders - for example Specification documents will not have these attributes. So their folder table view will list these column headings , but with empty row values and so does not look good. If I had selected "part" as type in defining table view for "BOM parts" it will be total empty in other folders' table view which is not obviously not acceptable. Thanks for your reply. Ravi
I have soft attribute created in a sub-type of part. I want to populate its drop-down from rbinfo file. I dont want to use global enum or legal list. Any Suggestions ?
We are exploring implementing effectivity on the PLM side in 10.2. I have a working knowledge of date base effectivity but reading the PTC supplied material, its lacking the depth I need. The UI also supports very advanced concepts. Beyond the global effectivity, I get the context based effectivity. I see also that it supports bounded range effectivity and multiple entries per item. Is there some uniqueness checks or invalid conditions say if I try to overlap date ranges or make if valid for December then February? If a effectivity for Rev B is set open ended, does the release of Rev C cap the end of that effectivity? I could go on but if anyone has a good set of docs or experience with this functionality.
Hallo Leute, kommuniziere via VPN mit dem Windchill-Server und erhalte diese Meldung. Warum klappt der ModelCHECK nicht? Und ist es dann möglich unkorrekte Teile ohne Warnung einzuchecken? Besten Dank 4C48
Hi, We're using Windchill 10.2. As a part of upgrading to 11.0, we're testing it in a test environment. 3 servers are configured as following in the same order as listed below; Oracle 11.2.0.4 and Windchill Directory Server are installed and configured in server WCDbSrv.company.com Business Reporting is installed in server WCBusRptSrv.company.com Windchill 11.0 M030 solution is to be installed in WCAppSrv.company.com. This task generates error as in below screenshot. I'm also attaching the log files mentioned in the error. Please help identifying the cause of error. Thank you
I am using radio buttons with few values. By default Windchill11 allows only vertical layout. Means if there are many values, it will be a long list as well I need many attributes that need radio buttons. Result is the long-long page. Kindly see the attached image that explains what I want. Even better would be grid as it can take-up more values. Thank you for your replies.. - Ravi
Hi, I have a requirement wherein I need to start a Windows application (E.g. Notepad/PDF Reader) to open a file downloaded from Windchill on the client machine automatically from the code that would be running on the Method server. It would trigger from a Windchill UI action. As of now, I am not able to figure out how to get the client machine Runtime information to handle such a scenario. Or is there some other way to achieve this in Windchill? Any clue/suggestions would be really appreciated. Thanks! .
Hi all, I'm curious what kind of procedures others have implemented when utilising ProjectLink for sharing data for contractor / external engineering to work on. We've instructed them to check in everything at the end of the day to make sure the latest is always available in the common space of the Project as we've understood that even for admin it is difficult to Access workspaces' content, but this of course creates a lot of iterations & data files. We've disabled publish for CAD model and drawings in Project and do this only manually when needed (however considering to turn on again the automatic for the drawings. When "Send to PDM" is done this publish is usually enough, despite the fact that there's issues with it not triggering correctly... PTC case opened.) How would you go about it?
Hello, In Windchill 11, the standard action "checkout" an EPMDocument using I.E or FireFox, opens by default workspace and not the working copy. Could you please know which change needed to open automaticly the working copy after the EPMDocument checkout ? Thank you.
There may be more than one way to find this out, but I'm looking for the most straight-forward, simplest method for determining the number of items (Documents, CAD docs, etc.) in my Windchill filestore (including all revisions and iterations). We're currently running Windchill PDMLink 10.2 M030 CPS13. Thank you for the help!
Hi, Normally we export oracle database using expdp command. consider Windchill having 3 Organization(Org A,Org B and Org C) are present under site. is it possible to export oracle data only for Org A ? Regards, Vivek
Windchill 10.2 F000I have a workflow (promotion request) in which I want to send an email from the Start transition of an assigned task. This is so I can customize the email as opposed to the OOTB email you get when you select "Send Notification".If you select "Send Notification" the OOTB email sent contains a handy link to the task as shown below:You have been assigned a Rework Promotion Request <.">http://YourWindchillServer.YourDomain.com/Windchill/app/#ptc1/tcomp/infoPage?oid=OR%3Awt.workflow.work.WorkItem%3A200517051&u8=1>.The link looks like this:http://YourWindchillServer.YourDomain.com/Windchill/app/#ptc1/tcomp/infoPage?oid=OR%3Awt.workflow.work.WorkItem%3A200517051&u8=1
I have a situation where I need to know whether the user chose an approve or reject task option in a standard Review workflow task. I plan to use the complete transition in the task to place my code. I need to test the value before the task goes away so I make the system take the proper action. For example, let's say three people were in the review. If the first reviewer says approve, then I want the task to call custom code x. If the next reviewer rejects then I want the task to call custom code y. The same for the third user and so forth. Simplistically I need the task to do this: get the task vote if vote equals approve call approval code else call reject code ===== There plenty of examples on how to use tally for obtaining all the votes for a given review but there isn't an example for how to look at the vote of the task in hand. Any suggestions?
Hello, This is the question. I see this was asked/answered back in 2006 with respect to Intralink 3.4. What about Windchill 10.2? I can't find out any info from the knowledge base or product docs. Thanks!
Issue: Windchill SolidWorks Publisher prints BLANK representations Windchill 11 - Solid Works Premium 2016 x64 SP 5.0 When publishing .slddrw files in Windchill, the representations are now coming out blank. This WAS working. Not sure what has changed. We did add some additional file types...see additional_file_type_publishrule.xml below. A normal slddrw as show in _SLDDRW.JPG - this is just how it looks in Solidworks then it turns into the visualization shown in _blankoutput.jpg NOTE: you can see the title block and some of the call outs (circled in red) appear in the visualization, but nothing else. Already looked into the following: CS48758 and CS111431 - not sure if either are related. Didn't seem to be. See SW recipe files - rcp1, 2, 2a, 3, 3a for current settings. FYI: We do not use the GS Worker Daemon service, running in Foreground instead. --> Here's an portion of a job log...refers to issue with EDZ? Jan 29, 2018 12:00:14 PM:Start J
Hi , I am using below components after referring Navigate Support Matrix document: Thingworx 8.0.1 H2, Thingworx Utilities 8.0.1, Windchill Extension 1.7, Navigate Framework 1.4.1 Windchill 11.0 M030 Note: I have successfully installed patch WCTWXExtension in windchill, I have imported every component and extension without any error as mentioned in guide "Thinworx Navigate Installation and Configuration guide". I am getting error when I am trying to test the connection by running Validate Connection service in ptc-windchill-integration-connector. I am getting status as Failed and I am getting some error in application log. I have attached log file. Can anyone guide/help me with this?
Hi, I am attempting to match what we do in windchill to our business process. At development and prototype states the revisions should be Numeric. Once the objects are promoted to pre-production or production the revisions should become Alpha. I have configured for state based versioning and all looks quite positive so far, I then noticed that when i promote to pre-production from the earlier state the revision remains at Numeric until the item is revised. Also if I promote to Production without revising in pre-production this will also appear as Numeric rev until a revise has been done. Is there a method I can use that will promote and change the revision scheme in one step?
I would like to produce a Windchill relationship text-file report for all Pro/E CAD Documents (epmdocument), using an SQL SELECT statement (Oracle).The output would include the following info:DOCTYPE, NUMBER, Version, relationship-type, Related-DOCTYPE, Related-NUMBER, Related VersionExample output would be something like this:ProE Versioned Part,12345.PRT,A.1,Associated Drawing,ProE Versioned Drawing,12345.DRW,B.5I am slightly familiar with the tables epmdocumentmaster and epmdocument.But I don't know which table (and fields) contains the relationship (where-used) data.Any suggestions?Windchill 9.1Gerry ChampouxWilliams InternationalWalled Lake, MI
Hi All, I wish to customize a functionality in Windchill likewise to create a dynamic drop down list. If a user selects Value A in the Attribute A drop down list , Attribute B list should be populated dynamically. Likewise if Value B is selected in Attribute A again the Attribute B list should change and another list of values should get populated dynamically. Can you all please let me know like how it is done or possible. In case if anyone has any code snippet regarding the same kindly request you to please share the same. Thanks in advance! Best Regards, Aditya Achanta
Curious to know if people are running Windchill 11.0 exclusively with Performance Advisor or System Monitor or using them together. Any pros and cons to one or the other?
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.