Windchill
Recently active
I just thought I would drop a note here, since I was not able to find anything useful myself when looking for a solution around this: "I have a group with duplicates how do I remove them, it is adversely effecting a join?"I have come up with this solution that seems to be straightforward, use it if you like it.EXAMPLE: <?xml version="1.0" standalone="yes"?><%@page language="java" access="http"%><%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%> <ie:webject name="Create-Group" type="GRP" > <ie:param name="DELIMITER" data="," /> <ie:param name="ELEMENT" data="obid=A,color=red" /> <ie:param name="ELEMENT" data="obid=A,color=red" /> <ie:param name="ELEMENT" data="obid=A,color=red" /> <ie:param name="ELEMENT" data="obid=B,color=blue" /> <ie:param name="ELEMENT" data="obid=B,color=blue"
Version: Windchill 13.0 Use Case: It is possible to assign a change task in Windchill to a user group. This will result in the change task being displayed on the home page of each of the users in the group when it is time for the change task to be actioned. If at this stage a user is removed from the user group that the change task was assigned to, it seems that the change task still remains available in the "My Tasks" table on the homepage of the user who was removed from the group.Description: I would like Windchill to prevent users from being able to complete a workflow task if they are no longer a member of the group that the workflow task was originally assigned to. Does anybody know if this is possible?
The PTC Help Center recommends overriding the getSpecialTableColumnsAttrDefinition() method to include new attributes.However, when I click "Customize" in the table view, all attributes for the selected object type already appear under "Set Column Display."Is there a specific reason or scenario where overriding getSpecialTableColumnsAttrDefinition() is needed?
Is there any windchill option from solidworks to insert components directly from windchill commonspace to solidworks assembly.Current scenario is to add the component to workspace and then use insert component option from solidwrorks to assemble the component
Walking into a new year and a strange error message without any system changes (that I know of). When exporting a table of data to Excel (Export to XLSX), I get this error message: All other export methods appear to complete fine just this one so I've dropped its severity down. This is with WC 13.0.2.4. Method Server logs show the following: Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at com.ptc.core.components.forms.FormDispatcher.callWizardCommand(FormDispatcher.java:112) at com.ptc.core.components.forms.FormDispatcher.execute(FormDispatcher.java:98) ... 64 more Caused by: java.lang.IllegalStateException: java.nio
Any suggestions what the potential problems could be? What's a DPA target? I ran the repair tasks for both issues but it found nothing to fix and problem is still there. DetectDPADistributionTargets.log Fri 1/9/26 12:03:25: Starting analysis of Distribution TargetsFri 1/9/26 12:03:25: From 12.0 onwards, Publication support for Distribution Process target has been removed. This utility diagnoses ESIFri 1/9/26 12:03:25: * Distributed Process type target to clean up existing DP targets . This utility finds and prints these type of targets. Fri 1/9/26 12:03:25: Following are the ESI Distribution Target of sub-type Distribution Process.Fri 1/9/26 12:03:25: ================================================================================================================================================Fri 1/9/26 12:03:25: ================================================================================================================================================Fri 1/
I cannot find the API service. I entered the Windchill server in the localhost section, but when I try to access it via http://localhost:80/Windchill/servlet/rest/v1/contexts or Swagger, I get the following error: Failed to fetch. Possible Reasons: CORS Network Failure URL scheme must be "http" or "https" for CORS request. It also gives a 404 error. I need to connect to the API in order to use it for my middleware application and perform operations, but I'm having trouble connecting to the API. In fact, I don't have a proper API at hand.
Version: Windchill 12.1 Use Case: Developing custom Windchill Java services to listen lifecycle state changes (RELEASED) and execute background logic; need guidance on required JAR dependencies and proper service architecture.Description: Hello everyone,I’m trying to develop on PTC Windchill using Javadoc-based APIs, but I’m facing some difficulties and would really appreciate guidance from experienced Windchill developers.1) Required JARs for IntelliJ IDEAI’m using IntelliJ IDEA for development, but I’m not sure which JAR files I actually need to add to my project.When I try to add all Windchill JARs, I get dependency conflicts.When I fix one library error, another one appears.I believe the real issue is that I don’t know the correct JAR hierarchy / minimal required set for Windchill development.My background is .NET Core, not Java, so I don’t have strong knowledge about Java classpaths, dependency resolution, or how Windchill structures its libraries. Because of this, I’m curren
Hello,I need help for the below case, any idea to solve this error ERROR [ajp-nio-127.0.0.1-8010-exec-56] com.ptc.windchill.uwgm.proesrv.action.ModelCheckAction wcadmin - ModelCheckAction.executeAction :: <> Gatekeeping encountered 1 error!ERROR [ajp-nio-127.0.0.1-8010-exec-56] com.ptc.windchill.uwgm.proesrv.StandardRequestDispatcher wcadmin - StandardRequestDispatcher.dispatchRequest :: Unexpected failure(s) com.ptc.windchill.uwgm.common.conflict.UwgmErrorException:ModelCHECK failed on models in the context " " FYI: Global Attribute does not contains domain name along with the Instance Based Attribute (IBA) name Thanks
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.1Info Engine custom tag directives not working as expected https://www.ptc.com/cs/help/windchill_hc/wc102_hc/index.jspx?id=IEUG_CustomTagDirectives&action=show I have modified access = internal on respective task file as well as directory delegate.info level. Still, we are able to access the task file through http (i.e. info engine task runner from client browser)
Hi Team, I am trying to checkout Part using below taks I have created <%@page language="java"%> <%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%> <ie:webject name="Get-Properties" type="MGT"> <ie:param name="ATTRIBUTE" data="wt.federation.ie.VMName"/> <ie:param name="GROUP_OUT" data="properties"/> </ie:webject> <ie:webject name="Query-Objects" type="OBJ"> <ie:param name="INSTANCE" data="$(properties[0]wt.federation.ie.VMName[0])" /> <ie:param name="ATTRIBUTE" data="name"/> <ie:param name="ATTRIBUTE" data="number"/> <ie:param name="GROUP_OUT" data="parts"/> <ie:param name="TYPE" data="$(@FORM[]typeOfObj1[])"/> <ie:param name="WHERE" data="number='$(@FORM[]number1[])'"/> </ie:webject> <ie:webject name="Query-Objects" type="OBJ"> <ie:param name="INSTANCE" data="$(properties[0]wt.federation.ie.VMName[0])" /> <ie:param name="ATTRIBUTE" data="name"/&
Version: Windchill 13.0 Use Case: In our customization, we use the SaveAsHelper class to duplicate some WTPart (and structure) and would like to "tag" the function used by setting a comment on the new WTPart, for example: "created by Copy Machine". Then it would be easier to track whether the SaveAs menu of Windchill was used or if the customization was used.Description: I cannot find a mean to set this comment/note on an pass it the the SaveAs function. I have tried setting "iterationInfo.note" as attribute in the SaveAsObjectInfo, but without success (nor error message). final HashMap<RevisionControlled, AbstractSaveAsObjectInfo> saveAsObjects = new HashMap<>(); for (WTPart wtPart : partsToCopy) { final AutoNumberingHelper helper = new AutoNumberingHelper(containerRef); final String newPartNumber = helper.getNumber(wtPart.getTypeDefinitionReference()); final Map<String, String> ibas = new HashMap<>(); // checkin Comment I try to set, but t
Hello everyone, Since I updated Windchill 12.1 to CPS19, I've encountered this issue with Navigate. Is it possible that it's due to the CPS? If not, what could be the cause? How can I fix it? (OOTB) applications are no longer usable and have the same error. TW Navigate Exception executing service, , on resource provider: WindchillDocumentResourceProvider
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.1.5Configuration and Maintenance. After installing Windchill PDM Link, Workflows, Lifecycles and Changes do not properly run as we start Promotion Approval requests and other functionalities. Refer to our previous case: PTC Case: C17965633Promotion Request starts but then goes into a loop where it duplicates the request over and over. We have stopped and started the WfPRopagationQueue and the WfUserWOrkQueue and is not working.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.1工程师本地制图后,希望再本地通过制图工具将图文件上传至WC系统,提示无法连接服务,,阻塞业务正常生产活动,
Welche Unterstützung gibt es von PTC für die Validierung von Windchill.Gibt es Best Practice Lösungen für den Validierung. MFG
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS16在Windchill11.0 M030中客制了新建部件的功能,点击后跳转至其他系统页面。目前问题:在Windchill Workgroup Manager 11.0 M030-CPS16中点击该功能,跳转页面显示空白页面。
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.5I am trying to perform a Container move operation for documents in Windchill as a part of a cleaning exercise, but it is very slow. each document is taking more than 5 minutes to move.Please note- Publishing & indexing queues are stopped & disabled.
Windchill PDMLink Release 11.1 and Datecode with CPS F000Our client is using Windchill PRO Inralink 11.1 M020 F000; current Production is crashed. I need to know the Windchill rehosting process for prointra link is same or different.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M010Windchill 9.0 에서 Windchill 11.0으로 업그레이드 이후 발생다른 시스템에서 Windchill을 원격 접속해서 사용 하고 있음RemothdMehtodServer.getInstance(url)wt.propertieswt.auth.handlers=wt.auth.NullAuthentication wt.httpgw.HTTPAuthenticationWindchill 11 Upgrad 이후 타 시스템 최초 원격 호출 시 인증창이 뜨고, 최초 한번 인증을 해줘야 함인증없이 바로 사용가능한 방법 문의 드립니다.
Version: Windchill 12.0 Use Case: Custom Windchill Report download simply the template but no data insideDescription: I am trying to modify a custom report. However the Custom Windchill Report downloads simply the template but no data inside on my local Windchill ( hosted on VMWare). Tried adding Sys out statement and getting data on method server logs but still nothing inside the download files. Tried Exporting Importable spreadsheet report and it has data. So probably an issue with custom one but not able to catch it. Any clues folks
We are using Windchill 13x. Can anyone brief about how to create and implement Configurable Revision Link between 2 WTParts?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.5안녕하세요. 썸네일이 사진처럼 나오는 이유를 알 수 있을까요? WVS 작업 모니터 확인 결과 이전에 썸네일 생성에 실패한 이력은 없었으며 해당 썸네일 클릭 시 '만료된 시각화 데이터'라고 뜹니다. 이 도면뿐 아니라 파트파일(어셈블리X)도 이런 문제가 생기는 것으로 보아 단순히 하위 파트 문제는 아닌 것으로 보이며, 서피스로 만들어진 형상도 아닙니다.(솔리드로 제작) 이런 현상의 원인이 무엇인지 알 수 있을까요? 답변 부탁드립니다. 감사합니다.
Version: Windchill 12.0 Use Case: I have close to 1000 (Engineer to order) products, designs starting from 2006 up to today. Most products are built some are still active. Today I use a spreadsheet to indicate the number of CAD objects in each context, and what is the latest modification date. For each context separately, that requires a separate search and sorting to find the latest modified date. My goal is to decide for each context whether to purge unnecessary iterations and provide vaulting rules to move the physical files to a medium that doesn't need te be included in our backup every day.Description: How do I approach this issue in Windchill's Query Builder ? I can link EPMDocument and Context, but I don't find how to count the number of objects, or how to apply the maximum-function on the Modified date per context...
Version: Windchill 12.1 Use Case: Comparing values between an WTpart attribute and a WTpartUsageLink attribute, in a BuisnessAlgorithm - to use on a calculated value on WTpartUsageLink.Description: Following this procedure: Procedure – Using a BusinessAlgorithm in a Calculated Attribute togehter with this knowledge base: New java algorithm for calculated attributes (BusinessAlgorithm) starting Windchill 11.0 We have a calculated value on a WTpartUsageLink. This should compare an attribute from the WTpartUsageLink and the WTpart that it is linked to. The attribute from the WTpartUsageLink can be passed as a variable in the execute statement, but I have a hard time referencing the attribute from the WTpart. Sample code or a pointer for referencing an attribute in this use case would be very helpfull.
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.