Windchill
Recently active
Prepared build.xml as below<target name="deploy" depends="init"><echo message="Deploying workflow ${workflow.file}..."/><java jar="" fork="true" failonerror="true"><arg value="wt.load.LoadFromFile"/><arg value="${workflow.dir}/${workflow.file}"/><classpath><pathelement path="${wt.bin}"/></classpath></java></target> Suggest the correct way to deploy data in windchill 12.0
Version: Windchill 13.0 Use Case: Dear, I just want to build structure including operation on Plant structure tree such as the attached image. How should I do to make this?Description: Dear,I just want to build structure including operation on Plant structure tree such as the attached image.You can see the plant structure in left and also information was built with "0010" operation. How should I do to make this?
Version: Windchill 12.1 Description: I need to retrieve 3D thumbnail image for given Part. Looks like it is possible using Windchill OData Rest APIs.can someone please let me know how to retrieve it in Windchill server side utility? Is it possible to bypass the Authentication as we are invoking from Windchill server side.
I am experiencing a critical issue with generating Manufacturing Objects in Windchill 12 using the MBoM Loader. This process worked correctly in Windchill 10 but is now failing in Windchill 12.Process : I use a custom XML file (GEN.xml) to create manufacturing objects via command line and MBoMGenLoader.Command used : ( windchill wt.load.LoadFromFile -d path/GEN.xml )Issue: The XML file imports successfully with no errors reported in either the Method Server or Background Method Server, but the manufacturing object is neither created nor visible in the Windchill interface.The handler method specified in the XML (handler.createMBoMGen) is not being executed at all.DTD file :GEN.xml :Why is the handler (handler.createMBoMGen) not being executed during the XML load process ?I appreciate your prompt response.
Version: Windchill 12.1 I want to create a customized view in the 'view' section of Windchill tables. Instead of showing objects created by many people in that table, I want to see only the objects created by the current user. How can I achieve this?"
I have a code like this, and I ran it in its current state, and it worked. After that, I changed the ID value in this part ("wt.epm.EPMDocument:114592789") and assigned another EPMDocument ID. Of course, I also changed the file name and file path. When I ran it again, it still tried to send the request using the first information I used. In the console, it gave a warning saying something like "this has already been added" or similar. I tried a few more IDs, but each time it attempted to process using the first information I sent. Is this problem due to Eclipse, or is there an issue in the code? Can you help me? ------------------------------------------------------------------------------------------------------- package ext.designtech.utils; import java.beans.PropertyVetoException;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.lang.reflect.InvocationTargetException; import wt.conten
We have installed Workgroup Manager 13.0.2.0, which according to PTC supports the deactivation of lightweight models. In order to be able to test this correctly, I need help where I can make the setting whether the *.gfx creation is on or off. Can anyone help?
Version: Windchill 12.0 Use Case: We use Windchill at the moment based on article numbers. This means that every CAD file (part) uses the article number in the filename. But from this article number the last digit is removed, because this last digit is used as revision number, which is controled by Windchill. For example: article number 1234567 has the filename 123456.prt and rev. 7.1 in Windchill representing article 1234567 with iteration 1. In the drawing header the truncated article number and the rev number are displayed separately.Description: Hello,I know this is a difficult topic but I want to give it a try:The above mentioned use case is resulting in the situation that with an revision update automaticallythe parents are updated with respect to the BOM.The latest revision is active, the revision is becoming in-active.Now we received the request to keep the old revision still active beside the latest revisions.The question is how to solve this:One idea is that we can add t
We’re considering integrating an automated chat bot to help with user adoption. Does anyone have advice on integrating the bot chat window into the windchill UI such that a refresh on the browser UI doesn’t wipe out the chat session? Potential benefits of Chat Bots in PLM https://www.engineering.com/story/chatbot-technology-can-address-one-of-the-biggest-plm-headaches-adoption
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020Bonjour,TANs https://www.ptc.com/en/support/article/CS258377 / https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS67176 gives a solution will impact all the users, does it possible to have a solution for impact only one user ?More specifically :Following the workaround procedure of CS67176 to change the appearance of the Welcome to Windchill page for all users causes the user preference to not functionThanks in advanceBest regardsJessicaPlease: contact me with jessica.dutheil.external@airbus.com
Version: Windchill 13.0 Use Case: si viewproject path : IDB2_Master/400_Software/430_Software_Unit_Design/432_Detailed_Unit_Design/BSW -> use command : si viewproject --hostname=10.110.11.92 --port=7001 --user=hyeokmin.yun --password=p16286 -P "/IDB2_Master/A.Documents/A3.Software_Engineering/A33.SUDS/project.pj" --fields="memberarchive, type, memberrev, cpid, name" -R GUI Actual path : IDB2_Master/A.Documents/A3.Software_Engineering/A33.SUDSDescription: earching for files uploaded to CM Sandbox using PTC si,The path of the file seen on the GUI and the path of the file that you check using the SI API are different. I don't think they should be different when I search for GUI and API,Is there a reason why they look different from each other? Also, the name contains the folder path as a result of a search using --fields= name.I would also like to ask if it is correct that the original folder path is included, or if it is not, should I enter a different value.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0i have created the infoengine based webservice for creating a wtpart. While running client some errors are persisting.Exception in thread "main" com.ptc.jws.service.org.myorg.partservice.Exception_Exception: com.infoengine.util.IEException; nested exception is:java.lang.NullPointerExceptionat java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:114)at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:223)at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.jav
I am using Windchill MPMLink Release 12.0 and Datecode with CPS 12.0.0.1When windchill integrates the installation of Shibboleth, an abnormal configuration of the shibboleth2.xml file is reported. How to configure it?Here are the errors that I facedshibsp::ConfigurationException The system encountered an error at Mon Aug 26 20:45:27 2024 To report this problem, please contact the site administrator at root@localhost. Please include the following message in any email: shibsp::ConfigurationException at (http://test.olightcloud.com/Windchill/Login) None of the configured SessionInitiators handled the request.
Version: Windchill 12.1 Use Case: To Clear the .unreferenced folders in windchill vaultDescription: Previously while executing the remove unreferenced files the check box "Move files instead of deleting" was selected hence all the unreferenced files are stored in the .unreferenced folders. How can be do a bulk clean up of all these .unreferenced?
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS16A problem with technical article CS312032 occurred,Reported to R&D as SPR 9248802Contact PTC Technical Support to request a healing script
Version: Windchill 12.0 Use Case: Coversheet Wincom Extension allows users to add cover sheets at the beginning of PDF documents. Coversheets are often required on PDF’s distributed outside of your organization. For example: Sending documents to regulatory agencies, where adding a cover sheet provides the approval audit trail for the PDF’s specific date.Description: Hi Team,Please let us know if you have already worked on Coversheet wincom extension.We are trying to search how to add 'Add Coversheet' robot in a workflow for Coversheet Wincom Extension? Our use case: If a Document is processed through a change management, then all the approver and reviewer username should be captured in Coversheet.
Hi Everyone, I am trying to set Classification attributes on a WTPart for windchill 11 M30 CPS 14. I already have the binding attribute set, I am just having trouble setting the attributes. I was able to get this to work using the PersistableAdapter and using the AttributeTypeIdentifier's toLogicalForm()) on my local install of Windchill 11 CPS15. However this doesn't work on the Client's CPS 14 Windchill because toLogicalForm returns null. I am not sure if this is a bug in CPS14 or if I am going about saving the attributes incorrectly. /*** * @param workable - The Object being updated* @param bindingAttributeName - This is the name of the IBA for the classification binding * @param classificationNode - this is the name of the Classification Node to set into bindingAttributeName* @param attributeValueMap - <String,String> = <attribute name, value> - classification attributes and values.* @param leaveCheckedOut - use t
Do we need customization for Major and Minor revision or there is an OOTB feature in windchill 12.
PTC Java Doc saysThe unique identifier for the bundle class. This identifier is required for all default-locale resource bundles (including customer-created bundles) and is used by the localization team to track bundle changes, including moves and renames. I not able to understand the real time use case, how it will be used by localization team to track bundle changes, including moves and renames.
This code performs the file attachment process, but I’m encountering an issue: when I attempt to attach the same file again, it gives a warning saying the file already exists or has been previously attached. In this scenario, the file should be updated if it already exists. I've made some modifications to handle this, but they didn't work. Could you help me with this? Should I delete the existing file first, or is it possible to directly update it?package ext.designtech.utils;import java.beans.PropertyVetoException;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.lang.reflect.InvocationTargetException;import wt.content.ApplicationData;import wt.content.ContentHolder;import wt.content.ContentRoleType;import wt.content.ContentServerHelper;import wt.epm.EPMDocument;import wt.fc.Persistable;import wt.fc.PersistenceHelper;import wt.fc.WTObject;import wt.method.RemoteAccess;import wt.method.RemoteMethodServer;import wt.pom.Transaction;import wt.util.W
Hi, I followed the article below and added a tile to the Change Management Tasks Collection: Add a Custom Task to Your Homepage (ptc.com) But the CollectApp service is giving the wrong URL to the Tile: I see CommonSearcAccessAppMashup instead of custom Mashup Thanks,
In Supplier Management,When Standard Part is released through New Part Request and If Part has to be revised for changes?How do we proceed?1. Do we use change management or New Part request to release the new revision?2. How supplier will be notified that Standard part i.e Manufacturer part has to be modified and what modifications are needed?
Version: Windchill 11.2 Use Case: Just trying to read/modify Assigned Item Expression which is assigned to a WTPART, in the workflow and then i'll just assign expression to wtparts via workflow.Description: Hi there,First of all, I need to explain our daily use of Item Expressions. We usually assign an expression to a WTPART using the Assigned Item Expression. When I do this, we first move the WTPART to the Library where the Option Set is defined. We're using "Assign Advanced Expression" to assign the expression to the WTPART.What I am trying to do is print the Assigned Item Expression assigned to a WTPART in the workflow and then assign the expression to WTPARTs via the workflow. However, since this “Assigned Expression” attribute is a calculated value, we cannot retrieve it directly. We need to print it by capturing the relationship between the Option Set and Choice with the WTPART.There is a topic about obtaining Usage Expression in the forum, but with usage expression, this ex
Hi Everyone, I have Activity number and change notice number as well and I can use simple query on WTChangeActivity2 to get activity as object but I want to enhance Java query spec so How can we append 2 classes WtChangeOrder2 and WTChangeActivity2 and query for the activity object from specific change notice using number
Hello All, I am trying to read the count of object returned by WRS in ThingWorx/Navigate service. The count information is captured by "@odata.count" key in the WRS response. Windchill Response: From ThingWorx service, if I use dot (.) to read json key values. In case of @odata.count, ThingWorx composer is throwing syntax error. Any idea how to read JSON key values having @ in the key name? Thanks in advance! - Shirish
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.