Windchill
Recently active
In the picture below a Hololens is shown under the "Integral Work Instruction Management" tile.How can AR be used with MPM Link, is there documentation on how we can link Vuforia Studio using Thingworx for example?
Hello, Wondering if anyone knows if it's possible via a wildcard or otherwise to filter 'product tasks' for specific 'and' conditions on tasks. Currently using the product tasks section to get a live overview of change tasks that are open and who they are sat with. Currently this gives an overview of the whole project but I was hoping I could filter this down to be able to have specific views for certain teams within a department. So like the below, this would show me the required output for Joe Bloggs, but how could I add John Smith and others to this report to be able to filter on a smaller group of individuals? Any help much appreciated. Regards Daniel
Hi, Is there any way/service to get the BOM in order as it displayed in Windchill? every time I query REST Api to get part structure details by id it gives me JSON which always comes in shuffled order, so is there any filter or query that i need to apply to get it in the exact level/order that getting displayed in Windchill? Thanks
Is it possible for a user to start a new document, upload a PDF, and have Windchill automatically extract data from the PDF to populate the fields in the new document wizard?
Hello, I have a requirement to trigger multi-level BOM report in a specific format which is an OOTB functionality (see attached photo) from a wizard once user clicks on a button. How would I go about triggering this functionality from a form processor or some other mechanism?
Hi All, I'm stuck on a problem where im not able to get the custom attribute on the picker callback, the tags and the scripts written in the jsp page is as specified below. Tag written in the jsp page. <wctags:itemPicker id="pickerID" objectType="WCTYPE|wt.doc.WTDocument|Type1|Type2" componentId="pickerID" searchResultsViewId="pickerID.view" label="Submitter" pickerTitle="Picker Title" pickerCallback="PickerCallback1" pickedAttributes="number,attrInternalName1,attrInternalName2,attrInternalName3" /> <script> function PickerCallback1(objects,pickerID) { var myJSONObjects = objects.pickedObject; for (var i = 0; i < myJSONObjects.length; i++) { var str = JSON.stringify(myJSONObjects[i]); alert(str); var fullName = myJSONObjects[i]["attrInternalName1"]; alert(fullName); } } </script> Output on alert : "undefined" @HelesicPetr @BjoernRueegg
PartStructureAccessAppThing AdvancedGridUtilitiesThing
Happy New Year all! I'm testing the Architecture Editor in Windchill 12 (according to Managing the Positioning Architecture in Architecture Editor ), and out of curiosity, wanted to delete a node from the graph.I do not get the Right click to delete neither a node, nor an interface, as it says should work. ("To delete a node or an interface from the graph, click the node or the interface and select the Remove right-click action.")Tried in two different browsers (Chrome). Right click just brings up the usual menu from every web page. I have no extensions installed on Chrome.Any ideas?
Hi Team,Am getting a downloadable pdf link from Windchill and how can I directly view the document before downloading?
I have the code (below) to check if a role has someone assigned to it or not. What I need is how to change the code to check for two different roles to make sure that they are both assigned. wt.workflow.work.WfAssignedActivity act = (wt.workflow.work.WfAssignedActivity) self.getObject(); wt.workflow.engine.WfProcess pro = (wt.workflow.engine.WfProcess) act.getParentProcess(); wt.team.Team t = wt.team.TeamHelper.service.getTeam(pro); java.util.Map members = t.getRolePrincipalMap(); java.util.Set keys = members.keySet(); java.util.Iterator itr = keys.iterator(); while (itr.hasNext()) { wt.project.Role role = (wt.project.Role) itr.next(); System.out.println("Role-=-=-=" + role); if (role.toString().equalsIgnoreCase("MyCustomRole")) { java.util.ArrayList users = (java.util.ArrayList) members.get(role); //If there is no user in MyCustomRole role throw exception if (users.isEmpty()) { throw new Exception("Select user for " + role.getDisplay()); } }
windchill have started to update my page when I search. I can have my startpage loaded and then I search something and windchill autoupdate my page with something from the searchreasult without me choosing it. I want to see my searchresult and choose by myself what I want to open. In this case windchill choose it for me.
Hi All, How to create query to get vaultFileName of FT?? There are articles on PTC https://www.ptc.com/en/support/article/cs39037https://www.ptc.com/en/support/article/cs337082 but I'm not able to create such query.Any idea?? regards,
how to set a tooltip for enum list
I am using Windchill Supplier Management Release 11.0 and Datecode with CPS F000User Warren Vargas and Karl Rickers account will not work unless listed in windchill as site admins. Account Licenses are set up the same way as all other users but when removed as site admin cannot connect to arbortext.Here are the errors that I facedUser Warren Vargas and Karl Rickers account will not work unless listed in windchill as site admins. Account Licenses are set up the same way as all other users but when removed as site admin cannot connect to arbortext.
Hello, I have a requirement where I need to introduce an attribute to an object type which should allow users to look up Windchill users and add them as a value for that attribute, I would use this value and populate the team members for that object. Requesting you to shed some light on the possible solution. Thanks,Hari
We have a growing number of projects that should be closed or completed. These projects are getting old and the users may have moved on and the names of the people in the Project Manager role may not be active. Is there a way to set a default task to close the project (as a reminder)? It is the people in the project who should know when to close the Project and how to close it (suspend, cancel, complete, delete) it.
To all, I was looking for the preference in WindChill that would associate all models in a family table to the drawing the generic is on, without having to add all of the instances to the drawing. There are times when we have a family table that consists of more than 20 parts or assemblies. having to add them one by one takes time, and makes the I found the following topic in the support.ptc.com but cannot find the preference option in our WindChill system. they say the preference option is: Windchill preference: Operation > Auto Associate > Auto Relate Drawings To Parts https://support.ptc.com/help/wnc/r12.0.0.0/en/index.html#page/Windchill_Help_Center%2FMCPR_AutoRelatingDrawingsTolParts.html%23 We are running WindChill 11.1, M020-CPS14. if this option is somewhere else, or not in the version of WindChill we are using, can someone let me know. Thanks.Dennis J RehmerABB
Hello everybody, I need kindly your support to try to understand the accesses rights menagement in PDMLink. If I delete an access to a single user context, it is no longer possible to open the assembled file which instead contains references to so many contexts.This is an example.The structure of the file XXX.asm contains parts that refer to the following contexts:EH0001_PARTS_IN_BODY_SERIESEH0002_COMPACT_DIRECTIONAL_VALVES_SERIESEH0003_MECHANICAL_VALVE_SERIESEH0004_INTEGRATED_CIRCUIT_SERIES.Although the user have access to ALL the contexts EXCEPT EH0003_MECHANICAL_VALVE_SERIES it is not possible to open the assembly. The user had access before, but now he no longer has it by decision of the board management.How can this be solved? Is there an option or configuration change in PDMLink?Thanks a lot
Can someone provide the list of Rest APIs or CLI command for Task entity of the PLM software
Hi, i followed this article to create a Document Linkage (to an Article) with OData: Article - CS285572 - How to create WTPartDescribeLink / WTPartReferenceLink using Windchill REST Services in Windchill PDMLink (ptc.com) Now, I'm wondering, if it's also possible to write several Document-ID's in the Request Body, to link them with only one request. Is that possible?
I've been working on getting our publishing under control and for the most part (with help from the great people and content here) things are going well. However, for whatever reason whenever I restart Windchill the first publish job always fails with the "Failed to register Windchill server xxx - - 15" error. Normally, I just republish that first job after a minute or so and things then start working well. Is there a way to avoid this first job failing? Does it have to do with the order of events of restarting Windchill?
Post rehost, it is working fine for .prt & failing for .drw files- In our case we are refreshing DEV env from Prod - We had performed revaulting on Prod & Test server - Current Dev server is refreshed before revaluating taken place in Prod env- While rehosting, we have created a new schema & imported Prod DB into it & performed rehosting- If we point DEV server to previous schema (before rehosting) publishing works fine but with current schema (new) publishing failed with err = -1 for .drw files
Yes i was trying to install in Windows 10 for test ( have installed oracle and configured it ) , i ran the install script for solution installation and got this error. The install folders ( software ) all start with MED-60 Note i am trying to install a fresh install of windchill on windows 10 ( not windows server ) Windchill PDMLink 12.0.0.0
PSI hangs for Windchill 12.1 shows information in OCU_PtcInstall.log asC:\Media\WINDOWS.X64_193000_db_home\bin\dbca -silent -createDatabase -templateName demo_template.dbt -gdbName wind -sid wind -datafileDestination D:\ptc\Windchill_12.1\ocu\oradata -characterSet AL32UTF8 -nationalCharacterSet UTF8 -listeners LISTENER -systemPassword "wind" -sysPassword "***************" -serviceUserPassword "**********" -automaticMemoryManagement falseDEBUG 07-01-2022 18:44:17 - checkStreams: product_log_file_name = OCU_PtcInstall.logDEBUG 07-01-2022 18:44:17 - checkStreams: ia_product_log_file_name = OCU_InstallLog.xmlDEBUG 07-01-2022 18:44:17 - --- Start: com.ptc.windchill.install.rules.OnWindowsRule @ 185876853 -----DEBUG 07-01-2022 18:44:17 - Product install dir is D:\ptc\Windchill_12.1\ocu.DEBUG 07-01-2022 18:44:17 - Fixing up variable arrays...DEBUG 07-01-2022 18:44:17 - Done fixing up variable arrays.DEBUG 07-01-2022 18:44:17 - CHOSEN_INSTALL_SET=CustomDEBUG 07-01-2022 18:44:17 - CHOSEN_I
I am building a test system for my Windchill upgrade to 12.0.2.6. Install Oracle 19c. Run the 12.0.2.6 PSI Setup to configure Oracle. It has been running for almost 20 hours and is stuck at 19% complete. I can see the database files have been created. SQLDeveloper shows the database. SQLPlus allows me to login in. I have 2 options: 1) Is it safe to just kill the PSI process and keep going with the upgrade on the Windchill server. 2) Kill the process and start over with a clean Oracle install and then rerun the PSI Setup.
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.