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

windchill server startup warn wt.manager.ServerLauncher

After connecting eclipse with windchill, I get an error to start the server. error: warn wt.manager.ServerLauncher - Starting Servermanager windchill.
cooper
  • 1
  • 1
0
votes
1 answer

I can't run the windchill test system

While I was trying to load the new classes I wanted to create in windchill shell, my necessary files in windchill were deleted during the installation. All classes in the file are deleted when adding a new package with windchill shelland the test…
cooper
  • 1
  • 1
0
votes
1 answer

Rest API for creating new workspace in Windchill

I want to create a workspace in Windchill calling Rest API from our web application. But no where to find such API end point in any of the Windchill Rest API documentation. Is it possible to create workspace using rest API, if not is there any…
Deepak Preman
  • 113
  • 1
  • 11
0
votes
0 answers

HttpClient Post Async call

I am trying to call a Windchill Odata rest service. THE HTTP GET method works fine, but it is not working as expected when making a POST request. I am also not sure how to pass the required parameter to the URL. Any suggestions will help a lot. URL…
shasi
  • 61
  • 1
  • 1
  • 4
0
votes
2 answers

How to create a command in part view that fires Java code

We want to add a command (a button, a menu item, an entry in a context menu or similar) in the part view to execute Java code. In the Java code there should be a reference to the part. We tried to add entries in psb-actionmodels.xml and…
chris
  • 1,685
  • 3
  • 18
  • 28
0
votes
1 answer

Capture Windchill events

I am using windchill 11.1 M020, what's the best way to capture events from windchill? the context is I am a third party java application which runs in a different host than windchill and I'd like to be triggered when Checkin events or version…
0
votes
1 answer

Upload file in server with a multipart/form-data - C#

I want to upload a file in WindChill (is a PLM from PTC). They give to us an REST API with the services to do this. They split an upload of file in 3 stages. Stage 1 - We call a service where we give the number of files to upload. In this case only…
0
votes
1 answer

How to Get a responce message from service and print that message using batch file?

I need to get a responce message from a service and print that message using batch file. I need to stop a windchill service and get that message and prints it, If service is properly stopped then I need to start the windchill service.. windchill…
0
votes
1 answer

How to write a Batch file for Restarting Windchill with some Buffer time?

I need to Restart my windchill service. currently windchill stop and windchill start commands are using in windchill shell. I need to write batch file for this operation. After doing some research I decided to write like this.. NET STOP windchill…
0
votes
1 answer

Identify deleted records in PDMlink by querying tables

The PDmlink records are hard deleted in WIndchill from the backend tables. Users have access to delete the objects created and hence i need to find a way to identify the records deleted. Is there any table which gives this information in PDMlink…
GML
  • 1
0
votes
0 answers

Download link inside iFrame works in Chrome, but not in Electron

I have built an Electron application which downloads files from Sharepoint. This works flawlessly. Soon the files will be transferred to Windchill and only be available there. When I substitute the download link with the link from Windchill, it…
neolith
  • 699
  • 1
  • 11
  • 20
0
votes
1 answer

How to fetch local attribute value through QuerySpec in Windchill

I created a local string type attribute on a type in Windchill. I'm trying to fetch the value of that attribute using QuerySpec but it's throwing the following exception: 2019-04-16 20:53:05,092 INFO [ajp-nio-127.0.0.1-8011-exec-5] wt.system.err…
miserable
  • 697
  • 1
  • 12
  • 31
0
votes
1 answer

How to have a clone of systems with same data as production servers

We have PLM systems where all our product lifecycle data resides. We want to build services (REST) to let this data accessed by other systems. The PLM system we are using comes with REST services and we can also build our own on top of that. These…
miserable
  • 697
  • 1
  • 12
  • 31
0
votes
1 answer

Read the value of a local variable in Windchill

I created a local attribute on Part. The attribute is of Boolean type and is a synchronized attribute. In my code, I'm trying to get the value of that attribute. Following the code: PersistableAdapter pa = new PersistableAdapter…
miserable
  • 697
  • 1
  • 12
  • 31
0
votes
3 answers

Creating tests with many mock objects?

I'm having doubts about if I should create tests that have many mock objects or not. I recently read When should I mock? and I'm feeling confused. Let's take a look at a method I have (it is just to illustrate the problem) @Override protected void…
Aramka
  • 111
  • 3
  • 10