SAP ASE Mart Database Memory

Symptom:

You may experience one of the following issues when there is insufficient memory for the SAP ASE Mart database.

  • You cannot save multiple Mart models in a SAP ASE Mart database.
  • When you upgrade a Mart model from 8.x to 2018 R1 using the upgrade utility for a SAP ASE database the upgrade process fails.

Solution:

Increase the main memory and procedure cache of the database.

  1. Enter the following command to increase the main memory of the database:
    sp_configure "max memory", <memory size>
    
    <memory size>

    Specifies the amount of memory that you need to increase.

  2. Enter the following command to increase the procedure cache of the database:
    sp_configure "procedure cache size", <memory size>
    
    <memory size>

    Specifies the amount of memory that you need to increase.

SSL Certificate Error

Symptom:

When you open Mart Administrator from Mart Server that is configured with an SSL certification, an SSL certificate error appears.

Solution:

  1. Replace localhost in the Mart Server URL with your computer name.

    https://localhost:12345/MartAdmin/

    https://<computer_name>:12345/MartAdmin/

  2. Use the updated URL to access the Mart Server

Unable to save a model to Mart with an existing model name

Symptom:

When you save a model to Mart with an existing model name, a dialog with the following text appears.

Model '<model name>' already exists in library '<mart name>'. Rename the new model name

Solution:

Save the model with a different name.