Define caching location - Intergraph Smart 3D Web API - Installation & Upgrade - Hexagon

Intergraph Smart 3D and Smart 3D Admin Web API Installation and Configuration

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Installation & Upgrade
Smart 3D Version
13.1

Use the Configuration Utility's Cache Options page to define the location used for caching URL results.

How do I get to this page?

For both the Smart 3D Web API Configuration Utility and the Smart 3D Admin Web API Configuration Utility, the Caching Options page appears when you are configuring database connections and prerequisites, after you click Next on the Configuration Utility's Web API Database page.

  1. Select a caching option:

    • Shared Redis Cache - Results are cached in a Redis service. To choose this option, the Redis service must have already been installed and configured. For more information, see Install Redis (Optional).

    • Local Process Memory Cache - Results are cached in the IIS process. If this option is selected no further input is required on this page.

  2. If you selected Shared Redis Cache, complete the Redis Connection Details section:

    For this option

    Do this

    Server Name

    Enter the name of the computer where the Redis service is running, for example:

    mymachine.domain.com

    Redis Database

    Enter the number of the Redis database. Usually, this does not have to be changed from the default value of 0. If you do need to change it, note that the default value range is usually 0 to 15.

    Redis Connection String

    If necessary, click Edit to change the port used to connect to the database. By default, the port is 6379. To change it, replace the port number following the colon, for example:

    mymachine.domain.com:6379

    Configuration errors related to Redis are often related to the default port number.

    Allow Admin Connections

    Select this if you must allow admin connections. Normally, this is not required.

  3. Click Test to verify the connection information.

  4. Click Next, and continue with Define RabbitMQ instance for messaging.