IDAX.INITIALIZE - Create the database objects for managing the metadata of the analytic models

Use this stored procedure to create the database objects for the current database that are required to manage the metadata of the analytic models.

Authorization

The privileges held by the authorization ID of the statement must include DBADM authority.

Syntax

IDAX.INITIALIZE(in parameter_string varchar(32672))

Parameter descriptions

parameter_string
Optional.
Empty string or string with blank characters only. It can also be omitted.
Data type: VARCHAR(32672)

Returned information

A result set with status information is returned. It contains a success message, that is, a VARCHAR column.

If the procedure is not completed correctly, you get an error message.

Example

CALL IDAX.INITIALIZE()

  Result set 1
  --------------

  Message
  -------------------------------------------------------------------
  CDFAA0851E The metadata objects have been initialized successfully.

  1 record(s) selected.

  Return Status = 0