Índice

Search

  1. Prólogo
  2. Resumen de la instalación
  3. Tareas previas a la instalación
  4. Instalación del almacén del concentrador
  5. Instalación del servidor del concentrador
  6. Tareas posteriores a la instalación del Servidor del concentrador
  7. Instalación del Servidor de procesos
  8. Tareas posteriores a la instalación del Servidor de procesos
  9. Tareas de ActiveVOS posteriores a la instalación para el servidor de aplicaciones
  10. Tareas de ActiveVOS posteriores a la instalación para el adaptador de entidades de negocio
  11. Personalizar ActiveVOS
  12. Instalación del kit de recurso
  13. Solución de problemas de MDM Hub
  14. Desinstalación

Installation Guide for Microsoft SQL Server with Oracle WebLogic

Installation Guide for Microsoft SQL Server with Oracle WebLogic

Setting Up the MDM Hub Sample Operational Reference Store

Setting Up the MDM Hub Sample Operational Reference Store

Before you can use the
Almacén de referencias operativas de muestra de 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
    Almacén de referencias operativas de muestra de 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
    Almacén de referencias operativas
    .
  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
    Almacén de referencias operativas de muestra de MDM Hub
    database. Default is
    cmx_ors
    .
    Enter the Operational Reference Store database user password.
    Name of the
    Almacén de referencias operativas de muestra de 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
    .