cancel
Showing results for 
Search instead for 
Did you mean: 

Web IDE Deployment Error - Object already exist

martin_b
Discoverer
0 Kudos

Hi All,

I am trying to deploy an existing application from the Web IDE. The deployment process returns the error - "Resource UI5_OBJECT ... does already exist."

Regarding to this problem is there already a solution? Respectively what is the problem why this error occurs?

https://archive.sap.com/discussions/thread/3889753

michal_keidar
Active Contributor
0 Kudos

Hi,

Are you deploying it as a new application or updating an existing app? Can you share some screenshots?

Regards,
Michal.

martin_b
Discoverer
0 Kudos

Hi Michal,

we updating an existing app in an ABAP repository.

Regards Martin

0 Kudos

Hi,

I am facing the same issue:

"Resource UI5_OBJECT ... does already exist."

Did you solve the problem? if so, can you share what was the solution?

Thanks,

Meirav

Accepted Solutions (1)

Accepted Solutions (1)

If it helps - here is the solution - delete the UI5RepositoryPathMapping.xml file in SE80 and try uploading again. It should work.

Former Member
0 Kudos

Is it safe to delete UI5RepositoryPathMapping.xml? i encountered this issue just yesterday. i deleted some duplicate files in ABAP repository.

thanks,
Sam

Answers (2)

Answers (2)

adrian_pmelchor
Explorer
0 Kudos

In my case the problem was the opposite than the message indeed say. I went to the backend and look up for the file that was giving me problems and it was not there.

Then I created the file as a copy of another controller and submitted again the file from eclipse, solve the conflicts overwriting with the changes that were in eclipse and this time it was ok.

Hope it helps you.

michal_keidar
Active Contributor
0 Kudos

Hi,

It's possible that this issue is related to what's written in the UI5RepositoryPathMapping.xml file in your deployed app. You need to make sure that no manual change was done to it (for example a path was deleted), so its state matches the current state of the app.
The deployment flow relies on this file to be correct.

Regards,
Michal.