Zum Hauptinhalt gehen

FeatureLayer_AddAttachmentsNotSupported

Kommentare

2 Kommentare

  • Zack Robison
    I've seen quite a few attachment issues, but not this one.  This sounds like it may be a service issue, but whether or not that's the case I would start debugging here by loking at the server log for that service after you try to upload an attachment, I think (though don't know off hand) that you'll get at least a little something there.

     

    If it that doesn't help, I've found that the error responses directly from the rest api are the most informative esri errors around when it comes to debugging.  Unfortunately, I don't think there is a friendly interface for adding attachments at the feature's rest endpoint, so you'll need to build that post request yourself to see these responses.

     

    If you can add attachements to one of these features in this feature service through some other web interface, then the problem probably is in what the workflow is sending off to the service and you may just want to check and make sure that this package being sent is what's needed.
    0
  • Permanently deleted user
    When published the map service did not have the "feature access" capability turned on/checked. So I turned this on and republished the map service using ArcMap. I chose operations allowed = create, delete, query, and update.

     

    Once that was done I added the feature as a "Feature Layer" using the Map, Map Services tab in Geocortex.

     

    Then added the property "HasAttachments" used by the AttachmentManager workflow by editing the layer.

     

    After this the error went away and I was able to use the AttachmentManager workflow.

     

    After these steps
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.