cancel
Showing results for 
Search instead for 
Did you mean: 

MTA deployment in Cloud foundry

former_member213574
Participant
0 Kudos

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)

former_member686967
Discoverer
0 Kudos

Hi Arun,

I am also facing the same issue from Yesterday. Is the issue resolved?

michael_dohse2
Explorer
0 Kudos

Same Problem here as well...

Accepted Solutions (1)

Accepted Solutions (1)

michael_dohse2
Explorer
0 Kudos

@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_member686967
Discoverer
0 Kudos

Thank you Michael, the workaround worked for me as well

Answers (1)

Answers (1)

former_member213574
Participant
0 Kudos

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