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

Change a System Configuration in Eclipse Project

Sigurdur
Participant
0 Likes
4,088

Hi

I did change the naming in my sap logon pad and after the change the eclipse project gives me an error

"System configuration xxx not found !

If I go to properties for the project I have no way of correcting the abap system connect parameters.

so I seem to have two options

A - create a new project

B - revert the name in SAP Logon pad

Is this a limitation of ADT or is there a way to fix ths ?

Regards

1 ACCEPTED SOLUTION
Read only

Sigurdur
Participant
2,497

Just found the config file to fix for this error

C:\Users\<USER>\workspace\.metadata\.plugins\org.eclipse.core.resources.semantic\.cache\<PROJECT_NAME>\destination.properties

3 REPLIES 3
Read only

Sigurdur
Participant
2,498

Just found the config file to fix for this error

C:\Users\<USER>\workspace\.metadata\.plugins\org.eclipse.core.resources.semantic\.cache\<PROJECT_NAME>\destination.properties

Read only

Timo_John1
Active Participant
0 Likes
2,497

Thanks, works well!

Read only

0 Likes
2,320

Eclipse must be restarted to consider the change.

NB: maybe just switching the workspace could work but I didn't test.