Skip To Content

データ ストア アカウントのパスワードの変更

ArcGIS Data Store では、ほとんどのデータ ストア アカウントのユーザー名とパスワードがランダムに生成されます。サイトに固有のパスワードを設定する必要がある場合は、listadminusers ユーティリティと listmanageduser ユーティリティを使用して、データ ストアで管理者タスクを実行するアカウントの名前とデータ ストア内のデータを所有するアカウントの名前をそれぞれ取得します。取得したら、changepassword ユーティリティを実行して、それぞれのアカウントの新しいパスワードを設定します。

次の例では、管理者、レプリカ所有者、およびジオデータベース管理者のパスワードを取得して変更します。

./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