Hoppa till huvudinnehållet

Help with Offline Workflow 5 Queries?

Kommentarer

1 kommentar

  • Permanently deleted user

    Hi David,

     

    When I need to test that scenario, here's some of the things I confirm first:

    • That the layer is being stored and can be queried offline. A quick way to do that is to enable the layer for global search in Manager, take the viewer offline, and use global search to find the same feature or features that the workflow would return. Make sure your future offline tests are with features that you've confirmed are accessible this way.
    • That the query is valid. The easy test for that is to confirm that the workflow works correctly when it's not offline
    • That security isn't part of the issue. If you can open up security on the service you're querying, do so and test. If that's not an option, you could pick or set up another open layer and test on instead to see if it's a likely cause.
    • That the workflow is running. Make sure there's a Display Form, Log, Alert, or some other visual activity at the start of the workflow that lets you confirm it has started correctly when you run it
    • That the layer url you're querying in the workflow matches the one in your site correctly (eg, don't use a /MapServer url for one and the equivalent /FeatureServer url for the other)

     

    Try to reduce the complexity in your Query Layer activity as well for testing purposes. Make the Where property a simple one, and return * for the Output Fields. I've seen some tricky "gotchas" in the past like spaces between the comma-separated output fields breaking the query offline but not online.

    0

Du måste logga in om du vill lämna en kommentar.