postgres datastore

771
1
07-04-2020 06:56 PM
GeoMapps
New Contributor III

Hi

I have the datastore folder and i need to connect to the postgresql  beause i need to modify a record because it doesn't connect to de datastore server after and server patch  .

i have the :

database name

user

password  ( encrypted i guess it use scram-sha-256)

 but dont know how to connect using this password o how to decrypt

or how to create a .SDE file  with that information

regards

0 Kudos
1 Reply
AngelaMüller
New Contributor III

Hi,

not sure what do you mean by "i need to modify a record". But you can use the ArcGIS Datastore command line utilities to manage datastores. All utilities must be run on the ArcGIS Data Store machine. You can find the utilities in the <ArcGIS Data Store installation directory>\datastore\tools directory and have to run these tools as administrator.

The listadminusers utility returns the user names and passwords for the administrator, replica owner, and geodatabase administrator of a relational data store. To get the syntax type the utility name followed by - help.

Regards