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
0
votes
2 answers

Wanted API codes to download files of particular extension from Windchill

Can any one help me with the code to download all files of particular extension (say *.prt or *.asm) from windchill to local. Please suggest suitable API
jeja
  • 52
  • 11
0
votes
1 answer

How to get the original folder path of PTC Windchill Document after it is checked out

Once the WTDocument is checked out its folder path get changed to following /username/Checked Out/yes - Copy-1 how ever the before checkout folder path looks like follows /Site/QATest/Test-T/20160830/upload and download/subfolder/yes - Copy-1 How…
KItis
  • 5,476
  • 19
  • 64
  • 112
0
votes
1 answer

How can I write java code to connect a windchill

How can I make a java program, which contains a method main(String[] args) and must synchronize to execute it in windchill (8). This will allow me to retrieve data windchill such as life cycles for example?
0
votes
1 answer

How to read data from PTC Windchill Info Engine using Java?

In the project I am assigned to do, it involves reading details of products from Info Engine using a Java Interface. How to do it? Suggest me tutorials or books or anything that helps me get started.
hcoder
  • 103
  • 11
0
votes
1 answer

How to get Wtpart object on basis of IBA Values as search condition?

Following is the code which i am trying to search WT part public static WTSet searchWTPart(String partNumber, String type, boolean exactMatch ,String productfamilyforjsp,String ordertypeformjsp) throws WTException { …
sagar kaware
  • 21
  • 1
  • 5
0
votes
0 answers

I want only date but as Timestamp , to query data on CREATE_TIMESTAMP

I am querying date using QuerySpec on the basis of CREATE_TIMESTAMP ,following is my piece of code, compiler says CREATE_TIMESTAMP is a Timestamp ,whereas day is String . I have tried many work around but didn't workout Date date=new…
0
votes
1 answer

windchill 10.2: custom action does not appear in product structure explorer

I am unable to view an custom action in the pub when I right click on an part. Ptc guide does not provide any step by step procedure to implement this function. Action name ="psbaction1" Class name = grid.reject Is there s specific format within…
0
votes
2 answers

Database table in which WTPart or Change activity Maturity History is stored

I need to pull the date on which a WTPart was in inwork state or A CN was in published state. I did my analysis and found that there should be a Maturity history table in database, but i ended up with a table called MaturityBaseline table which does…
Nikhil Mahajan
  • 54
  • 1
  • 2
  • 12
0
votes
1 answer

How to add soft attributes(by loading) to WTPart?

In Windchill 10.2,how to add global soft attributes to WTPart? I mean by load file. windchill wt.load.LoadFromFile -d update-wtpart.xml I want to know how to write that update-wtpart.xml file.
Tom
  • 2,857
  • 9
  • 46
  • 59
0
votes
1 answer

Error in making array of class

I have got below code snippet after decompiling a java class file. The original class was created in java 1.4. Now I am trying to compile in Java 1.6. I am using eclipse Juno. Public class[] getClassTypes() { return (new class[]…
Jagat
  • 61
  • 7
0
votes
2 answers

How to specify credentials from a Java Web Service in PTC Windchill PDMLink

I am currently investigating the possibility of using a Java Web Service (as described by the Info*Engine documentation of Windchill) in order to retrieve information regarding parts. I am using Windchill version 10.1. I have successfully deployed a…
Ldblanchet
  • 3
  • 1
  • 3
0
votes
0 answers

Event Handler stops working on grid view change and column change

The issue that I am having pertains to ExtJS 3.4 I have two issues : If after applying change handlers onto a select dropdown I move the column or change the Grid View (which also can move columns). The 'change' handler breaks. The name of the…
Nilesh Tailor
  • 146
  • 2
  • 6
0
votes
1 answer

Windchill app - Wizard hangs in infinite loop in IE

i have the problem that some parts of my windchill app run into infinite loops. the following seems to appear sometimes: i'm using the wizard and created two steps to add something to a table. the wizard is opened in a popup window and immediately…
Gernot Raudner
  • 814
  • 7
  • 21
0
votes
2 answers

How to create link between parts in windchill throgh API

How to create link between part and document in windchill through API. I have tried the following code. WTPartDescribeLink wl=WTPartDescribeLink.newWTPartDescribeLink(part1, Doc1); PersistenceHelper.manager.save(wl); but its not working.:(:(
Diksha
  • 11
  • 1
  • 3
0
votes
1 answer

wt.vc.VersionControlServiceEvent.NEW_VERSION

I have a windchill service from which I'm capturing the revision event.I'm using the API VersionControlServiceEvent.NEW_VERSION But this event is capturing both checkout and revision event.I need to capture only the revise event.How to modify this…
Vignesh Vino
  • 1,242
  • 4
  • 25
  • 50