dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

ODIP: fix cross-mission access error message #206

Closed katharinabassler closed 7 months ago

katharinabassler commented 9 months ago

Currently, if creating an ODIP order with a user tied to one mission and a workflow tied to another, an error message like the following is returned:

(E7243) Command failed (cause: 400 (E3507) Configured processor S1A_IW_RAW__0_OCN__2_3.61_SLICING not found)

This has led to confusion regarding the type of the error. An error message indicating a cross-mission access should be returned instead.

katharinabassler commented 7 months ago

Implementation tested successfully.