Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Begin
  4. Pre-Installation Tasks
  5. B2B Data Exchange Installation
  6. Post-Installation Tasks
  7. Installing the Partners Portal on Non-B2B Data Exchange Nodes
  8. Upgrading B2B Data Exchange
  9. Starting and Stopping B2B Data Exchange
  10. Optional B2B Data Exchange Configuration
  11. Installing and Configuring the B2B Data Exchange Accelerator for Data Archive
  12. Uninstallation

B2B Data Exchange Installation and Configuration Guide

B2B Data Exchange Installation and Configuration Guide

Configuring the Installation Properties

Configuring the Installation Properties

The installation properties file includes the parameters that are required by the installer.
The following table describes parameters that you add in the installation properties file:
Parameter
Description
Specify whether to install or upgrade
B2B Data Exchange
.
IS_INSTALL
To install
B2B Data Exchange
, set the parameter to 1. Else, set the parameter to 0.
IS_UPGRADE
To upgrade
B2B Data Exchange
, set the parameter to 1. Else, set the parameter to 0.
If you set this parameter to 1, you must set the BLANK_USER parameter to 0 and the CONFIGURED_USER parameter to 1.
Configure PowerCenter version using the following parameters:
PMREP_HOME_1
Absolute location of the pmrep command line utility folder.
POWERCENTER_HOME_1
Absolute directory where you installed PowerCenter.
Configure the installation directory using the following parameter:
USER_INSTALL_DIR
Absolute path to the installation directory.
Configure the components to install using the following parameters:
DX_SERVER
To install the
B2B Data Exchange
application, set the parameter to 1. Else, set the parameter to 0.
DX_DASHBOARD
To install the
B2B Data Exchange
Dashboard and Reports component, set the parameter to 1. Else, set the parameter to 0.
PC_SERVER_PLUGIN
To install the
B2B Data Exchange
server plug-in for the PowerCenter services, set the parameter to 1. Else, set to 0.
PC_CLIENT_PLUGIN
To install the
B2B Data Exchange
plug-in for the PowerCenter client, set the parameter to 1. Else, set the parameter to 0. This applies only for Windows.
DIH_BIG_DATA_MANAGEMENT
To install the
B2B Data Exchange
Big Data Management component, set the parameter to 1. Else, set the parameter to 0.
DIH_HADOOP_SERVICE
To install the
B2B Data Exchange
Hadoop service, set the parameter to 1. Else, set the parameter to 0. This applies only for Linux.
Configure the
B2B Data Exchange
repository using the following parameters:
BLANK_USER
To create a new
B2B Data Exchange
repository, set the parameter to 1. Else, set the parameter to 0.
CONFIGURED_USER
To configure an existing
B2B Data Exchange
repository, set the parameter to 1. Else, set the parameter to 0.
DB_TYPE_1
Type of database to use for the
B2B Data Exchange
metadata repository.
Enter either of the following options:
  • Oracle
  • SQLServer
DB_CONNECTION_STRING_1
To use a custom connection string, set the parameter to 1. Else, set the parameter to 0.
If you set this parameter to 1, ignore DB_HOST, DB_PORT and DB_SID.
DB_HOST_1
Host name of the machine where the database server is installed.
DB_PORT_1
Port number for the database server. The default port number for Oracle is 1521. The default port number for Microsoft SQL Server is 1433.
DB_SID_1
System identifier for the database. Enter a fully qualified Service Name or a fully qualified SID.
DB_CONNECTION_STRING_VALUE_1
The JDBC value of the connection string. Configure this parameter only if DB_CONNECTION_STRING_1 is set to 1.
DB_ODBC_STRING_VALUE_1
Mandatory. The driver value of the connection string.
Use one of the following driver connection strings:
  • Oracle: {DataDirect 7.1 Oracle Wire Protocol};UID=%1;PWD=%2;Host=<Server_Host>;Port=1521;SN=<SID>
  • SQL server: {DataDirect 7.1 SQL Server Wire Protocol};UID=%1;PWD=%2;Server=<server>, <port_no>;Database=<REPO_DB>
DB_WINDOWS_AUTHENTICATION_1
To authenticate user names against the Microsoft Windows authentication mechanism, set the parameter to 1. Else, set the parameter to 0.
DB_USER_1
Name of the database user account for the database where you do not use Windows authentication.
DB_PASSWORD_1
Password for the database account for the database where you do not use Windows authentication.
B2B Data Exchange
stores the password as an encrypted string.
Configure the publication repository using the following parameters:
STAGING_TYPE_1
Type of database to use for the
B2B Data Exchange
publication repository.
Enter either of the following options:
  • Oracle
  • SQLServer
