ArcGIS Data Storegenera in modo casuale nomi utente e password per i seguenti account di Data Store relazionali.
- Utente amministratore del database nel Data Store relazionale
- Utente del database che si connette e replica i dati nel computer di standby
- Amministratore geodatabase
- Utente del database in base al quale i dati dei feature layer ospitati dello scherma vengono archiviati (utente gestito)
Nell'esempio seguente vengono ottenute e modificate le password di amministratore, proprietario della replica e amministratore del geodatabase:
./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
Nell'esempio successivo viene ottenuta e modificata la password dell'utente gestito. L'utente gestito pubblica i feature layer ospitati.
/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
Suggerimento:
Se è necessario utilizzare uno script per modificare le password, includere un flag per disattivare il prompt di conferma, come nell'esempio seguente:
changepassword gwi_n2Te0 Phfl4mp! --prompt no