importRelationshipsAsCompany.sh script

Use the importRelationshipsAsCompany.sh script to import your IBM® InfoSphere® Master Data Management Collaboration Server data model.

Syntax

importRelationshipsAsCompany.sh --company_code=code 
--zipfile_path=zipfile_path [--temp_folder=temporary_folder]

Parameters

company_code
Specify the company code.
zipfile_path
Specify the fully qualified path of the directory where your .zip file is stored.
temp_folder
Specify the fully qualified path of the temporary directory.

Example

In this example, the importCompanyFromZip.sh script is run for a company with test as the company_code. The .zip file is stored in the /bin/zipfiles directory and /bin/temp is the temporary directory.

$<install directory>/bin/importRelationshipsAsCompany.sh --company_code=test
 --zipfile_path=/bin/zipfiles --temp_folder=/bin/temp


Last updated: 21 Jul 2017