STAGING_CONNECTION_STRING_1
To use a custom connection string, set the parameter to 1. Else, set the parameter to 0.
If you set this parameter to 1, ignore STAGING_HOST, STAGING_PORT and STAGING_SID.
STAGING_HOST_1
Host name of the machine where the staging server is installed.
STAGING_PORT_1
Port number for the staging server. The default port number for Oracle is 1521. The default port number for Microsoft SQL Server is 1433.
STAGING_SID_1
System identifier for the staging if the database. Enter a fully qualified Service Name or a fully qualified SID.
STAGING_WINDOWS_AUTHENTICATION_1
To authenticate user names against the Microsoft Windows authentication mechanism, set the parameter to 1. Else, set the parameter to 0.
STAGING_USER_1
Name of the staging user account for the database where you do not use Windows authentication.
STAGING_PASSWORD_1
Password for the database account for the staging where you do not use Windows authentication.
B2B Data Exchange
stores the password as an encrypted string.
STAGING_CONNECTION_STRING_VALUE_1
The JDBC value of the connection string. Configure this parameter only if STAGING_CONNECTION_STRING_1 is set to 1.
Configure the operational data store using the following parameters:
ODS_DB_USE_NEW
To create an operational data store repository, set the parameter to 1.
ODS_DB_USE_EXISTING
To configure an existing operational data store repository, set the parameter to 1. Else, set the parameter to 0.
ODS_DB_TYPE_1
Type of database to use for the operational data store.
Enter one of the following options:
  • Oracle
  • SQLServer
