QueryGridマネージャは、すべてのQueryGridシステムを管理するTeradata QueryGrid™ 2.0のコンポーネントです。Data MoverはQueryGridマネージャ Manager RESTサービスを使って、T2Tの進捗状況を報告します。ジョブのステータスを表示するには、configuration.xmlファイルで次のプロパティを構成します。
- QueryGridマネージャ RESTサービスにアクセスするには、queryGridManagerPasswordまたはqueryGridManagerEncryptedPasswordのいずれかを入力します。
- queryGridManagerUserユーザーを入力します。デフォルトのユーザーはSupportです。ユーザー名は、QueryGridマネージャとData Moverで同じである必要があります。
- queryGrid.wait.final.statusをtrueに設定して、ジョブ ステータスがQueryGridから返るまで待機します。Data MoverはQueryGridマネージャからジョブ ステータスを取得しますが、QueryGrid RESTサービスからの遅延により、常に最終ステータスを報告することはできません。最終ステータスが使用できず、queryGrid.wait.final.statusがfalseに設定されている場合、Data MoverはステータスをN/Aとして表示します。queryGrid.wait.final.statusがtrueに設定されている場合、最終的なステータスが返されるかタイムアウトが発生するまで、Data Moverは引き続きステータスを要求します。これは、ジョブの完了時間に影響します。
<property> <key>queryGridManagerEncryptedPassword</key> <value>618f01fd9a1f0081ccb5ee4bc71d345fbf8b5ccb095f6bc0c89e390416622ee1</value> <description>Purpose: Set Querygrid Manager user encrypted password, cannot provided together with queryGridManagerPassword</description> </property> <property> <key>queryGridManagerPassword</key> <value></value> <description>Purpose: Set Querygrid Manager user password, cannot provided together with queryGridManagerEncryptedPassword</description> </property> <property> <key>queryGridManagerUser</key> <value>support</value> <description>Purpose: Set Querygrid Manager user, default value is support.</description> </property> <property> <key>querygrid.wait.final.status</key> <value>true</value> <description>Purpose: Set if need to wait for Querygrid Manager to return final task status. There will be performance impact when set to true.</description> </property>