Windchill
Recently active
Hello Trekiel, I tried the steps mentioned in this post by user "Trekiel" but, I am getting this error message (string reference not set to an instance of a string. parameter name: s). How to resolve on this.?
I am using Windchill PDMLink Release 11.0 and Datecode with CPS N/ACreo goes in to infinite process when perform add to workspace; same is happening with browsers as well.
Hello, Version: windchill pdmlink 12.0.2.7 I am trying to update the Primary Content of Doc2 with the Primary Content of Doc1 and am having trouble with the .updatePrimary method. Using the below code line 16 (.updatePrimary) keeps getting the error:wt.util.WTException: java.lang.ClassCastException: class wt.content.ApplicationData cannot be cast to class wt.content.Aggregate (wt.content.ApplicationData and wt.content.Aggregate are in unnamed module of loader 'app') Where would my mistake be? Thanks! wt.doc.WTDocument Doc1 = (wt.doc.WTDocument) primaryBusinessObject; Doc1 = (wt.doc.WTDocument) wt.vc.wip.WorkInProgressHelper.service.checkout(Doc1, wt.vc.wip.WorkInProgressHelper.service.getCheckoutFolder(), "").getWorkingCopy(); com.ptc.core.lwc.server.PersistableAdapter Doc1Pers = new com.ptc.core.lwc.server.PersistableAdapter(Doc1, null, java.util.Locale.US, new com.ptc.core.meta.common.UpdateOperationIdentifier()); // Gets the Primary from D
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19 A phenomenon in which the detailed screen of EO search is not displayed through OOTB search.---------------------------------------------------- Translated the text from Korean to English using google translate Subject- OOTB 검색으로 EO 조회의 상세 화면 표기 안되는 현상 -By Community Moderation Team ----------------------------------------------------
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS25We are looking for loading multiple images residing in a single folder as WTPart representation in Windchill, we tried loadfile suggested in PTC Article #CS145533 where we are able to load representation from a folder which contains one image file, but the customer has multiple files residing in a single folder which is required to use as folder path for this tag "csvrepDirectory" to load multiple images as representation
Hello,I want to know about PTC's new PLM application named Windchill + Saas.What is this new application use for which scenarios and how it differs existing Windchill PLM?Is it upgradable from Windchill and is that provides same as Windchill PLM?
please let me know if LWCNormalizedObject api is depricated to use in eclipse for windchill 12 and if there is any alternative to it.Thanks.
Verify Supported Upgrade Path has found errors.The upgrade path for the source system is not supported for an upgrade to this target system. The following required solutions on the source system are at an invalid release level for this upgrade: IE
I am trying to fetch a NONCE Token so I can run HTTP requests in my command line to use the API. I am following:but it still says that my authorization has failed when I do a curl command with a GET request. Windchill 12.1.2.0, and REST 2.5
Hi Guys, I am following the steps like in the link below, but I am not sure how to work on point 12. 12. Use the Criteria tab to specify any additional criteria that should automatically be applied. For more information, see Query Builder Criteria.The Sort tab does not affect how the search results are sorted. https://support.ptc.com/help/windchill/plus/r12.0.2.0/en/index.html#page/Windchill_Help_Center/LclSrchAdvancedSearchExampleReportTemplate.htmlRegards,Aj
Hi Guys,I have a one assembly and on that asm have a drawing file i successful check-in into Windchill.1. But when i open that model 2D drawing through Creo Parametric, i can see all the component but when i open the 3D i can't see it.2. Creo view also i can't see that model. How we can check this issue and where we can check it.Regards,Aj
HI All I have a MVC table in a wizard that displays a list of CAD Components. In the same wizard, I have a combo box which when changed has to change the components. Example, let say the combo box is a filter for parts and assemblies. When I select Parts in the combobox, the table should reload and display only the parts and vice versa. Any ideas how it can be done? I'm unable to build the table based on the value selected in the combobox.
How to get automatically Approver by, Approver Date and same for Reviewer into Parameter. Once promotion approver and reviewer is complete. Regards,Aj
/wp/deliveryRecords/{packageOid} I want to use this resftul api, but how to query the packageoid? Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- 我要使用這個resftul api,但要如何查詢packageoid?
Hi, I created an EquivalenceLink by passing an upstream WTPart (original) and a downstream WTPart (copy). The two parts are valid and already stored in the database. When I tried to save it, it showed an error. Here is the code.-------------------------------------------------------------------EquivalenceLink newLink = EquivalenceLink.newEquivalenceLink(original, copy);PersistenceHelper.manager.store(newLink); // Error occurs there-------------------------------------------------------------------Here is the error message-------------------------------------------------------------------ERROR : wt.method.MethodContextMonitor.contexts.rmi wcadmin - 2024-02-22 13:54:19.202 +0900, -camsbqzd5;lswr0uex;13464;kyeh5p;1, -, -, -, wcadmin, 172.24.163.107, com.acme.APIs.BomTransformHelper$Server, remoteDuplicatePart, , 0, 102, 0.2574459, 44, 0.2534846, 1.15625, 1.5911344 wt.util.WTException: java.lang.NullPointerExceptionNested exception: java.lang.NullPointerExceptionat wt
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.0.5HI, I am looking for a particular info in the database tables to build a report. Each part in windchill PDM has a location (Folder info) and I need to get that in my report. I gone through most of the tables in the PDMlink database, but could not find correct table.Could you please help me with that info.
Hello Community, I added few parameters to my assembly and did Configure action. I stumbled upon the below queries, please shed some light if you can. i) If a Parameter is not mapped to any attribute, does it still have any significance? If yes, please explain how. ii) As per below statement from PTC, what is the purpose of adding parameters after the page break?If at least one page break has been defined for the topmost configurable module, then only the input parameters for the first page of this configurable module are processed.iii)Statement: Adding child resolution would process the parameters for the child configurable module first. Query: I see the child parameters and parent parameters appearing in the same page of Set Parameters tab, then how the process is done first for the child? Thanks in advance.Sha
Master vault was not replicated, Is that possible to replicated the master vault to replica vault.
Hi,I'm using Windchill 12.1.2.0 and REST 2.5. I am wondering someone could point in the direction or give me a rundown of how I could upload a file using the API (then maybe retrieving the file using the API as well).
HI, I'm creating an API to transform a EBOM to MBOM using java. I don't have much knowledge about the differences between EBOM and MBOM, and what I only found is that the WTPart names of EBOM comes with a (Design), while the MBOM WTParts are having a (Manufacturing). Does this mean I can just duplicate WTParts, and change their view from Design to Manufacturing, and then the transform is done? Thank you!
Hello,I want to ok install Thingworx navigate, Thingworx foundation and Thingworx flow and also need to setup sso in azure for Thingworx. Anybody is having the documents or videos step by step guides even though creation of keystore files. I went through ptc help centers it totally confusing ,not sequential, skipping some steps and mis leading to lot of confusion. As m doing this first time so please anybody having these documents please provide. Thank you in advance
I am trying to create a Windchill publish rule for generating a PDF document from a Creo drawing. Our CAD Worker by default creates .plt viewables, and I have written a Publish Rule that uses the "additional-files" option to also generate a pdf file when the Creo drawing is checked in. So far, so good!However step two is to include a post publish action in the rule that creates a WTDocument with the PDF file attached to it. This does work using the DefaultPostPublishDelegate option, but here is the bit I can't do...I would like the name of my WTDocument to include the EPM Documents number and the EPM Document version. There only seems to be substitution key for the EPM Document number {EPM_NUMBER}, there doesn't seem to be a key for {EPM VERSION}.Does anybody have any neat tricks or ideas on how I could achieve this?Is there some way of triggering a process after the WTDocument is created to do a rename?Can it be fixed using Object Initialization Rules?Any help would be greatly appreci
Hi Does anybody know how to perform select all rows in a custom MVC table using JS from backend?I have a custom table and I require to select all the rows in the table on a specific condition when the table completes loading. I have the table included in my jsp using <jsp:include> Thanks
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020 CPS28Need assistance with fixing the "CRITICAL SEVER INFORMATION " warning notification. It appears that 3D CAD is regeneration status green. but for some reason, the warning notification is still show up.
Hi, I'm wondering if it is possible to define a new subtype of WTDocument which can have both WTPart and WTDocument as its child? Something like a parent WTDocument Order A, and it has child Order A-1, Order A-2, which both contain a series of WTParts. I'm using Windchill 12.1 Thank you!
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.