Questions tagged [ptc-windchill]

A software solution from PTC that manages Product Lifecycle Management (PLM) content and processes

History

Windchill was originally developed by Windchill Technology Inc., which was co-founded by Jim Heppelmann, the current President and CEO of PTC. When PTC acquired Windchill Technology, Heppelmann joined the company as senior vice president.[2] Windchill first launched in 1998 and was promoted as the first to market with an internet based PLM solution. In 2001, Windchill ProjectLink launched as a solution for project collaboration and in 2002, Windchill PDMLink launched as a solution for product data management

Market

The Windchill user base ranges from individuals to large corporations. Most customers are in the following manufacturing market segments: Aerospace & Defense, Automotive, Electronics & High-Tech, Industrial Products, Medical Devices, and Retail, Footwear & Apparel. Commercial sales are made through a combination of a direct sales force as well as an indirect sale channel. Directly competitive products to Windchill include Teamcenter by Siemens, ENOVIA by Dassault Systèmes and Agile by Oracle.

References

http://en.wikipedia.org/wiki/Windchill_(software)

61 questions
1
vote
1 answer

Windchill - Add Related object to part using REST API

I'm currently aware on how to create a Part and how to create a Document using the REST API. I'm currently on V11M30. What I need to reproduce using the API are the following steps: 1- Check out the part: 2- Create a new Document with…
A887795
  • 33
  • 4
1
vote
2 answers

How can I use ant to execute commands on Windchill?

Need to run this below command in the Ant exec tag. windchill ext.cummins.securityLabel.CumminsLoadAgreement -d %WT_HOME%/loadFiles/ext/cummins/Agreements/AgreementList/Agreement_Loader.xlsx -u wcadmin -p wcadmin
Praveen
  • 11
  • 2
1
vote
3 answers

How to Consume Windchill API in asp.net mvc application

I need to consume the WindChill API in a Asp.Net MVC application for some Basic operations of CRUD , or a HTTP get and Post operations samples. Can some one please assist.
1
vote
0 answers

Export the part or doc lists to XLS or XLSX with the hyperlink in object number to their info page

In Windchill 10.1, In the folder view of any container, when you click on the name field of any document, it takes you to the details page of the document. So the names are actually hyperlinks to the details of the document. My requirement is to…
ramya
  • 11
  • 3
1
vote
4 answers

How to compile java file from windchill shell

I am trying to compile a simple Hello World from windchill shell using command javac com.A.B.Test. But it is displaying could not find main class error.
Varun
  • 76
  • 1
  • 9
1
vote
3 answers

Extract CAD from Windchill PLM

I am trying to retrieve the CAD model of a part in order to store it in an external application. I started doing that with info*engine. With info*engine i can retrieve the history of a part, or link two parts together but i didn't find a way to…
Anis D
  • 761
  • 11
  • 25
1
vote
1 answer

How to query WTPart by creator name?

Using the following code: QuerySpec qs = new QuerySpec(WTPart.class); qs.appendWhere(new SearchCondition(WTPart.class, WTPart.CREATOR_NAME, SearchCondition.EQUAL, name)); Got error Attribute "creator.name" is not attribute of class…
Tom
  • 2,857
  • 9
  • 46
  • 59
1
vote
1 answer

Windchill - Create tab

i created custom-actionmodels.xml
1
vote
2 answers

How to add custom button inside the list in Windchill GUI

I'm using Windchill 10.0 M030. In my GUI I need to add an custom button in reports toolbar drop down list. Following image shows my question clearly I have tried adding entries in the psb-actionmodels.xml file under the corresponding model name…
Vignesh Vino
  • 1,242
  • 4
  • 25
  • 50
1
vote
1 answer

How to capture revision event of WTObject?

I am using Windchill 10.0 M030. I have created a windchill service that captures some actions. I am done with capturing the delete, checkin, and state change events, but I don't know how to capture the revision event of an object. Can someone help…
Vignesh Vino
  • 1,242
  • 4
  • 25
  • 50
0
votes
0 answers

Is There Any Python Library for PTC Integrity LM Clint Control ( in perspective of handling, uploading & Downloading Documents)

I have beet working on creating a automated Program for Merging the Python and PTC Integrity LM Clint the program should work as fallows : Program RUN Ask For Document ID for PTC Open The Document Get Document Content Print the Content Get the…
0
votes
0 answers

PTC Windchill WRS API "Cannot process objects checked out to another Workspace" when running the CreateAssociations command

Running the WRS '/Windchill/servlet/odata/v5/ProdMgmt/CreateAssociations' command returns this error message:    { "error": { "code": "Error", "message": "Cannot process objects checked out to another Workspace" } }   The part is checked out by the…
tmorgan497
  • 45
  • 4
0
votes
1 answer

PTC windchill repository migration to Gitlab

I want to shift a repository from PTC windchill to Gitlab. How I can export or download a PTC repository with all history, checkpoint etc.
Furqan Iqbal
  • 71
  • 2
  • 7
0
votes
1 answer

PTC Windchill WRS API Can't add attributes to WTParts on creation

How can I add data to our custom attributes via the WRS API? We have an attribute for WTParts called "CAT_CODE" and I want to add data to it via the CreatePart command (http://##.###.#.###:##/Windchill/servlet/odata/v5/ProdMgmt/Parts). My data…
tmorgan497
  • 45
  • 4
0
votes
0 answers

Windchill WRS API for Creating a new CADDocument

Is there a REST API command via WRS for creating a new CAD Document in Windchill? I only found the "GET" command for this http://##.###.#.###:##/Windchill/servlet/odata/v3/CADDocumentMgmt/CADDocuments  and there is no "POST" command. We are using…
tmorgan497
  • 45
  • 4