Windchill
Recently active
I am creating a test workflow for a Part Request but want to use the initiate workflow option in the workflow administrator. The problem is that Part Request is not one of the selectable types to link to the primary business object. I've tried copy/paste, leaving type blank and searching by number. Is there a way to add additional types to the list? As a backup, I considered if this is a dead end, just asking for the number and putting a lookup method in the workflow which will retrieve the part request and set it to the PBO. This is a generic problem since the list of objects above is short. There are more objects that you can run workflows against in the system.
How can I add a custom attribute to markup(annotation) object types saved using CreoView in Windchill? The markup object type doesn't seem to appear in the type and attribute fields.
I want to change familytable name through code is there any API ?I have tried the following API, but getting following exceptionIdentityHelper.service.changeIdentity();A persistence error has occurred. System message follows:2024-06-04 13:28:48,055 INFO [RMI TCP Connection(17)-192.168.170.106] wt.system.err wcadmin - Nested exception is: (wt.epm.util.EPMResource/364) wt.util.WTException : Family table validation failed. Unless this error occurred while importing a package, contact PTC. Failure to import a package may be due to a compatible generic part not being available during import.
Creo worker is publishing Integer 1 as IAny settings to publish as 1
Version: Windchill 12.0 Use Case: How to create Query Builder reportDescription: Hi Everyone,I am new to Windchill I want to create Query Builder Report, but have not much Idea and also didn't get any documentation as such for creating it. and also want to know how to process the query which created on UI like want to know where it goes and how to process it. Regards,Lav
Does the workflow state in solidworks PDM need to be changed before migration to Winchill?
I have a WTpart that has a visualization of certain CAD document. When I check on related objects , all CAD data has owner and Image association. I want to access the owner CAD and I believe Owner CAD is available since WTpart derives visualization from owner CAD. How can I access this CAD doc?
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS11not able to attached files in documentHere are the errors that I facedAn error is occurring while uploading the file. Please contact the adminstrator.
I installed Windchill 13.1, but I need to activate the worker agent, but my client only uses Creo Elements, how do I communicate between the two systems to generate the tumbnals?
Version: Windchill 12.1 Use Case: Unable to launch PTC Solution Installer for windchill 12.1.2.0Description: Unable to launch PTC Solution Installer for windchill 12.1.2.0
Version: Windchill 11.1 Use Case: I'm trying to upload multiple files to windchill using rest api via postman. Can you help with providing sample request payload that helps to clear second stage content upload.Description: I'm trying to upload multiple files to windchill using rest api via postman. Can you help with providing sample request payload that helps to clear second stage content upload.Sample data:
Hello Team, Is there any one tried get the Task and Assignee from Change notice using Odata Rest API.
Version: Windchill 12.0 Use Case: Start an advanced classification search - Open Advanced Search page - Under Type, select a classification type. - Under Classification field, specify a classification node (a classification binding attribute) - Now the Criteria options updates and all corresponding classification attributes are available as Criteria conditionsDescription: Please do the steps described in the Use Case.What I want to achieve here at this point is to exclude/remove a specific classification attribute so that the user cannot add it as a Criteria condition.How can I do that in Windchill? Is that possible at all?Thank you in advance!
I want to connect EMS with Thing Worx. After creating all the necessary file for EMS initialization, I am trying to run WSEMS.exe file for initializing EMS in my PC and getting following error. Please give me solution to resolve these errors. I has attached Error Message and Config.JSON File.Thank you In advance!
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.12Subscriptions in PDMLINK.1)Is there any way to remove the objects from a subscription?2)If Not, is there any plan to have this functionality available in Windchill upcoming releases.
Version: Windchill 13.0 Use Case: The number of sheets/pages on a drawing is not visible in a drawing's windchill object page, and can only be seen once opened in Creo View or when opening the drawing content in Creo.Description: Is there a simple way to make a drawing's page count visible on the object info page?i.e. the number of sheets in a drawing. I can imagine a custom attribute and custom java code that interrogates the drawing file content to come up with a sheet count, but wondered if there is anything out of the box.Could it even be a matter of having the thumbnail render with a sheet count or indicator that it is multiple sheets (or how many sheets)?
SessionHelper.manager.setPrincipal(strModifier); System.out.println("Current session user :- " + SessionHelper.manager.getPrincipal().getName()); //check out part epmDocument = (EPMDocument) WorkInProgressHelper.service.checkout(epmDocument,WorkInProgressHelper.service.getCheckoutFolder(),"").getWorkingCopy(); WTUser modifer = OrganizationServicesHelper.manager.getAuthenticatedUser(strModifier); VersionControlHelper.setIterationModifier((Iterated)epmDocument, WTPrincipalReference.newWTPrincipalReference(modifer)); //check in part WorkInProgressHelper.service.checkin(epmDocument ,"checkedin");So A.1 is before the change of "modified by" and A.2 is after the "modified by".I changed the modified by using api by doing checked in+ checked out simultaneously.Above is a snippet of the code i used:
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS18 About Family Table parts,It is managed according to the process of [check out - Generic modification - Verify - Check in].Among these processes:I would like to know how to process PDM check in - Fail when the Verify step is omitted by user mistake.Currently, Check in is possible even if Verify has not been completed (completely or partially unverified).I would like guidance on how to limit this.------------------------------------------------------------------------------Translated the text from Korean to English using google translateSubject: 패밀리 테이블 미 검증 데이터에 대한 체크 인 실패 옵션 적용Body: Family Table 부품에 대해, [check out - Generic 수정 - Verify - Check in] 의 프로세스에 따라 관리하고 있습니다. 이러한 프로세스 중, 사용자 실수로 Verify 단계를 누락하였을 때, PDM check in - Fail 처리하는 방법을 알고 싶습니다. 현재는 Verify 가 완료되지 않더라도 (전체 또는 일부가 미 검증 상태) Check in 이 가능합니다. 이것을 제한하기 위한 방법을 안내받고 싶습니다.- By Community Moderation Team----------------------
Hello, I'm currently practicing Windchill Customization by referring to the Windchill Customization Guide. I'm trying to attach a Primary Attachment to a Pet, but even when I refer to the guide's examples, the primary attachment component doesn't appear. Other attributes, includeing the attachment wizard step, are displayed correctly. Here's my code. -------------------------------petCreate.jsp : <%@taglib prefix="jca" uri="http://www.ptc.com/windchill/taglib/components"%><%@taglib prefix="attachments" uri="http://www.ptc.com/windchill/taglib/attachments"%><%@include file="/netmarkets/jsp/components/beginWizard.jspf"%><%@include file="/netmarkets/jsp/components/includeWizBean.jspf"%><jca:initializeItem baseTypeName="com.Pet" operation="${createBean.create}" attributePopulatorClass="com.ptc.core.components.forms.DefaultAttributePopulator"/> <jca:wizard formProcessorController="com.form.TestFormProce
Is that possible to get oid of WfProcess in workflow or using pbo if posible you can share those java lines in replyObjectIdentifier oid = ObjectIdentifier.newObjectIdentifier("wt.workflow.engine.WfProcess:60318");
For an example:if our product is vehicle, for most times , there are four normal tires on the car.But sometimes, customer also need winter tires .Our engineer normally assembly both two types of tires in the main 3D model.And create 2 simplified representation: normal tires representation and winder tires representation to distinguish the 3D model and make assembly drawings.Its clear in drawings and 3D model.but its not very clear in windchill BOM,because the winter tires and normal tires are in same level of BOM.So would you know a better way to make 3D model or BOM?Or what`s the best practice for this kind of situation?Thanks in advance! ps. its just an example. we are not an automobile company, but our problem is same.
Version: Windchill 11.1 Use Case:Description: Hi SolidWorkers,the question is about how should the SolidWorks on a worker machine (virtual Win 10) be configured related to, for example, Material Libraries maintained commonly for all users on a network drive.(Assumption is that the user id running the worker should be a domain user with access to the network drive and the File Locations in SolidWorks Options is updated with the correct path to the library.) However,Current setup is that the Options - File locations path points to local folder where the library files are copied to. The user is a local user, not domain. Why asking is I noticed that when opening SolidWorks in a remote session logged in as the worker user, there's no prompt about issues with any paths, but when workerdaemon is launched there's SW prompt "Some folders specified in the file locations for document templates do not exist, do you want them to be removed from the list?". Why does this not appear wh
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.1Has anyone used a SolidWorks CAD Worker without Desktop Integration? I want SolidWorks to act in the same way as CREO.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.11I set up a developing environment for the programmer,then make a simple application to invoke the method of wt.method.RemoteMethodServer.But I didn't succeed.Windchill verison: 12.0.2.11Eclipse:4.17.0Java: 11.0.19IHere are the errors that I faced>>>>>1>>>>>Hello,wcadmin>>>>>2>>>>>Exception is >>>>>wt.util.WTRemoteException: unable to call remote methods;Nested exception are:java.lang.ClassNotFoundException: com.HelloWindchill
Hello, Lately the Certs were changed for the Windchill, then on, sslClientAuth is failing for the Thingworx Navigate, but the Fixed Authentication is working.. This is how it is configured now for the sslAuth Thingworx Version: 9.2.1-b112 Thanks,
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.