Skip to main content

Add entries to related table of an editable feature class

Comments

4 comments

  • Nico Burgerhart
    Can you check in the browser developer tools which request is sent to the server? Try to rerun the request in the browser and check for errors.
    0
  • Permanently deleted user
    Hi Nico,

     

    Thanks for getting back to me! I don't have a developer background, so I'm not quite sure what to look for here. I'm using Chrome, and when launching the developer tools, there appear to be 90 errors, and 8 warnings. The last error says the following, but I am not sure what to do with this information?

     

     

    Error: Unable to complete operation.

     

        at Object.g.load (esri.js:664)

     

        at esri.js:88

     

        at c (esri.js:104)

     

        at d (esri.js:104)

     

        at b.Deferred.resolve.callback (esri.js:106)

     

        at c (esri.js:105)

     

        at d (esri.js:104)

     

        at b.Deferred.resolve.callback (esri.js:106)

     

        at esri.js:93

     

        at h (esri.js:108)

     

    w @ esri.js:90

     

    (anonymous) @ esri.js:89

     

    c @ esri.js:104

     

    d @ esri.js:104

     

    resolve.callback @ esri.js:106

     

    c @ esri.js:105

     

    d @ esri.js:104

     

    resolve.callback @ esri.js:106

     

    c @ esri.js:105

     

    d @ esri.js:104

     

    resolve.callback @ esri.js:106

     

    c @ esri.js:105

     

    d @ esri.js:104

     

    resolve.callback @ esri.js:106

     

    (anonymous) @ esri.js:93

     

    h @ esri.js:108

     

    k @ esri.js:108

     

    resolve @ esri.js:110

     

    a @ esri.js:109

     

    h @ esri.js:108

     

    k @ esri.js:108

     

    resolve @ esri.js:110

     

    a @ esri.js:109

     

    h @ esri.js:108

     

    k @ esri.js:108

     

    resolve @ esri.js:110

     

    a @ esri.js:109

     

    h @ esri.js:108

     

    k @ esri.js:108

     

    resolve @ esri.js:110

     

    n @ esri.js:139

     

    e @ esri.js:143

     

    Show 2 more frames

     

    loader.js:40 [error]: 19:15:14.168: There was an error applying feature edits: Error: Unable to complete operation.
    0
  • Nico Burgerhart
    Switch to the network tab in the developer tools and try to filter for applyedits of addfeature
    0
  • Permanently deleted user
    Hm. Filter doesn't find anything for "applyedits" or "addfeature" here?!
    0

Please sign in to leave a comment.