Windchill
Recently active
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M010Hi,We are currently having issues with the functionality of some customized JSONP pages we created for our vkms production and when trying to create reports or pull data from that that page we get this error when trying to search"DataTables warning: table id=browseDataTable - Ajax error. For more information about this error, please seehttp://datatables.net/tn/7"This is the specific link for that page: pdmlink/netmarkets/jsp/strattec/StrattecQualityPortal.Thanks!CollinsHere are the errors that I faced"DataTables warning: table id=browseDataTable - Ajax error. For more information about this error, please seehttp://datatables.net/tn/7"Windchill ErrorRequest ID: xoqpuokjo;lspdlkrz;uncm4t;256247Request URL: /pdmlink/netmarkets/jsp/strattec/StrattecQualityPortal/viewNonConformingReport.jspQuery String: documentID=null&pageID=printRedirectStatus Code: 500Exception: java.lang.NullPointerException
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.1.1What would cause purge job of PDMLink pending?the event information of this job could not been display(always loading).How to deal with this situation?
Where do I find the most recent document of this?https://support.ptc.com/support/legal-agreements/pdf/Licensing_Basis_Table_Feb16.pdfThanks!
Hi! I hope you all good! At moment, we have a Java old solution to save data from a Part in a file (txt and xls) that is triggered on Life Cycle. Unfortunelly now we will need to send by API to a outside ERP service. I would want maintain this flow but not writing the result into a file, i need change to send by API rest service. Have anyone a sample Java Code about how to do that? In fact it´s a Totvs DataSul from Brazil integration, if someone has any idea to how to solve it, i'll appreciate. Thank you!
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS16I need to remove a remote file vault, The remote server was shut down, because the location no longer exists, so I need to remove the file vault and replication schedule in a secure way, i need step by stes suggestionsHere are the errors that I facedI don´t have errors, I cant find documentation related to remove file servers
Hi Guys,I want to know a brief about the User Creation Method:When we created a new user in Windchill, we found a domain of user/domian in the personal cabinet. I want to know what that is and where we can use it. If I click 'Find', I can see User, Default, System, and Unaffilated. Where can I use these, and what are the advantages of using them? Regards,Aj
How to override ootb validator or is any way to add our own validator to ootb actions.
Hi,we're still using Drafting 20.4 on some virtual machines, connected to the Workgroup Manager of Windchill 12.0.2.0. Just for some users - although the server is set and available, the workspace is new and incorrupted, Drafting is correctly set as application, the cache is low, etc etc... - all the .mi objects downloaded into workspace are always outdated, and the synchronization has no effect on this. So Drafting doesn't open anymore any .mi drawing. I've already tried to erase the server ad set it again, same result.
Hi,Is there a way to deselect a particular row from the tree selection?I have a few selected rows in a table. But depending on an attribute of the selected row, I need to deselect it.Example://All the selected rows are obtained in this these selections variablevar selections = tree.selModel.getSelections();//The attribute "Should_not_be_Selected" represents the row which should be deselected.for (var icount = 0; icount < selections.length; icount++) { if (selections[icount].data.Should_not_be_Selected === "yes") { //What should I do now with selections[icount] to deselect this row? }}I couldn't find any help with TableUtils or TreeHandler.Any idea? Thanks
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020 CPS30when we try to open the WTDocument primary content in excel, "windchill office integration unable to start" this error is persisting.Here are the errors that I faced"windchill office integration unable to start"
Hello,I don't find a solution to remove in Windchill (ver. 11.1) the option "inseparable" in the fied Assembly Mode (internal name: partType). I'd like to have only "separable" and "component".Somebody has a solution to do this? Thx
Windchill 11.1 MO20 CPS29 Existing Environment:I have a Test environment cloned from Production but I have not configured Vault while rehosting due to high Storage space. Now, I have created a new vault and configured to Test. Issue:I have a BOM in Test Environment with 1500 WT. Parts where need the representation to visualize in Thumbnail. How do I load the thumbnail in bulk.?
According to some of the research I have read that Info*Engine if the way to go to interact externally with Windchill. However, there seems to be some evidence to suggest that this is not the way to go moving forward as Info*Engine is/will be deprecated. Also, the REST API information seems to be somewhat incomplete. - What is the preferred way to interact with Windchill and is there up-to-date documentation which illustrates how to access Windchill programmatically?
I get the following error when trying to run a custom Rest Endpoint (concept : Fetch all contents for resulting items in an ECN). I cant figure out what I am doing wrong. Web Service Response { "error": { "code": null, "message": "The key value '' is invalid." } } MethodServer Log com.ptc.odata.windchill.servlet.WcRestServlet {userID} - An unexpected REST error occured Wrong parameter value. at org.apache.olingo.server.core.uri.parser.ParserHelper.parseFunctionParameters(ParserHelper.java:203) at org.apache.olingo.server.core.uri.parser.ResourcePathParser.functionCall(ResourcePathParser.java:388) at org.apache.olingo.server.core.uri.parser.ResourcePathParser.leadingResourcePathSegment(ResourcePathParser.java:229) at org.apache.olingo.server.core.uri.parser.ResourcePathParser.parsePathSegment(ResourcePathParser.java:88) at org.apache.olingo.server.core.uri.parser.Parser.parseUri(Parser.java:234) at org.apache.olingo.server.core.ODataHandlerImpl.proces
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS08When I accsee Type and Attribute Management of Organizations, Global Enumerations doesn't appear.
Hi, i want to delete one WTpart which is owner associated with CAD instance. but while rolling back interation, it is showing error"Unable to delete Assembly - w10863703.asm,A.11 without also deleting the following members of the family table: [Assembly - w10809186.asm, C.12, Assembly - w10809187.asm,C.12, Assembly - w10809186_gene.asm, C.13]." but i need the other mentioned ASMs. how can i proceed ? Br,Sandy
Hello,Can someone try to explain to me what I need to provide to a HTTP request body for context@odata.bind? I am trying to use the API to create a document (and eventually uploading content for a document) and I'm not sure what exactly what context@odata.bind (and SmallThumbnails@odata.bind, PrimaryContent@odata.bind, Thumbnails@odata.bind, Folder@odata.bind, and Attachment@odata.bind) are exactly asking for. I know that it should reference an "entity" or something like that, but I am pretty confused. Additionally, what is @odata.type ? Please help, and thank you! Rest API 2.5 and Windchill 12.1.2.0
Currently we release and create a baseline of an approved source language bookmap. We later use this source baseline to create a target translation package. It then takes time to return the translation content from our vendors. During this time, source content continues to go through changes (new revisions and iterations) and other documents sharing the same content may even perform their own release, baseline, and translation process, further complicating what is considered latest, released content. My question: when the initial translation is eventually returned, what process could be used to ensure that target language revisions "align" (in a new baseline to publish / export) with that of the revisions defined in the original source baseline? We want to ensure what our customers see in the source (English) document matches 100% with that of its translated counterpart. This process must consider both translatable and non-translatable content changes
Hi, trying to add a user to an organization. When I go to edit a user's profile, the "find" next to organization is greyed out. I have put then in an organization group but doesn't seem to work. Asking this because I am trying to create a product, but you need to be in an organization to be a creator. REST 2.5 and Windchill 12.1.2.0
With the below query , it is extracting EPMReferencelink for all the revision of refence object, how to extract only for correct reference part which as stored configuration distinct m.documentNumber AS parent, m1.documentNumber AS child, p1.CLASSNAMEKEYCONTAINERREFEREN, p.versionIdA2versionInfo AS parentrevision, p.iterationIdA2iterationInfo AS parentiteration, p1.versionIdA2versionInfo AS childrevision, p1.iterationIdA2iterationInfo AS childiteration, l.* -- pro.namecontainerInfo AS parentnamecontainerinfo, -- pro1.namecontainerInfo AS childnamecontainerinfoFROM wind.EPMReferenceLink l, wind.EPMDocument p, wind.EPMDocument p1, wind.EPMDocumentMaster m, wind.EPMDocumentMaster m1, wind.PDMLinkProduct pro
I am using Windchill Enterprise Systems Integration Release 11.1 and Datecode with CPS M020 CPS29I added the tag called "Type" in the copy of ESIMetaResponseInfo.xml file and releasing the part through change process, I got the generated response xml file while validating the tag "Type" value showing empty and view value is also showing empty but the two attributes field having a value but in generated XML values showing empty
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.15We would like to know if it is possible to automatically recompute groups multiple times a day from a Third party LDAP directory. Currently we looked at this article,https://www.ptc.com/en/support/article/CS29278?source=search,which shows that groups are recomputed once per day automatically if that property is set.I also found this article https://support.ptc.com/help/windchill/wc111_hc/whc_en/index.html?_gl=1*47qgm7*_ga*MTE2NTk3MDExOS4xNzA2ODA1MjQ5*_ga_CBN5QVB9VJ*MTcwNzQyOTk3My4xMi4xLjE3MDc0MzA0ODUuMC4wLjA.#page/Windchill_Help_Center/queuemgmtChp_OutBoxBackgroundQueue_CtScheduleQueue.html.
We have been told that our access to Pro/I ends this year and is no longer supported. How do I export all our legacy data out of Pro/I so that we can still have access to the data in the future. We have two DB to Save. Thanks for you help with this issue.
I am using Windchill Enterprise Systems Integration Release 11.1 and Datecode with CPS M020 CPS30Our requirement is to release part and BOM to ERP through a change process(Promotion Request), but if we release the WTDocument/EPMDocument individually through the change process RTM workflow triggers.How to release only parts/BOMS to ERP(RTM workflow needs to be trigger) using the change process. If we release the WTDocument/EPMDocument through a change process RTM workflow won't be trigger. Help us to configure this issue.
Hi,I am installing Thingworx Navigate 9.2 and windchill in Azure cloud and also need to implement SSO. Do I need Pingfederate for this to achieve SSO or just with Azure AD is enough. ThanksKSM
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.