Windchill
Recently active
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?
I am cloning a 10.2 M020 Server.But when I am done all the configuration and trying to start the windchill.I am getting following message in server manager and it gets stuck. Method server does not get launched.2015-06-27 12:02:21,039 INFO [main] wt.server.manager.startup - ServerManager bound in registry.2015-06-27 12:02:21,046 INFO [main] wt.manager.CacheMasterNegotiator - Cache master stub name: CacheMaster2015-06-27 12:02:21,046 INFO [main] wt.manager.CacheMasterNegotiator - Using low-locking algorithm
For a certain Creo family tables, when the assembly containing these family table parts are opened in Creo View from the WIndchill Details tab, the family table objects do not appear in their assembly in Creo View. Instead, they have an unresolved branch link next to the object in the model tree. When the same viewable is opened from the Windchill Structure tab, the model and its objects display correctly in Creo View. Has anyone experienced this issue before?
My understanding of a baseline in Windchill: a collection of items in a specified version. This is basically version control that is required for an assembly and it's many parts. In Windchill SIM, it is required for version control of a manual and it's many xml descendants. However, it seems we can't do anything with this baseline in SIM. Some cases: Opening this baseline (or an object from this baseline) is not possible. You can add a baseline to your workspace, but you can only open the latest version in Arbortext. Request a new translation from a baseline. When a product is selling well in a particular region, product management decides later that we want to sell it in a different region too and thus require new translations for an old manual. It is however impossible to transfer this package (what a baseline essentially is) to a translation package. Translation packages can only be created on the latest version, not from a baseline. Publish from a baseline. Our software in some p
After restart of windchill server, we are facing issue, Windchill blue screen is coming no navigation bar is seen?attached is log file2016-10-31 15:13:56,897 INFO [NmActionService.initXml] com.ptc.netmarkets.util.misc.StandardNmActionService.xmlInit - Started initializeXML()2016-10-31 15:13:59,129 WARN [NmActionService.initXml] wt.method.server - Uncaught exception on thread: "NmActionService.initXml" [id=35]java.lang.ArrayIndexOutOfBoundsException: 7602276 at java.util.ArrayList.elementData(ArrayList.java:409) at java.util.ArrayList.get(ArrayList.java:422) at org.apache.xerces.dom.DeepNodeListImpl.item(Unknown Source) at org.apache.xerces.dom.DeepNodeListImpl.getLength(Unknown Source) at com.ptc.netmarkets.util.misc.StandardNmActionService.getNewAction(StandardNmActionService.java:2010) at com.ptc.netmarkets.util.misc.StandardNmActionService.parseActionXML(StandardNmActionService.java:1409) at com.ptc.netmarkets.util.misc.StandardNmActionService.initializeXML(S
Hello all. I hope you are doing great. I would like to know if is possible to export the documents of a product to a project. I have accomplished to copie them but only the latest version of the documents and I need to keep all the history. Also I could create a shortcut using the "Add to project" command but I need to deleted the original product. Copy or move using Clipboard only let me do it in the same Context. Do you have any ideas? Thanks in advance for the help!!
Hello anyone, in the support database i found a Case with the following issue: Object Information Page: Collapse of tables and areas is not saved when navigating to another object and back again in Windchill PDMLink 10.0 M020 The SPR tells there are no fixes for Windchill 10. We use Windchill 11.1 M020 and miss this feature, so anyone knows if there is a solution for this issue?
Hi,how I can get the all lifecycle state name from lifecycletemplatemaster and lifecycletemplate right now I am running this query but it did not work for me, it just give me one lifecycle state nameselect LifeCycleTemplateMaster.name, PhaseTemplate.name from lifecycletemplate, PhaseTemplate, LifeCycleTemplateMasterwhere LifeCycleTemplateMaster.ida2a2 = lifecycletemplate.ida3masterreference and PhaseTemplate.ida2a2 = lifecycletemplate.ida3b9and LifeCycleTemplateMaster.name = 'Action Item';
Hello All, Is any way to create a Sequence under Operation type. OOTB Sequence is created directly under the Process Plan. Is any workaround/ customization feasibility to achieve this . Thanks, Vivek
I am looking for information on when SolidWorks MBD (PMI data) will be supported in Windchill. Any information on this topic is highly appreciated. A.
Hello, I set a new reusable attribute MFG (String, all identifiers set to just MFG). I added to the CAD Doc subtype and gave it a new enumerated list. The Internal name cannot have spaces... so I removed them and made all the manufacturer names one space free string. But for display name I entered them as they should be. I also put "MFG" next to the Creo:____ box which I believe explicitly maps it? I set my regular part and sheetmetal start files to include the same parameter "MFG" and set the parameter to "ADD MFG" for with the internal Windchill name is "ADDMFG". I checked in the regular part no problem. I checked in the sheetmetal part... problem. the error showed that all the legal values were the internal name on this. Yet the regular part checked in fine with the Display name. I set the parameter in the sheetmetal part to "ADDMFG" and it checked in... What am I doing wrong here!?
Usecase: I have an MVC Table like following: Is there a way to implement a Javascript function that calls an Action on doubleclicking a row in the first column. It should call the same Action like the following one: Thanks Alex
Hello everyone! I try to execute a post request, but get this error: {"error": {"code": "INVALID_NONCE","message":"A potential security problem was detected. Refresh the page and try again. If the problem persists, contact your administrator." } } I found this article: https://www.ptc.com/en/support/article/CS312447 It says that a token is needed, but I already added it and still does not work. Here is the request that I execute to get the token: http://server/Windchill/servlet/odata/PTC/GetCSRFToken() Here is my code for the post request: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.io.UnsupportedEncodingException; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import org.apache.http.HttpEntity; import org.apache.http.auth.AuthenticationException; import org.apache.http.auth.UsernamePasswordCredentials; import org.apache.http.client.ClientPro
I would like to hear from the people that have enabled WPA for their environment. How is it working? Has it provided any actionable recommendations? What were the results of those actions? Anything else that would be of help. I probably won't find this out but I'm curious how many use it.
I decided to tackle a large purge job on a single product area. It was way to large to purge in a single shot. The goal was to keep only 2 iterations of Released objects. I estimated there were 120K purgable iterations in just this area. I will paste some graphs and notes at the end but here is what I learned: If too large, try determining a threshold by adjusting the number of iterations to keep and slowly walk that down. Purge Parts and CAD docs together. Too many dependencies to leave out one or the other. Use preview - HTML to get a count of the total number of objects found. I did not want to exceed 11000 items in a single job. There is a preference to control this. Chunk - There is a preference that controls how system chunks purge jobs. So a 10000 object job chunked at 1000 objects will create 10 chunks. Chunks are random so if an item needed to purge first is an a later chunk, dependent objects will failed to purge. See here: CS206660 Chunk of -1 will b
Hello everyone! I get information from the server using the OData REST API.I have a global attribute, which is a collection: I want the server to return only one value from the collection when requested. In the request, I want to specify a value that will determine the desired collection value. I understand that such logic can not be written in the request. Therefore, I tried to implement this in the JavaScript domain file. I thought that it should be a function that first receives the values of the collection attributes from Windchill, matches them, and then uses the value passed to the function as a key and returns the desired value. I saw that in JavaScript you can use classes from Java: var EntityAttribute = Java.type('com.ptc.odata.core.entity.property.EntityAttribute'); But I do not know how to use the code to get the values of global attributes. I did not find documentation for odataWeb.jar (com.ptc.odata...) library.Tell me, please, how can I do this?Thank yo
Hello everyone! I tried to get the values of global attributes through RMI, I could not do it.Tell me, please, how can I do it?Are there other ways in java to do it?For example, through the odataWeb.jar library classes?Thanks in advance! Respectfully!
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.