Windchill
Recently active
I found the database table for Affected Objects and it is called AffectedActivityData. But I cannot find the table for Resulting Objects. Does anyone know what that table is called? I'm learning how to join tables in SQL server and I have the results of a join that are duplicating rows if they part is in both the Affected Objects and Resulting Objects of a CN. Thank you, Brian
Hello everyone! Please tell me how can I download the user signature file using Java API or using Info * Engine? Best regards!
PTC is happy to announce the new HTML5 based drag-n-drop file upload utility with Windchill 10.2_M020. This new utility will replace the existing Java based drop target and give people a much simpler and more intuitive way to upload new documents and attachments. This video demonstrates how easy it is to create multiple documents using the new drag-n-drop upload utility. This video does not contain audio, yet... Unable to play video. Please try again later.(view in My Videos)
Hello, i have drop down list which has validation on it to be visible or not , when drop down has been hidden ,i want to make place of it not to be empty and filled with another widget like label, and when it is visible , label shifts to bottom of drop down it is available in Thingworx ? how can i achieve this?
Anyone know what this is regarding... Just started noticing it... But I'm not experiencing anything out of the ordinary currently. 2020-07-09 12:26:33,770 ERROR [ajp-nio-127.0.0.1-8011-exec-63] wt.util.ReleaseOptIn Joe Blow - Features added in previous release are making check for OPT IN. These checks should be removed
Hello,we are trying to customize output page (created by "Export to PDF" command from the Mulit-Level BOM Report) to include company name and logo and also to include information about selected product and organization but with out success. I tried changing the xslfo.xsl and also reportGenForm.jsp but (predictable) without valid result, I also searched in Windchill Customization manual for something that will give me a clue what to do, but no luck.Does anybody knows is this possible and if so where to start?Thanks!
I'm excited to share that we have a new event series that kicked off this week called 'Coffee with a PLM Expert'. The sessions in these series are all live and interactive, focused the most popular Windchill topics. Here's a bit more about each series: Core PLM Series Wednesdays from June 10 – July 29 10-11AM EST PTC’s PLM platform, Windchill, offers native collaboration capabilities enabling your global virtual workforce to efficiently design and manufacture products. In these relaxed, interactive sessions, you’ll learn about new and existing PLM capabilities and how they can best support your product development process. Date Topic June 10 Visualization June 17 Project Collaboration June 24 Windchill Extensions Introduction July 1 Change Management July 8 Manufacturing Process Management July 15 Parts Classification July 22 Creo 7 + Windchill 12 July 29 ThingWorx Navigate Windchill Extensions Series Tuesdays from June 16 – July 21 10-11AM EST Th
It has been a while since I had to rehost my production machine to a test server, but I recently upgraded to 10.2 and would like my test server to reflect the 10.2 production server so that I have a fresh start. I would like to use the Rehost 2.0 tool to help me since I do not want to go through a manual rehost. I do have Solr turned on, some customization and connect to our corporate LDAP. I have an app server and a database server in production and am moving to the same on two virtual servers. Which method would be better and why?Copy all the files to the new machines, import the database and use RenameUse Rehost with a staging areaUse Clone with a staging area
Hi admins Something is wrong in TWX. Here is the bottom left of the Composer: "Waiting for available socket" I wanted to post a screenshot, but it seems I am no longer able to. This looked like a bug, but no: actually this is a user error. I have another tab showing the TWX Runtime, and it currently has the login dialog up waiting for my password. When I login correctly in that tab, then my Composer works fine. So this is not a bug, but it is a usability issue. Rick
Anyone now what this business is about? We did a search for a part number and a file other than that name came up. 1000617 was searched for and 1006123 was returned... when looking at the attributes in CREO View I see this. epmdoc_teamName shows another number... It appears the file was originally named 1000617 and then renumbered and named to 1006123.. is this going to cause me problems down the road?
Hello,How to enable MPMLink API? which jar is used?(for MPMPartToProcessPlanLink, MPMLinkHelper,...)How to create Process Plan with API?How to copy Operation to Process Plan with API? Thank you
I want to add a new column that will display the attribute (some other attribute which is not available in the table currently) in the edit association table. This edit association action is on the cad object. Can somebody help in achieving this requirement?
Please use this thread to provide feedback on Navigate documentation. Early feedback provided after a release will allow us time to act on the feedback prior to the next release. Right now, we're seeking early feedback on Navigate 9.0 documentation. Any feedback in the next couple of weeks will be greatly helpful. Please feel free to link existing threads.
Hello everyone, please tell me how to download the drawing view of a wt.epm.EPMDocument using JAVA or Info*Engine?
Hello, tell me, please. How can I get data from the Process Status table in Promotion Request using Info*Engine or JAVA?
Hi All, I am using Rehost Utility 3.0 M010 to rehost Windchill PDMLink, and it seems that it is ignoring the properties that I provided. I have 3 adapters, 2 are base administrative and enterprise, and one additional JNDI adapter, which has been configured with those properties: target.ldap.username.<domain>.<adaptername>=target.ldap.password.<domain>.<adaptername>=target.ldap.hostname.<domain>.<adaptername>=target.ldap.port.<domain>.<adaptername>= And rehost is successful, but some Windchill properties are not updated. mapcredentials.admin.adapters and wt.federation.org.directoryServices properties contain only two entries instead of 3, and missing one is that additional JNDI adapter. What else needs to be filled to have that set up by Rehost Utility?
Hi , I have set up a Thingworx foundation local environment in my machine(running on self signed SSL) . now i would like to add thingworx navigate extension to my local environment ? is it possible ?. if yes can someone share me te steps for the setup or any reference document . Thank you.
We are seeing issues with upgrade of an 8.5 Thingworx Navigate app to Thingworx NAvigate 9. Lack of support to Microsoft Edge Legacy and IE is little frustrating. Lot of shop floor users are still using old browsers. Is there any workaround to show the app for legacy browser? Preeti IE 11 ( App is not displaying at all – Just white screen below) Edge Chrome
HI all, Can anyone please help me in optimizing the SQL query . I have written a sql query to retrieve WTParts when 2 IBAs are given . (using OR, AND conditions). SELECT A0.* FROM WTPart A0,UnitValue A1,StringValue A2,WTPARTMASTER A3 WHERE (A0.ida3masterreference=A3.ida2a2 and A3.WTPartNumber LIKE 'RT-3294%') AND (((A1.idA3A6 = 3853762) AND (A1.value = 0.037099) AND (A1.idA3A4 = A0.idA2A2)) OR ((A2.idA3A6 = 19907282) AND (A2.value = '22') AND (A2.idA3A4 = A0.idA2A2))) AND (A0.idA3view = 569) AND (A0.latestiterationInfo = 1) AND (A0.variation2 IS NULL ) AND (A0.statecheckoutInfo <> 'wrk'). But when this query is executed , its generating only 1 part more than 10k times . May I know if I have to modify the query. Thanks.
Hi everyone, @WindchillAdmin @windchill I wanted to check if there is any possibility to create replication rules for replica server for latest files of say last 200 days over the replica vault? Thanks in advance for your time and help😊, irfan
How to get specific organization level subtype and attribute through api @BjoernRueegg @Marco_Tosin @PrebenJ @aacciano3 @RME_DH @MikeLockwood
Good day to all. I'm querying some ContentItem instances (primary ApplicationData of WTDocument). For some reason API ContentItem.getHolderLink() returns "null" to me. What ways can get it's parent ContentHolder or WTDocument by having ContentItem? Thanks 🙂
Hi All, From Windchill 11 onward, PTC provided longDescription attribute to support Rich text contents. For now this attribute is available for only Change types objects. This is Modeled Attributes. Is any way to reuse this attribute on other Types like on WTPart or WTDocuments ? Kindly share your thoughts. Thanks and Regards, Vivek
Im using windchill 10.1 M030, We have written a code for creating project automatically based on the lifecycle state of the document. When the document is released, the project will be created by the listener. Now the users are added manually in the respective roles in the project. Instead i wanted to add a particular members of a role from library as a project manager in the project context. Need help with this.
We have several sub-type Change Notices I created a report that shows me all the currently open CN's but using the top-level Change Notices. This report shows who the current assignee is and when it was assigned to them. I have a request from one of my users that asked if all the CN sub-types ("ECN Type" shown below) could be shown in the criteria page when creating the report and have it so the user can select which CN's to report on. I looked at it but couldn't figure out how to make that happen. Does anyone know how to do that?
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.