Skip to main content
1-Visitor
February 7, 2020
Question

When i click valid connection it failed in navigate 1.8

  • February 7, 2020
  • 2 replies
  • 1903 views

Hello I have set all in thingworx imported all extensions required .and in ptc-windchill-connector ,ptc-winedchill-connector-proxy i have done required setting for windchill fixed authentication below are the setting i have done all setting in composer.

 

attached log file.

bkulkarni_0-1581075818177.png

I am performing fixed account authentication .followed below steps.

 

In Thingworx :

  • Open ptc-windchill-integration-connector and select Configuration
    • Set Authentication Type to None
    • Fill out Username and Password
    • Fill the Base URL with: http://<Windchill Hostname>:<port>/Windchill/trustedAuth (instead of sslClientAuth)
    • Click Save.
  • Open ptc-windchill-integration-connector-proxy and select Configuration             
    • URL: http://<Windchill Hostname>
    • Set Authentication Type to basic
    • Fill out Username, Password
    • Do not specify path for Keystore and TrustStore
    • (Starting Navigate 1.8) : Set "Test Connection URL"=http://<SERVER_NAME>/Windchill/
    • (Starting Navigate 1.8) Enable Dynamic Content

In Windchill :

  • Add property below in wt.properties :
    • wt.auth.trustedHosts=<HOSTNAME_THINGWORX_SERVER>

please let me know where i am wrong performing

 

 

2 replies

15-Moonstone
February 10, 2020

Hello,

 

Were you able to save "ptc-windchill-integration-connector-proxy" thing with "Dynamic Content" enabled?

If not please try :

 

Test Connection URL = http://<YOUR_SERVER>/Windchill/trustedAuth/servlet/WindchillAuthGW/wt.httpgw.HTTPServer/echo

 

Kind regards.

17-Peridot
February 10, 2020

For the Fixed Authentication configure ptc-windchill-integration-connector with these values :

 

Authentication Type : Fixed
Username : wcadmin
Password : <password_of _wcadmin>
Base URL : http://<Windchill_FQDN>/Windchill
Relative URL : /servlet/rest
Connection URL : /servlet/WindchillGW/wt.httpgw.HTTPServer/ping
Relative URL Of Swagger Specification : /servlet/rest/swagger.json
 
Save the configuration. And run the service ValidateConnection.
 
For ptc-windchill-integration-connector-proxy :
Dynamic Content : Checked 
URL : http://<Windchill_FQDN>
Authentication Type : Basic
Username : wcadmin
Password : <password_of _wcadmin>
Test Connection URL : http://<Windchill_FQDN>/Windchill/servlet/WindchillAuthGW/wt.httpgw.HTTPServer/echo