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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Could not search parts from custom/demo thing in Thingworx after setting Windchill Authentication.

shindemayur
13-Aquamarine

Could not search parts from custom/demo thing in Thingworx after setting Windchill Authentication.

Hi,

   I have installed Thingworx Navigate-1.9.1 successfully. I choose Windchill Authentication while installation. Its also configured properly. I am able to login in Thingworx using Windchill user. Its working totally fine. From Navigate also I can Search Part. But while using the mashup" ptc-connected-demo-mashup" , it fails to display result. When I checked logs it shows ,

[message: Execution error in service script [GetPartStructureByNumber] :: JSON Server error HTTP 404 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">_<html><head>_<title>404 Not Found</title>_</head><body>_<h1>Not Found</h1>_<p>The requested URL /Windchill//sslClientAuth/servlet/rest/structure/objects was not found on this server.</p>_</body></html>_]

 

Also I referred to ptc document Atrticle CS247505 , it is mention that, For Thingworx Navigate (it will not work with ptc-windchill-demo-thing).

 

 

Why is did not worked? Will it also not work , if we create custom app?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @shindemayur ,

 

ptc-connected-demo-mashup uses WindchillConnector(ptc-windchill-demo-thing) for fetching data from Windchill. However, this connector is deprecated starting Navigate 1.8. In your case the problem is extra "/" after Windchill in the Base URL(see // in the URL below):

/Windchill//sslClientAuth/servlet/rest/structure/objects

 

For creating custom app we would recommend you to use ODataConnector. 

 

Regards,

Tushar

View solution in original post

1 REPLY 1

Hi @shindemayur ,

 

ptc-connected-demo-mashup uses WindchillConnector(ptc-windchill-demo-thing) for fetching data from Windchill. However, this connector is deprecated starting Navigate 1.8. In your case the problem is extra "/" after Windchill in the Base URL(see // in the URL below):

/Windchill//sslClientAuth/servlet/rest/structure/objects

 

For creating custom app we would recommend you to use ODataConnector. 

 

Regards,

Tushar

Top Tags