Hello @all,
we have a question about SAP Cloud TMS.
We own an Azure Devops Pipeline which does the following for manual transport (à no ChaRM integration).
Now we want to use ChaRM as a transport tooling. So we created a new deployment route.
The configuration of the QA Node (and PROD node) is

As we wanted to stick to the logic above which is used in the manual process (import the mtar to QA queue) we’re trying to upload it and getting an exception.
error tmsUpload - HTTP request failed with error: request to https://transport-service-app-backend.ts.cfapps.eu10.hana.ondemand.com/v2/nodes/upload returned with response 422 Unprocessable Entity
error tmsUpload - Response body: {"message":"Node is controlled by SAP Solution Manager. The operation can be triggered by the controlling application only","errorType":"com.sap.lm.sl.alm.ts.core.exception.service.TsUserReportableException"}
As the option "Upload Allowed" is set this doen't seem to be
right.It would make no sense to upload to the DEV node (set not controlled by SAP solman).Any ideas?