Windchill
Recently active
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19The index search server is down. please refer to the AttachmentHere are the errors that I facedThe index search function is not available, an attribute search has been used. The search results may not contain all of the objects you expected. Please contact your Windchill system administrator.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS091.filevault頻繁發生無法上傳檔案2.依照之前開設case調整方式(啟用/停用),仍然無效,因為調整後會自動跳回來3.啟用/停用filevault介面使用者體驗不好,雙擊並不能總是跳出啟用/停用框框,反而只會有反白功能 ----------------------------------------------------------------------------------- I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS09 1.filevault frequently fails to upload files2.According to the previous case adjustment method (enable/disable), it is still invalid, because it will automatically jump back after adjustment3.The user experience of enabling/disabling the filevault interface is not good. Double-clicking does not always jump out of the enable/disable box, but only has the highlight function. Translated with Google TranslateTranslated by Hedy Jin, Jan 27th, 2022
So, let's say I am in a fairly restrictive environment which means user do not have global read access to all data. 200+ Product contexts containing a complete list of CAD, Parts, BOMs and document content (Program data). So, when I search for things, I only get back what I currently have read access to at that time. Works as it should. But let's say that I need to do some data mining. I am in Engineering and I am looking to see if we've done some type of analysis or a report from user X or if we solved a failure previously on an old program. This body of content has huge potential for Engineering to learn from past as opposed to people keeping it in their heads. So, is there a way for users to search (thinking SOLR here) for content, get hits that it exists BUT prevent them accessing content directly? I understand that this does open crack in security wall for exploit, trade offs I guess. In my head I see that it says I got a hit on doc XYZ but user lacks acc
We're planning to use the deserialise method from wt.pds.ConversionHelper in some query builder reports to get the values of workflow variables. The report it seems a little slow, even though there's only 10 objects to deserialise in our dev system.Has anyone used this method successfully on thousands of objects?
As per this thread, similar issue: Hi, My organisation has the same structure. Context - Product line - Sales part - Parts - CAD - Documents But we have some products lines where the amount of parts is bigger than the Table size limit, which is already set to 10.000. Do you have experiences with handling this? I do not want to increase the Table size limit anymore. Best regards Katrine Nielsen
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://[URL]/Windchill/servlet/odata/v4/QMS/Quality. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 401 That's the exception I get for making calls from Chrome or Firefox. Using postman the call works fine but chrome and firefox do a prefetch request using an OPTIONS header and it seems like Windchill isn't responding properly to that request. By default options shouldn't have an authentication header and Windchill shouldn't require one. But it seems Windchill is requiring it.I've updated the web.xml file inside Windchill/codebase/WEB-INF/web.xml with the following but Im not sure if any of my changes are being reflected. : <filter> <filter-name>ContentCorsOptionsFilter</filter-name> <filter-class>org.apache.catalina.filters.CorsFilter</filter-class> <init-param> <param-name>cors.allowed
Following instructions from https://github.com/dynatrace-oss/PTC-Windchill, I get an unexpected error; this is the trace of the operation, can someone encountered this error and how to solve? D:\src\Dynatrace-PTC-Windchill>PTC-Windchill_v0.6.6.exe -url https://***.live.dynatrace.com -verbose -token *** 2022/01/27 09:20:20 ==== assets///01-ManagementZones/MgmtZone.json ==== processResponse 2022/01/27 09:20:21 id: 4621721943137380955 2022/01/27 09:20:21 name: PTC 2022/01/27 09:20:21 [ENV] {managementzones.id} <= 4621721943137380955 2022/01/27 09:20:21 ==== assets///02-Application/Application.json ==== processResponse 2022/01/27 09:20:21 id: APPLICATION-90CE01F27D579187 2022/01/27 09:20:21 name: PTC Windchill 2022/01/27 09:20:21 [ENV] {application.id} <= APPLICATION-90CE01F27D579187 2022/01/27 09:20:21 ==== assets///03-DetectionRules/ApplicationDetectionRules.json ==== processResponse 2022/01/27 09:20:21 id: 6d4f6e26-23b0-40e5-b55e-245233eccd03 2022/01/27 09:20:21 name: PTC
Added a new wizard to validate the part and its child documents or parts. how to fetch the list of objects that are set of promotion in previous step
Hi, I'm using the Import from SpreadSheet command on Windchill 11.12 month ago it was working perfectly but I now encounter difficulties. I use a recently exported file as template.At the File Validation step, I have the following Error : The Log file generated contain only the following lines : Uploading Excel file on Windchill server from primary content of the import job... Sheet 1 "BOMSheet1": PREVIEW RESULT : FAILED Any idea what can "concurrently updated" mean for my Import Job file ? Thanks. François
The native task form templates were good for everything I need until last week but now I need to customise the task layout a little more.There's a testpage.jsp task template which has samples of how to add the various tables and common elements of a task using tags, but there's no details of how to add a tab to the task or change the name of a tab. For example, I like the to have the Set-up Participants table on a separate tab. I've used the <tags:workItemActions/> tag to get the Set-up Participants table. <%@ taglib uri="http://www.ptc.com/windchill/taglib/components" prefix="jca"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib tagdir="/WEB-INF/tags" prefix="tags"%> <%@taglib uri="http://www.ptc.com/windchill/taglib/workItem" prefix="workItem"%> <workItem:MyWorkItem/> <c:if test="${myWorkItem != null && myWorkItem == true}"> <tags:workItemActions/> </c:if> There's only one
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS17 How to add hyperlink in builder For example ColumnConfig expired_qty = getColumn(factory, MaterialBOMDetailBean.EXPIRED_QTY, messageSource.getMessage(GoldenRB.EXPIRED_QTY_DESCRIPTION), true); table.addComponent(expired_qty); ColumnConfig expireDate = getColumn(factory, MaterialBOMDetailBean.EXPIREDATE, messageSource.getMessage(GoldenRB.EXPIREDATE_DESCRIPTION), true); table.addComponent(expireDate); Whether the attribute values in the establishment of two ColumnConfig can be added link Translated by Simona using Google Translate on 1/26/2022 ------------- I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS17請問如何在builder 裡面加入 hyperlink例如ColumnConfig expired_qty = getColumn(factory, MaterialBOMDetailBean.EXPIRED_QTY,messageSource.getMessage(GoldenRB.EXPIRED_QTY_DESCRIPTION), true);table.addComponent(expired_qty);ColumnConfig expireDate = getColumn(factory, M
Hi, We've created and used several attributes in CAD, and now we'd like to modify the internal name, but it's graded out. If there is a way to change the internal name of the attributes, please advise.
I am looking for anyone who has implemented some process to manage diminishing manufacturing sources and material shortages (DMSMS) or obsolescence. I saw a few older posts on the subject, but the ones that looked interesting were a) old, and b) not responded to. I am looking at trying to better support our current process by bringing some if not all of the information and processes into Windchill. Anyone managing DMSMS or obsolescence in Winddhill?.
Hello,I'm curious if anyone is using, or considering using the notes that can be created within Windchill and added to the EBOM. My company is starting to look into this as a replacement for notes that are put on the drawing. This is especially interesting for the Model Based Definition (MBD) approach as it would allow us to finally eliminate the 2D drawing that is currently used just for notes. If anyone is doing, or considering doing, this I would be interested in your thoughts. Perhaps we could have a more in depth discussion too. Thanks!
I am curious how others define Obsolete and if there are any industry or national standards for the definition. Since the Search in Windchill will find the Latest + Released iteration, simply promoting an object to Obsolete doesn't really remove it from the search results, and users can see previously Released iterations on the History tab. We currently move Obsolete state objects to a restricted folder as well when they are considered Obsolete. Departments such as Warranty and Service still need access to objects that were manufactured and sold, so they have access to that folder. This then brings up the question of what defines Obsolete, because if something had a safety issue that caused it to become Obsolete most likely no one other than Engineering should have access. So, what does Obsolete mean to you, and how do you treat those objects? Thanks for all your thoughts and opinions.
When we started with Change Management in PDMLink I thought we were told that there is a character number limit for ECN Number. Something like maybe 11 characters. I remember this because I remember talking with our consultant about if we add the letters "ECN" in the number as the prefix. The response was the more characters you use as a prefix means the less number of total characters you can use for the automated number part. As an example we have the text "ECN" in the number and if the total number of allowed characters 11 then we have 8 digits to use for that actual real number part of it. ECN12345678 But if we used 4 prefix characters, something like PECN (for Prototype ECN) then we have only 7 characters left to use.
Hello, Does anybody know the API to get the Template a Change Notice was crated from?
Hello,We are using REST API for exporting WTPartsWe were able to export only items that are Latest Released.Is there any way to get also other iterations or other states (Working/Obsolete....) Thank youIlan.M
Hello,we are using Creo4.0 M140 with Intralink 10.2 in Windows 10. Some colleagues have Intralink with German language, some have English version and some have Chinese language in Intralink. Could you tell me how to change the language of Intralink GUI? Thank you.Best regardsSun
Hi ,How to get related resulting change notices from parts. Please provide the syntax@
Hi colleagues,Anyone have experience auto generating GTIN # using WIndchill or ThingWorx or 3rd party tools and WIndchill/ThingWorx could integrate with? Thank you in advance.
I have a problem report. I want users to be able to edit some attributes on a state basis and not be able to edit some attributes.How can I do that. Is it possible to make 2 different "edit" buttons? Can I restrict users' edit privileges on both attribute and state basis?
I am attempting, on a test server, to upgrade from 11.1 M020-CPS22 to 12.0.2.2. I have previously ran a plethora of successful upgrades of various versions including a recent 11.1 M20-CPS17 to 12.0.1.1. This is my first with a target system of 12.0.2.X. So I have am very familiar with the upgrade process. We have customizations which I have incorporated into the target machine same as previous upgrades. However this time the Upgrade Manager fails in the Execute Server Migrators step on the Update "TabLayout" preference task. I do have a case open with PTC and the TS initial response was: "The source of this particular error can be from multiple sources but the first thing to check are customizations. Did you implement and validate all source customizations on the target prior to running the UGM? We could also try knocking the target system down to a single MS monolithic system and see what happens." I have tried the "knocking the target system down
Hi all, LifeCycleHelper.service.allStates() and The method addMiniInfo(NmOid, String) from the type IconComponent is deprecated. Can any of you suggest alternate APIs for the same. Thanks.
Currently, we have a requirement of the automatic update of the Active directory group from the Windchill in a define timeline for ex. once in a day.The update is happening when we are clearing the cache for the group or restarting of the environment but not on automatic way.
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.