Windchill Repository

The Windchill Repository provides a connection to the PTC Windchill content management system. This allows the user to view in real time what is on the Windchill content management system within a local environment.

Attributes

Attribute Name

Description

name

Descriptive name of the repository.

type

“windchill”

Parameters

Parameter Name

Description

url

url of the Windchill instance.

username

Username of the end user that will perform the actions within the repository.

password

Password of enduser that is associated with the username

WindchillQueryFailDelay

The amount of time in seconds to delay after a failed query to Windchill before attempting to query for objects again.

Example

Below is an example of how to configure a Windchill Repository

<Repository name="Windchill" type="windchill">
	<Param name='url' value='http://acm.company.com/Windchill' />
	<Param name='username' value='orgadmin' />
	<Param name='password' value='password' />
</Repository>