I am using the ArcGIS Web AppBuilder Developer Edition 2.3 to edit a point feature class in ArcSDE 10.1. My point feature class has a related table and a relationship class.
Everything seems to be working fine, but when I click on the popup appears and this shows up in the Chrome console:
init.js:89 Error: Unable to complete operation.
at Object.f.load (init.js:980)
at init.js:87
at c (init.js:103)
at d (init.js:103)
at b.Deferred.resolve.callback (init.js:105)
at c (init.js:104)
at d (init.js:103)
at b.Deferred.resolve.callback (init.js:105)
at init.js:92
at h (init.js:107)
v @ init.js:89
(anonymous) @ init.js:88
c @ init.js:103
d @ init.js:103
resolve.callback @ init.js:105
c @ init.js:104
d @ init.js:103
resolve.callback @ init.js:105
c @ init.js:104
d @ init.js:103
resolve.callback @ init.js:105
c @ init.js:104
d @ init.js:103
resolve.callback @ init.js:105
(anonymous) @ init.js:92
h @ init.js:107
l @ init.js:107
resolve @ init.js:109
a @ init.js:108
h @ init.js:107
l @ init.js:107
resolve @ init.js:109
a @ init.js:108
h @ init.js:107
l @ init.js:107
resolve @ init.js:109
a @ init.js:108
h @ init.js:107
l @ init.js:107
resolve @ init.js:109
n @ init.js:138
e @ init.js:142
XMLHttpRequest.send (async)
h @ init.js:140
b.xhr @ init.js:92
b.rawXhrPost.b.xhrPost @ init.js:92
w @ init.js:986
e @ init.js:988
A @ init.js:994
execute @ init.js:2013
c.(anonymous function) @ init.js:1161
_queryRelatedLayer @ init.js:2123
_queryRelatedLayers @ init.js:2122
_getRelatedRecords @ init.js:2118
getComponents @ init.js:2102
startup @ init.js:2127
(anonymous) @ init.js:1167
forEach @ init.js:70
_processDijits @ init.js:1166
startupDijits @ init.js:1166
show @ init.js:1132
advice @ init.js:119
c @ init.js:118
(anonymous) @ init.js:1234
c @ init.js:103
z.then.then @ init.js:105
_showPopup @ init.js:1232
_mapClickHandler @ init.js:1230
(anonymous) @ init.js:63
(anonymous) @ init.js:644
c @ init.js:119
_fire @ init.js:1276
_fireClickEvent @ init.js:1282
(anonymous) @ init.js:63
setTimeout (async)
_onClickHandler @ init.js:1281
(anonymous) @ init.js:63
In the ArcGIS Server log, I see the message 'General geodatabase error occured' with the method being 'QueryStatistics'
I am using an AGOL webmap with our on premise ArcGIS Server.
If I go directly into edit mode, then I don't see any errors.
What is the error referring to?
Thanks,
Mele
Mele, a lot of things have been fixed since 2.3 so the first thing I would try is moving to 2.6 and see if the error goes away.