ArcGIS Data Store では、以下のリレーショナル データ ストア アカウントのユーザー名とパスワードがランダムに生成されます。
- リレーショナル データ ストア内のデータベース管理者ユーザー
- データに接続してスタンバイ コンピューターに複製するデータベース ユーザー
- ジオデータベース管理者
- ホスト フィーチャ レイヤー データが格納されているスキーマを持っているデータベース ユーザー (管理されたユーザー)
次の例では、管理者、レプリカ所有者、およびジオデータベース管理者のパスワードを取得して変更します。
./listadminusers Admin users for ArcGIS Data store ds_abcd1234 ================================================= Database Admin User.... adm_11zyx / tT30!bYk22jF Database Repl User..... dsrepuser / uWn/MV0678h4 GDB Admin User......... sde / iO=Qst751*pb ./changepassword adm_32ret SIcr.Or0 You are going to change the password for user adm_32ret. Do you want to continue (Yes or No)? Yes ./changepassword dsrepuser Copy$line You are going to change the password for user dsrepuser. Do you want to continue (Yes or No)? Yes ./changepassword sde Tbco*tgdb You are going to change the password for user Tbco*tgdb. Do you want to continue (Yes or No)? Yes
次の例では、管理対象ユーザーのパスワードを取得して変更します。管理対象ユーザーがホスト フィーチャ レイヤーを公開します。
/listmanageduser Managed users for ArcGIS Data store ds_abcd1234 ================================================ UserName Password Database gwi_n2Te0 4cXddhZhve=Y db_qv5e1 /changepassword gwi_n2Te0 Phfl4mp! You are going to change the password for user gwi_n2Te0. Do you want to continue (Yes or No)? Yes
ヒント:
パスワード変更のスクリプトを記述する場合は、次の例に示されているように、確認メッセージを抑止するためのフラグを挿入します。
changepassword gwi_n2Te0 Phfl4mp! --prompt no