cancel
Showing results for 
Search instead for 
Did you mean: 

MTA deployment in Cloud foundry

06-29-2020 11:11 AM
1329 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

While deploying MTA project from sap WEB IDE the following error is occuring continuously. I could not see any service instances in the cockpit though the error says there are conflicts.

Prepare deployment files
Checking if there are conflicting processes
Found 15 conflicting processes
Aborting process 159e43f1-b6b9-11ea-8a12-eeee0a8cc8fc
Failed to prepare deployment files
Job failed.

11:06:07 AM (DeploymentToCF) Deployment of the "bay0flexess" project failed.(Response state is FAILED)

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

michael_dohse2
Explorer
0 Likes

@arun_dj @sivaranjani_thangavel31

I solved it by deploying via CF CLI ( also described here: https://answers.sap.com/questions/640944/i-can%C2%B4t-deploy-a-simple-application.html )

1. Export filename.mtar from WebIDE to your local desktop

2. from your console (installed CF CLI + MTAR-Plugin are pre-requesites) run:

cf deploy ".\Downloads\filename.mtar"
Former Member
0 Likes

Thank you Michael, the workaround worked for me as well

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks for the suggestion i was also able to fix it by using the CLI deployment.