Windchill
Recently active
I've seen the Knowledge Hub on Security Labels and this page which allude to how to display the label on a details page. https://www.ptc.com/en/support/article/cs31877?language=en&posno=1&q=info.jsp%20security%20label&source=search That may have worked from 9.1 but I think things have long since changed since then. Tables and Security Label history is covered as well as watermarks. Looks great. How then can they be added to Details page? BAE showed a data utility customization back in 2015: https://community.ptc.com/t5/PTC-Community-Networking/Security-Label-Information-Needs-To-Be-Obvious-And-We-Need-A/m-p/451702#M765 Has anything been improved in newer versions (11 or 12)?
Nothing is ever easy with Windchill. And that even comes to workflows. I have a custom Change Activity workflow. It has multiple paths that have different approvals and tasks. So I created their own workflow templates and inserted them as processes in my Change Activity workflow. Inside of these workflows there are some common tasks, like "rework". So I created a workflow template for rework and put it in as a process in the different workflow templates. Everything works fine until I re enter the workflow process inside the Change Activity workflow if I had already done the rework process. If I had already done the rework process before, it sets it to Terminated and if rework is selected again, it goes into neverland and says that the first sub-process is running without errors. If I do not go to the rework process and come back into the first sub-process, it doesn't do that. It also doesn't do it for a process where I push a
Can anyone provide some insight on how you work with O&C. We define most options as 'required option' and 'single choice selection' but also create a choice 'without xx' even if we do not have any bom elements connected to the 'without xx' choice.Any other way makes us fail to filter out the correct Variants.
Hi teamIn Projectlink, when someone downloads a document we want to pop up a download acknowledgement screen but we did not implement security labels.Is that possible? The help page (link below) seems to assume that you have security labels.thanks -- Rick/domain.com/Windchill-WHC/en/#page/Windchill_Help_Center%2FSecurityLabelConfigDownloadAckDefine.html
Hi, we have implemented a custom Odata Rest Endpoint. I want to return http status code 201 Created when an object is created and the status code 200 when an object is updated via post request. I couldn't achieve it by setting the boolean variable setCreated on the ActionResult that is returned. Does anybody have an idea? Thanks in advance.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0API QueryResult queryResult = RepresentationHelper.service.getRepresentations(representable) always returns empty queryresult , even if object contains Representations also.
I'm trying to understand the pros and cons of installing Windchill Index Search (Solr). I don't see any way to create a poll here so I'll just start with this question: Is Windchill Index Search (Solr) installed and operational in your Windchill environment? If you said 'yes', then I have a bunch more questions: Usability What do you like and dislike about it? How does it perform compared to the out-of-the-box 'Advanced Search' Is it easier or harder to use than the built-in search? How does your user community like it? Do they prefer one over the other? Is there value to Solr if the only objects in Windchill are EPMDocuments (CAD docs)? Configuration Are you running Solr on a separate server server? What kind of resources are you giving it? (RAM, vCPU, etc.) Did you add any additional foreground or background method servers to Windchill for Solr? Did you add any dedicated queues to Windchill for Solr? Maintenance This line from the he
Hello,We will upgrade from Windchill 11 to 12. I would like to know if there is compatibility restrictions or any risk to:- export Creo workspaces from [Creo4 M090 & Windchill 11] / import to [Creo4 M130 & Windchill 12]- export Creo workspaces from [Creo4 M130 & Windchill 11] / import to [Creo4 M130 & Windchill 12] Thanks,Best regards,Nicolas
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?
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.