4

We're in the middle of a migrating process.

We've imported a geodatabase on a new Linux machine and we're trying to publish some map services to this new ArcGIS Server (that resides on the same machine).

We've upgraded the 10.1 geodatabase to a 10.2 one.

The geodatabase was imported via pgAdmin backup- restore procedure then we used the Upgrade Geodatabase tool from ArcToolbox to go to 10.2.

We've encountered problems when trying to register the geodatabase with the server. The error we get is:

The connection property set was missing a required property or the property value was unrecognized. This release of the GeoDatabase is either invalid or out of date. DBMS table not found

enter image description here

Same error occurs with a new created geodatabase as well.

Details:

  • ArcGIS Server 10.2 on a Linux Machine
  • PostgreSQL Geodatabase 9.2 on the same Linux Machine
PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Sep 5, 2014 at 14:47
2
  • 1
    Are you upgrading to 10.2 or 10.2.2? The reason I ask is I tried upgrading to 10.2 once and had so many issues I went back to 10.1. When 10.2.2 came out I tried again and had success. Commented Sep 5, 2014 at 14:57
  • The geodatabase we imported was a 10.1 and we've upgraded it to 10.2 with an ArcGIS Desktop 10.2.2 Could this be an issue? The ArcGIS Server is a 10.2. We tried to install the 10.2.2 version and we encountered problems at the authorization process so we came back to 10.2. Commented Sep 8, 2014 at 6:53

1 Answer 1

2

You probably need to change the pg_hba.conf file to enable for remote connections.
Then you need to register the db with ArcGIS server.
In ArcGIS server you will go to the Site tab, and choose datastore.
Copy your sde connection file to the sever
and point to that connection file.
enter image description here
enter image description here

answered Sep 5, 2014 at 16:09
5
  • We've tried this method as well, but at the Import stage after we selected the connection file, the process remains stuck on loading, and at the developer's tools console there is 500 server error. Commented Sep 8, 2014 at 6:58
  • We've changed the pg_hba.conf file to enable for remote connections. Still no. Commented Sep 9, 2014 at 13:39
  • @Ligia can you register a new geodatabase (10.2) with this method, or does importing the sde connection always cause 500 server error? Commented Sep 9, 2014 at 14:59
  • Hello Tom. We've tried registering a new geodatabase and we got the same error as well. Commented Sep 9, 2014 at 15:07
  • We've talked to ESRI meanwhile, gave them access to our server and apparently something's wrong with ArcGIS Server's Publishing Tools.They didn't say what exactly. So 10.2 on a Linux may not be a good option. Commented Oct 15, 2014 at 7:56

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.