![]() 前へ |
![]() 次へ |
USER DEFINED (Shell)、FTPおよびSQLPlusのアクティビティ・タイプごとに、proxy_commandプロパティとproxy_parameter_listプロパティ(オプション)の2つのプロパティがあります。
プロキシ・コマンドを指定すると、ユーザーが指定したコマンドおよびパラメータではなく、このコマンドが実行されます。プロキシ・パラメータの後に、ユーザーが指定したコマンドおよびパラメータがプロキシ・コマンドにパラメータとして渡されます。これにより、プロキシ・コマンドは、ユーザー・コマンドが実行される環境で実行されます。
proxy_commandプロパティは、プロパティ・コマンドに指定できます。
アクティビティにプロキシ・コマンドを設定するときに、プロキシ・コマンドだけでなく、次のコマンドを使用してパラメータ・リストも設定できます。
property.RuntimePlatform.0.NativeExecution.FTP.proxy_command property.RuntimePlatform.0.NativeExecution.FTP.proxy_parameter_list property.RuntimePlatform.0.NativeExecution.Shell.proxy_command property.RuntimePlatform.0.NativeExecution.Shell.proxy_parameter_list property.RuntimePlatform.0.NativeExecution.SQLPlus.proxy_command property.RuntimePlatform.0.NativeExecution.SQLPlus.proxy_parameter_list
たとえば、シェルのプロキシ・コマンドを設定するには次の手順を実行します。
property.RuntimePlatform.0.NativeExecution.Shell.proxy_command = /bin/proxy_sh property.RuntimePlatform.0.NativeExecution.Shell.proxy_parameter_list = ?-v?-n?
|
注意: Runtime.propertiesファイルに対する変更権限は、Warehouse Builderの管理者以外に付与せず、ユーザーには読取り専用権限を付与するようにしてください。 |