Creating New Analytic Instances

To create a new analytic instance for an analytic type:

  1. Call the function InsertOptProbInst with the analytic type and analytic instance as parameters to create an analytic instance ID.

  2. Use Application Engine or a similar mechanism to load the optimization application tables with data.

    Use the analytic instance ID as the key value in scenario-managed optimization application tables.

    The analytic instance is now ready to be loaded into an analytic server.

Note:

You can load multiple copies of the same analytic instance into multiple instances of an analytic server, provided that each instance of the analytic server resides in a different application server domain. Each analytic instance loaded into a given domain must be unique. Within a given domain, you cannot have the same analytic instance in more than one analytic server. The analytic server maintains data integrity by checking to see if the data has been altered by another user (refer to the steps in the optimization system architecture description). Try to maintain data consistency when the same analytic instance uses the same database in different domains.