Select to view content in your preferred language

General geodatabase error after updating the content

87
0
a week ago
yockee
by
Frequent Contributor

I updated the content some coloumns that are not being used. I do not modify the table schema, nor changing the coloumn width.

Here is the script :

update schema1.tabledata
set x = NULL,
y = NULL,
columnn1 = NULL,
foto_1 = NULL,
foto_2 = NULL
where vendor = ('vendorname')

This "tabledata" feature class is published as feature layer and being consumed by field map apps and also some qc work via arcgis pro (using REST).

Why suddenly the feature service do not contain any data ? I have checked the filter but they all fine, i have restarted the feature service, I also check if NULL is not allowed. But still the feature service show no data

In fact, those coloumns that I have just reset to NULL  do not participate in the apps. The content of the feature class itself is fine when I check it via arcgis pro. I can see all the data there.

I am using Postgresql running on Linux with Arcgis Enterprise 11.0

0 Kudos
0 Replies