ODS_DB_CONNECTION_STRING_1
To use a custom connection string, set the parameter to 1. Else, set the parameter to 0.
If you set this parameter to 1, ignore ODS_HOST, ODS_PORT and ODS_SID.
ODS_DB_HOST_1
Host name of the machine where the database server is installed.
ODS_DB_PORT_1
Port number for the database. The default port number for an Oracle database is 1521. The default port number for a Microsoft SQL server is 1433.
ODS_DB_SID_1
System identifier for the database. Enter either a fully qualified Service Name or a fully qualified SID.
ODS_DB_JDBC_STRING_VALUE_1
The JDBC value of the connection string. Configure this parameter only if ODS_CONNECTION_STRING_1 is set to 1.
ODS_DB_WINDOWS_AUTHENTICATION_1
To authenticate user names against the Microsoft Windows authentication mechanism., set the parameter to 1. Else, set the parameter to 0.
ODS_DB_USER_1
Name of the database user account for the database where you do not use Windows authentication.
ODS_DB_PASSWORD_1
Password for the database account for the database where you do not use Windows authentication.
B2B Data Exchange
stores the password as an encrypted string.
Configure settings for Informatica Domain with Kerberos authentication using the following parameters:
INTERNAL_AUTH
To use
B2B Data Exchange
native authentication, set the value to 1. Else, set the value to 0.
INTERNAL_AUTH_DEFAULT
To use the
B2B Data Exchange
native authentication as the default authentication, set the value to True. Else, set the value to False.
ISF_AUTH
To use Informatica domain authentication, set the value to 1. Else, set the value to 0.
ISF_AUTH_DEFAULT
To use the Informatica domain authentication as the default authentication, set the value to True. Else, set to False.
KERBEROS_AUTH
To use Informatica domain with Kerberos authentication, set the value to 1. Else, set the value to 0.
KERBEROS_AUTH_DEFAULT
To use the Informatica domain with Kerberos authentication as the default authentication, set the value to True. Else, set the value to False.
Configure settings for Informatica domain authentication using the following parameters:
INFA_HOST_1
Host name of the Informatica security domain server.
INFA_PORT_1
Port number for the Informatica security domain gateway.
INFA_USERNAME_1
User name to access the Administrator tool.
INFA_PASSWORD_1
Password of the Informatica security domain user.
INFA_SECURITY_DOMAIN_1
Name of the Informatica security domain where the user is defined.
INFA_SECURITY_GROUP_1
Optional. Security group within the Informatica security domain where
B2B Data Exchange
users are defined in the following format:
<security group>@<domain>
Configure
B2B Data Exchange
native authentication using the following parameter:
CONSOLE_ADMIN_1
User name of the administrator account to be created during installation.
Configure the Data Integration Hub document store using the following parameter:
DATA_STORE_FOLDER_1
The absolute path of the directory where the Data Integration Hub stores documents during processing.
Configure the Web Server using the following parameters:
TOMCAT_ENABLE_HTTPS_1
To use the HTTPS secure network communication when you open the Operation Console in the browser, set the parameter to 1. Else, set the parameter to 0.
TOMCAT_HTTPS_PORT_1
The Port number for the Tomcat connector to use when you open the Operation Console with HTTPS.
The default value is 18443.
TOMCAT_EXISTING_KEYSTORE_FILE_1
To use an existing keystore file, set the parameter to 1. Else, set the parameter to 0.
TOMCAT_KEYSTORE_PASSWORD_1
If you chose to use an existing keystore, enter the password for the keystore file.
TOMCAT_KEYSTORE_FILE_PATH_1
If you chose to use an existing keystore, enter the path to the keystore file.
TOMCAT_ENABLE_HTTP_1
To use the HTTP network communication when you open the Operation Console in the browser, set the parameter to 1. Else, set the parameter to 0.
TOMCAT_PORT_1
Port number for the HTTP connector.
TOMCAT_SERVER_LISTENER_PORT_1
Port number for the listener that controls the Tomcat server shutdown.
The default value is 18005.
Configure the PowerCenter settings using the following parameters:
PWC_VERSION_BEFORE_10_5
To install
B2B Data Exchange
with PowerCenter version below 10.5, set the parameter to 1. Else, set the parameter to 0.
PWC_VERSION_10_5
To install
B2B Data Exchange
with PowerCenter version 10.5, set the parameter to 1. Else, set the parameter to 0.
POWERCENTER_HOME_1
Absolute path where PowerCenter is installed.
PC_SCHEDULING_WORKFLOWS_1
Mandatory. For
B2B Data Exchange
to use the PowerCenter Services for processing batch workflows, you must set the parameter to 1.
PC_WEB_SERVICES_URL_1
URL that the PowerCenter Web Services Hub uses when
B2B Data Exchange
transfers documents to PowerCenter for processing with batch workflows.
PC_REPOSITORY_NAME_1
Name of the PowerCenter Repository Service.
PC_REPOSITORY_HOST_1
Host name of the node that runs the PowerCenter Repository Service.
PC_REPOSITORY_PORT_1
Port number of the node that runs the PowerCenter Repository Service.
PC_REPOSITORY_USER_1
Name of the PowerCenter Repository Service user.
PC_REPOSITORY_PASSWORD_1
Password for the PowerCenter Repository Service user.
B2B Data Exchange
stores the password as an encrypted string.
PC_REPOSITORY_SECURITY_DOMAIN_1
Optional. Name of the Informatica security domain in which the PowerCenter Repository Service user is stored.
Default is Native.
PC_DOMAIN_NAME_1
Name of the Informatica domain that contains the PowerCenter Integration Service that runs
B2B Data Exchange
workflows.
PC_NODE_NAME_1
Node in the Informatica domain on which the PowerCenter Integration Service runs.
PC_ADMIN_USER_1
Name of the Informatica domain administrator.
PC_ADMIN_PASSWORD_1
Password for the Informatica domain administrator.
B2B Data Exchange
stores the password as an encrypted string.
PC_INTEGRATION_SERVICE_1
The name of the PowerCenter Integration Service that
B2B Data Exchange
uses to run workflows.
PMREP_HOME_1
The absolute location of the pmrep command line utility.
Configure Informatica Data Quality domain settings using the following parameters:
DIS_DOMAIN_NAME_1
Name of the Informatica domain that contains the Data Integration Service.
DIS_HOST_NAME_1
Host name of the node that runs the Data Integration Service.
DIS_PORT_NUMBER_1
Port number of the node that runs the Data Integration Service.
DIS_ADMIN_SECURITY_DOMAIN_1
Optional. Name of the Informatica security domain in which the Data Integration Service user is stored.
Default is Native.
DIS_ADMIN_USER_1
Name of the Informatica domain administrator.
DIS_ADMIN_PASSWORD_1
Password for the Informatica domain administrator.
B2B Data Exchange
stores the password as an encrypted string.
DIS_INTEGRATION_SERVICE_1
The name of the Data Integration Service that
B2B Data Exchange
uses to run batch workflows.
DIS_MODEL_REPOSITORY_SERVICE_1
The name of the Data Integration Service that
B2B Data Exchange
uses to store batch workflows.
Configure Informatica Data Quality Command Line Utility using the following parameters:
INFACMD_HOME_1
The absolute location of the infacmd command line utility.

0 COMMENTS

We’d like to hear from you!