ジョブ変数ファイルjobvars2.txtを編集して、TdpId、ユーザー名、ユーザー パスワードを指定します。
jobvars2.txtファイルのTargetTextDelimiterはカンマ(',')です。
- クイックスタート サンプル ディレクトリに、CD[change directory(ディレクトリ変更)]を行ないます。
- jobvars2.txt (ジョブ変数)ファイルを開きます。
- 次の変数のサイト固有の値を指定します。
- DDLTdpId: 使用しているデータベースの名前
- DDLUserName: データベースのユーザー名
- DDLUserPassword: データベースのパスワード
- ExportTdpId: 使用しているデータベースの名前
- ExportUserName: データベースのユーザー名
- ExportUserPassword: データベースのパスワード
例えば、次のように指定します。DDLTdpId = 'yourTdpId' ,DDLUserName = 'yourUserName' ,DDLUserPassword = 'yourPassword' ,ExportTdpId = 'yourTdpId' ,ExportUserName = 'yourUserName' ,ExportUserPassword = 'yourUserPassword'
- 変更内容を保存し、ファイルを閉じます。