These procedures extend Windchill so that the Windchill user is presented with additional Windchill User Interface elements that expose controls and forms for the consumption of OSLC information from configured OSLC Providers. The procedures also manually configure Windchill with new properties to store relationships with chosen OSLC Providers.
http://windchill.acme.com/Windchill/app
in a web browser. C:\ptc\Windchill_11.0
/opt/ptc/Windchill_11.0/
bin/windchill shell
/tmp/sodius_install
extension.properties
is at the same level as the unzipped files.
This property file contains default value of needed properties for extension to install.
The needed properties are the identifier of database, the path to the Windchill install and the url
of OSLC Connect for Windchill.
You must change the values by editing the file extension.properties
.
wt.db.type
is the type of the database: oracle
for Oracle, or sqlserver
for SQL Serverwt.install.dir
is the path to the root directory of Windchill install (example :
C:\\ptc\\Windchill_11.0
)windchill.contextPath
is the context path inside the Windchill URL. (example :
value Windchill
for URL https://windchill.mycompany.com/Windchill
) wt.apache.httpServer
is the apache configuration directory path (example:
C:\\ptc\\Windchill_11.0\\HTTPServer\\conf\\conf.d
).
If this property is not set, the install script will use the default directory [WT_HOME]\\..\\HTTPServer\\conf\\conf.d
.extension.properties
file located inside the previous version installation folder.
ant -f extensionInstall.xml
, if installing the extension on a monolithic Windchill or a Windchill cluster master nodeant -f extensionInstall.xml slave
, if installing the extension on a Windchill cluster slave nodeextension.properties
.db-password
is the password matching the Windchill user, property [wt.pom.dbUser] configured in wt.home/Windchill/db/db.properties /oslc-connect
url to Windchill Apache HTTPServer conf
folderxconfmanager
properties propagation taskcustom-actionModels.xml
file. If after the installation You experience issues with Windchill action models into Windchill action models, follow the procedure in
Resolve OSLC Connect action model conflicts.When the script runs successfully, this completes deployment of the extension.
When using a Windchill cluster installation, there are 2 options:
slave
argument on cluster slave nodes. This will allow the installation to run faster, as some operations only need to be
performed on the master node.