Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Eclipse Team Provider -> Synchronization failed

cmetz
Product and Topic Expert
Product and Topic Expert
0 Likes
1,680

Hey guys,

when I try to submit my changes in Eclipse to the Backend Server (Eclipse Team Provider), I get "Synchronization failed" error (See screenshot).

But if I check the Server, not file exists (I deleted this file manually on the Server before).

-------------------------------------------------------------------------------------------------------

The original Problem was following:

I changed the name of files in Eclipse, for example busyDialog.fragment in BusyDialog.fragment. Then I got following popup and I dont know how to solve these conflicts....

Edit conflict.... -> Its seems like Eclipse still refers to the old file name, even if i renamed it (busyDialog.fragment)...

Eclipse

ABAP Server

Do you guys have any ideas?

Thanks

Chris

1 ACCEPTED SOLUTION
Read only

matthias_schmalz
Product and Topic Expert
Product and Topic Expert
0 Likes
1,094

Hi Christoph,

you must not do manual changes on the BSP application via SE80.

This has now caused the described inconsistencies. All changes have to be done via tools and synchronized via the ABAP repository API.

Your BSP app contains a page fragment named UI5RepositoryPathMapping.xml. It contains entries for all uploaded files and folders. Now in order to cleanup you have to fix this manually and remove the entries to have it in sync with the existing BSP pages. Do not forget to activate it after saving.

Regards Matthias

Hi Christoph,

you must not do manual changes on the BSP application via SE80.

This has now caused the described inconsistencies. All changes have to be done via tools and synchronized via the ABAP repository API.

Your BSP app contains a page fragment named UI5RepositoryPathMapping.xml. It contains entries for all uploaded files and folders. Now in order to cleanup you have to fix this manually and remove the entries to have it in sync with the existing BSP pages. Do not forget to activate it after saving.

Regards Matthias

1 REPLY 1
Read only

matthias_schmalz
Product and Topic Expert
Product and Topic Expert
0 Likes
1,095

Hi Christoph,

you must not do manual changes on the BSP application via SE80.

This has now caused the described inconsistencies. All changes have to be done via tools and synchronized via the ABAP repository API.

Your BSP app contains a page fragment named UI5RepositoryPathMapping.xml. It contains entries for all uploaded files and folders. Now in order to cleanup you have to fix this manually and remove the entries to have it in sync with the existing BSP pages. Do not forget to activate it after saving.

Regards Matthias