Teamcenter Mendix Integration

0
Hi All,   I trying to build on my first app on Teamcenter Mendix integration, but I keep on getting HTTP response error. Even I referred this link as well, https://academy.mendix.com/link/paths/140/Integrate-Teamcenter-Into-Your-App Webserver : IIS Server TEM Env : ODS and OData services & Framework enabled SSL enabled Environment Tc 12.4 (Thin client is not configured, just AWC only)   Thanks,
asked
2 answers
0

Hi,

When integrating Mendix with Teamcenter, HTTP response errors can occur due to issues with the

  • Teamcenter OData service,
  • SSL configuration,
  • network settings,
  • CORS, or Mendix setup.

Troubleshoot by verifying configurations, checking logs, testing API calls, and ensuring correct modules and libraries. 

answered
0

You mention that you’ve installed Teamcenter OData. Are you trying to access Teamcenter through OData or by using the Teamcenter connector? If using the connector, make sure you are using the correct URLs (4 tier URL is not the same as the Active Workspace URL) and, as already mentioned, test your direct access to those URLs

answered