00153: Cannot use result map service because output parameter <value> in task <value> is written to in-memory

The result map service used to draw the results of a task requires output to be written to disk. It cannot be written to memory.

Solution

Either disable the result map service for the service you are creating or modify the output to be written to disk. If the workflow requires a result map service, follow these steps to modify the workflow:

  • Exit the Web Tool pane.
  • Open the model or script tool you're using to build the task.
  • Modify the final output parameter to write to disk (instead of in_memory) and run the tool.
  • Share the history item as a web tool again and enable the option to return a map image layer.


In this topic
  1. Solution