on ‎2022 Apr 04 5:22 PM
Hello,
When we are trying to transport a MTAR (CAP app) from our Cloud Foundry sub-account dev/qua to the preprod sub-account we are getting the following error message:
"Exception during start of deployment for deploy type 'SLP_CTS': Error during deployment initialization: Not Found"
Any idea of what might be the issue?
Warm regards,
Frederico
Request clarification before answering.
Hi,
I am facing this error, what culd be the reason ??

https://deploy-service.cf.eu10-004.hana.ondemand.com/slprot/myorg/myspace/slp
Regards,
Mujeeb
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Frederico,
I had the same issue. In my case it was wrong domain in deploy URL. I wanted to put to eu10 domain, but should be us10. From CI/CD pipeline the output is by service key, so no issue. Here URLs must be double checked.
So briefly:
The error was cause by URL in destination:
https://deploy-service.cfapps.eu10.hana.ondemand.com/slprot/<space-guid>/slp this,
I have put this (right real used:)):
https://deploy-service.cfapps.us10.hana.ondemand.com//slprot/<space-guid>/slp
Now CTMS import from queue is working perfect (MTAR app).
Best Regards,
Mirek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the post above URLs should be :
https://deploy-service.cfapps.eu10.hana.ondemand.com/slprot/my-space-guid/slp
https://deploy-service.cfapps.us10.hana.ondemand.com/slprot/my-space-guid/slp
so I used space guid, but can be also org according to SAP manual.
Editor wiped out the <> brackets:)
Hi,
I am getting the same error. Any update in this issue?
Thanks,
Manuel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I encountered the same error and managed to fix it. In my case, the issue was related to the Node destination—although I received a 200 response, the URL was incorrect because I had used the wrong organization name.
Link structure i used
https://deploy-service.cf.us10-001.hana.ondemand.com/slprot/OrgName/myspace/slp
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.