cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

When i click valid connection it failed in navigate 1.8

bkulkarni
8-Gravel

When i click valid connection it failed in navigate 1.8

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 2
schauvelin
14-Alexandrite
(To:bkulkarni)

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.

Arshad
17-Peridot
(To:bkulkarni)

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
Top Tags