checkForCompileError.sh script

Use the checkForCompileError.sh script for automated checking of your scripts for compilation errors in the IBM® InfoSphere® Master Data Management Collaboration Server environment.

Syntax

checkForCompileError.sh --use_docstore=yes|no --company_code=code 
--script_dir=script_directory --logfile=logfile_path

Parameters

use_docstore
Specify if the docstore needs to be used.
company_code
Specify the company code.
script_dir
Specify the full path to the script directory.
logfile
Specify the full path to the log file.

Example

In this example, the checkForCompileError.sh script is run from the /bin directory for a company named test, and the logfile is created in the /bin directory without using the doc store.

$<install directory>/bin/checkChangedScriptOps.sh --use_docstore=no --company_code=test --script_dir=/bin  --logfile=/bin/logs


Last updated: 21 Jul 2017