Find URLs to Create a Teamcenter Repository

  1. Determine the correct host URL.
    The host URL refers to the Teamcenter Enterprise Tier (web tier) endpoint. This is the base URL you need to connect from Inspire or other Altair software.

    Common format:

    http (or https)://<server>:<port>/tc where tc is a web context root under which the Teamcenter Enterprise tier is deployed. Please verify the correct context root value.

    Try accessing:

    http://<server>:<port>/tc/controller/test or https://<server>:<port>/tc/controller/test

    If it returns the following message, then you are all set: ###### This is presentation tier test page!!.

    The URL http://<server>:<port>/tc/controller/test is commonly used in Teamcenter deployments as a health check endpoint for the enterprise (web) tier. It pings the Teamcenter web controller and verifies the following:
    • The application server (for example, Tomcat, WebLogic) is running.
    • The Teamcenter servlet is deployed correctly.
    • The /tc context path is accessible.
  2. Identify and locate the FMS (File Management System) URL in Teamcenter Rich client.
    The FMS URL is required for file transfer. This URL is configured as a preference and used by clients to contact the FMS server.
    1. Open the Teamcenter Rich Client.
      Ensure you're logged in with permission to view system preferences.
    2. From the menu bar, select Edit > Options to access the Options menu.
    3. In the Search tab, enter FMS to search for the preference.
    4. In the search results, select PIE_IMP_FOR_CAD to locate FMS_Bootstrap_Urls.
    The displayed value is your FMS URL.