Skip to main content

All Questions

0 votes
0 answers
77 views

ArcGIS feature table SRID is NULL

I am using Oracle to store ArcGIS data. I have created my table named PARCELS from ArcCatalog, and I inserted some data using ArcMap. So when I run the following SQL query: select * from MDSYS....
barteloma's user avatar
  • 1,714
0 votes
1 answer
53 views

Releasing user-schema locks when updating user-schema

Putting together a scripted event where we update user-schema (prod) in one sde instance from a dev user-schema instance. Both sdes are Oracle 12c. Replication is not used and the destination ...
Nicholas C's user avatar
3 votes
1 answer
907 views

State ID Count after SDE Compression

I have a Enterprise Geodatabase (SDE) in SQL Server 2016. I have a nightly python script to preform some maintenance including the compress function (among other things). I am noticing that the ...
NULL.Dude's user avatar
  • 2,141
1 vote
1 answer
2k views

CreateEnterpriseGeodatabase_management fails on PostgreSQL claiming ST_GEOMETRY not present

I have a PostgreSQL server (9.3.10) already setup for ArcGIS enterprise GDBs with one GDB already in it (created in the past, with ArcGIS 10.3 I believe). I am using ArcGIS 10.5.1 on my client to ...
Mahdi's user avatar
  • 645
0 votes
0 answers
211 views

Inserting geometry in ArcSDE table?

I have a test point table that created via ArcMap create feature class tool. And I am using ArcGIS 10.5 and PostgreSQL 9.5 database. I am using PG_GEOMETRY. I want to insert a sample point using sql ...
barteloma's user avatar
  • 1,714
1 vote
0 answers
421 views

ArcGIS SDE next rowid value doesn't increase at a constant rate

Using ArcGIS 10.5.1 and Postgresql 9.5 database, I created a point feature class named Locations. After I inserted 8 points in my Locations table, the objectid value of last row is 8. An hour later, ...
barteloma's user avatar
  • 1,714
4 votes
1 answer
2k views

ArcGIS sde i5,i6,i7 tables

I have created an ArcGIS enterprise geodatabase. There are i5, i6,... i30 tables in the sde schema of my geodatabase. What do these tables do?
barteloma's user avatar
  • 1,714
4 votes
1 answer
220 views

ArcGIS database feature class editor default version settings

I created an enterprise geodatabase with ArcCatalog 10.5 in my PostgreSQL database. And I created feature class in database. But when I add feature class in arcmap, I need to change the editor ...
barteloma's user avatar
  • 1,714
0 votes
1 answer
717 views

QGIS geometry insert on ArcGIS sde table gives st_geometry error

I have created an enterprise geodatabase with ArcGIS 10.5 in a PostgreSQL 9.5 database. And I set the PostGIS template to my database. So when I create a feature class in database, I can add this ...
barteloma's user avatar
  • 1,714
2 votes
0 answers
249 views

Joining an ArcGIS Enterprise Database to another SQL database [closed]

I'm curious if it is possible to join an ArcGIS enterprise database to a separate SQL Server. My intention is to have 1 unique attribute on the ArcGIS layer that can reference the row in the SQL table ...
Ryan's user avatar
  • 311
1 vote
2 answers
805 views

Using SQL Server 2008 with ArcGIS Server 10.5?

I can't publish data from SQL 2008 Server/Database to our ArcGIS Server 10.5.1. Actually, I can't even register that database at all. Error message is below. Our ArcGIS Server, 10.5.1, has few other ...
lida's user avatar
  • 147
5 votes
6 answers
6k views

ArcMap Append (Data Management) Tool is not working correctly

Software version: ArcMap 10.5 I am attempting to append data from a Shapefile into an existing SDE Geodatabase feature class using the Append (Data Management) tool. The tool runs, and the results ...
JenB's user avatar
  • 157