Teamcenter - Failed to get an HTTP response

0
Hello Community,   I'm developing an app that connects to Teamcenter and retrieves all objects from Teamcenter to Mendix Cloud. If I configure the query to retrieve only one type of object (wich represents 10.000 elements) il works. When I configure the query to retrieve all objects (wich representq almost 200.000 elements), the query fails and I get the error : "TeamcenterServiceException: Failed to get an HTTP response".   (The query had been created with the Teamcenter Extension)   Do I need to change anythong in the query ? Should this problem be resolved on the Mendix the Mendix side, or on the Teamcenter side ?   Thanks for your help  
asked
2 answers
0

Hy Nicolas, thanks for your help.

 

Actually the error happens at the "ServiceResponse" step of the query, so before to retrieve  any object.

 image.png

The exact error text is : "Failed to send the service operation Core-2007-09-DataManagement/loadObjects. RuntimeException: Failed to get an HTTP response.Please ensure the Teamcenter server is running on the address https://###."

 

Like you said, I don't see pagination parameters in the "saved query serach" action : image.png

 

How can I modify this flow ?

answered
0

Hi Romain,

 

I have implemented an example of search with pagination in the toolbox, just redownload it from the marketplace. Clone and adapt the below microflow.

The TcConnector has 2 different implementations of the Teamcenter search, the pagination criterias were in the other one.

image.pngimage.png

answered