Sumário

Search

  1. Prefácio
  2. Visão Geral da Instalação
  3. Tarefas de Pré-instalação
  4. Instalação do Armazenamento de Hub
  5. Instalação do Servidor de Hub
  6. Tarefas de Pós-instalação do Servidor de Hub
  7. Instalação do Servidor de Processos
  8. Tarefas de Pós-instalação do Servidor de Processos
  9. Tarefas pós-instalação do ActiveVOS no servidor de aplicativos
  10. Tarefas de Pós-instalação do ActiveVOS para o Adaptador de Entidades Comerciais
  11. Personalizar o ActiveVOS
  12. Instalação do Kit de Recursos
  13. Tarefas de Pós-Instalação do Kit de Recursos
  14. Solucionando Problemas com o MDM Hub
  15. Desinstalação

Installation Guide for Microsoft SQL Server with IBM WebSphere

Installation Guide for Microsoft SQL Server with IBM WebSphere

Setting Up the MDM Hub Sample Operational Reference Store

Setting Up the MDM Hub Sample Operational Reference Store

Before you can use the
Armazenamento de Referências Operacionais de amostra do MDM Hub
, you must set it up. Before you install the
Kit de Recursos
, set up the
MDM Hub
sample Operational Reference Store. To set up the
MDM Hub
sample Operational Reference Store, create an Operational Reference Store and import
mdm_sample
into it. The MDM Hub Operational Reference Store creation is only supported on Windows.
  1. Navigate to the following location in the distribution directory:
    On Windows.
    <
    distribution directory
    >\database\bin
  2. Run the following command:
    On Windows.
    sip_ant.bat create_ors
  3. Answer the prompts that appear.
    The prompt displays default text in brackets. Press
    Enter
    to use the default value and go to the next prompt.
    Enter database type. (ORACLE, MSSQL, DB2)
    Database type.
    Specify
    MSSQL
    .
    Enter the Operational Reference Store database host name. [localhost]
    Name of the machine that hosts the database. Default is
    localhost
    .
    Enter the Operational Reference Store database port number.
    [1433]
    Port number that the database uses.
    Default is
    1433
    .
    Connect URL.
    [jdbc:sqlserver://<
    host name
    >:<
    port
    >]
    Connect URL for the database connection.
    Enter CMX_ORS database path. ['C:\MSSQLDATA"]
    Path to the Microsoft SQL Server data file store enclosed in double quotation marks.
    Enter CMX_SYSTEM database collation name [Latin1_General_CI_AS]
    Collation name to set a collation sequence for the MDM Hub Master Database.
    Enter the Operational Reference Store database user password.
    Password of the
    Armazenamento de Referências Operacionais de amostra do MDM Hub
    user.
    Enter a locale name from the list: de, en_US, fr, ja, ko, zh_CN. [en_US]
    Operating system locale. Default is en_US.
    Enter the DBA user name.
    [sa]
    Default is
    sa
    .
    Enter the DBA password.
    Password of the SA user account.
  4. After you create the sample Operational Reference Store, review
    sip_ant.log
    in the following directory:
    On Windows.
    <
    distribution directory
    >\database\bin
    The
    sip_ant.log
    file logs any errors that might occur when you run the
    sip_ant
    script to create the
    Armazenamento de Referências Operacionais
    .
  5. To import
    mdm_sample
    , run the following command:
    On Windows.
    sip_ant.bat import_schema
  6. Answer the prompts that appear.
    The prompt displays default text in brackets. Press
    Enter
    to use the default value and go to the next prompt.
    Enter database type. (ORACLE, MSSQL, DB2)
    Database type.
    Specify
    MSSQL
    .
    Enter the Operational Reference Store database host name. [localhost]
    Name of the machine that hosts the database. Default is
    localhost
    .
    Enter the Operational Reference Store database port number.
    [1433]
    Port number that the database uses.
    Default is
    1433
    .
    Connect URL.
    [jdbc:sqlserver://<
    host name
    >:<
    port
    >]
    Connect URL for the database connection.
    Enter the Operational Reference Store database user name. [cmx_ors]
    Name of the
    Armazenamento de Referências Operacionais de amostra do MDM Hub
    database. Default is
    cmx_ors
    .
    Enter the Operational Reference Store database user password.
    Name of the
    Armazenamento de Referências Operacionais de amostra do MDM Hub
    database user.
    Enter a locale name from the list: de, en_US, fr, ja, ko, zh_CN. [en_US]
    Operating system locale. Default is en_US.
    Enter the path to the ZIP dump file. [<
    distribution directory
    >\resources\database]
    Path to the
    mdm_sample.zip
    file.
    Enter the name of the ZIP dump file. [mdm_sample.zip]
    Name of the ZIP dump file. Default is
    mdm_sample.zip
    .