実行プロファイル

「プロファイルの実行」は、ジョブの実行時に、外部化されたオプション用の複数の上書き構成設定を指定するオプションのテンプレートです。個々の上書きを引数として個別に指定するのではなく、複数の構成上書きを保存し再使用する便利な方法を提供します。IEは外部化されたオプションに推奨されていないことに注意してください。

「プロファイルの実行」は、コマンドライン・インタフェースからrunopsjobを使用するか、サーバー・コンソールUIのいずれかでジョブを実行する際に使用できます。

「プロファイルの実行」は、任意のテキスト・エディタを使用して作成できます。これには、.properties接頭辞を付けて、EDQインストールのoedq_local_home/runprofilesフォルダに保存する必要があります。

通常、本番デプロイメントで構成を上書きする方法に関する知識のある上級ユーザーによって設定されます。これは、oedq_local_homeディレクトリへのアクセス権を持つユーザーが作成または編集を直接行うか、oedq_local_home/runprofilesディレクトリにFTPタスクによって転送される場合があります。Oracle Watchlist Screeningなど、EDQを使用して構築されたソリューションには、事前パッケージ済ジョブ内の外部化された構成オプションの上書きに適した事前定義済「プロファイルの実行」を複数含めることができます。

「プロファイルの実行」を作成するためのテンプレートは、template.propertiesと呼ばれ、[Installpath]/oedq_local_home/run profilesディレクトリにあります。テンプレートには、各タイプの上書きの完全な手順および例が含まれます。

「プロファイルの実行」ファイルの例を次に示します。

######### Real-time Setup ###########
# Globally turns on/off real-time screening
phase.Start\ Real-time\ Screening.enabled = Y
# Control single real-time screening types
phase.Real-time\ Screening.process.Individual\ Real-time\ Screening.san_enabled = Y
phase.Real-time\ Screening.process.Individual\ Real-time\ Screening.pep_enabled = Y
phase.Real-time\ Screening.process.Individual\ Real-time\ Screening.edd_enabled = Y
phase.Real-time\ Screening.process.Entity\ Real-time\ Screening.san_enabled = Y
phase.Real-time\ Screening.process.Entity\ Real-time\ Screening.pep_enabled = Y
phase.Real-time\ Screening.process.Entity\ Real-time\ Screening.edd_enabled = Y
########## Batch Setup ##############
# Globally turns on/off batch screening
phase.Start\ Batch\ Screening.enabled = Y
# Control single batch screening types
phase.Match\ Individuals\ Batch\ SAN.enabled = Y
phase.Match\ Individuals\ Batch\ PEP.enabled = Y
phase.Match\ Individuals\ Batch\ EDD.enabled = Y
phase.Match\ Entities\ Batch\ SAN.enabled = Y
phase.Match\ Entities\ Batch\ PEP.enabled = Y
phase.Match\ Entities\ Batch\ EDD.enabled = Y
######## Screening Receipt ##########
phase.Real-time\ Screening.process.Individual\ Real-time\ Screening.receipt_prefix = OWS
phase.Real-time\ Screening.process.Individual\ Real-time\ Screening.receipt_suffix = IND
phase.Real-time\ Screening.process.Entity\ Real-time\ Screening.receipt_prefix = OWS
phase.Real-time\ Screening.process.Entity\ Real-time\ Screening.receipt_suffix = ENT