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 in-memory.

Solution

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

12/18/2014