IDAX.IS_INITIALIZED - Determine whether the database objects for managing the metadata of the analytic models are created

Use this stored procedure to determine whether the metadata objects are created, and whether the version of the metadata objects is as expected.

Authorization

None required.

Syntax

IDAX.IS_INITIALIZED(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.IS_INITIALIZED();

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

  Message
  ------------------------------------------------------------------
  CDFAA0856E The metadata object are initialized. No problems found.

  1 record(s) selected.

  Return Status = 0