cancel
Showing results for 
Search instead for 
Did you mean: 

Problem connecting and configuring a project with SAP BTP SDK Wizard for Android

former_member735276
Participant
790

Good day! I did everything according to this tutorial, but for some reason I got stuck at the last step with the "Finish" button. Namely, it writes an error: "invalid server response, please check your configuration". I did it according to the instructions, but I don't understand what the problem is.

I tried it differently, in the "destination" tab, click the "Add via Api Management" button, chose the "Developers Portal", but I can't figure out where to find the URL of my portal, please tell me. (tutorial)

View Entire Topic
david_cui2
Advisor
Advisor

Hi Sergey,

I saw you said everything got back to work in another thread https://answers.sap.com/questions/13317766/project-build-problem-in-android-sdk-along-with-sa.html?c....

Do you still face the Wizard issue mentioned in this post?

As I can't visit your trial account/space, and you didn't attach log or stack trace, according to the screenshots you posted above, I can only guess there might a connection issue with the OData sample destination at that moment, it could NOT get the OData metadata to generate the proxy classes and sample UIs, then the wizard 'Finish' failed.

Would you please go to your Mobile Service Cockpit ( should be https://mobile-service-cockpit-web.cfapps.eu10.hana.ondemand.com/cockpit/v1/org/29eb65a0trial/space/... according to your screenshot), navigate to the Native/Hybrid application com.sap.android.wizard.sample then click the 'Mobile Connectivity' feature, you can see the Mobile destination 'com.sap.edm.sampleservice.v2' mentioned in you above screenshot, try to click the 'Ping' to see if the destination can work?

Another choice is you can remove the old Native/Hybrid application and create a new one in the cockpit, make sure you assign the feature 'Mobile Sample OData ESPM' to the application to be created, then a destination 'com.sap.edm.sampleservice.v2' will be created by default. Then you try the Android Wizard again.

Hope it can help. Let me know if you meet further issues.

Have a good day!

David Cui

former_member735276
Participant
0 Kudos

Thank you very much for your answer - yes, I think it was worth checking the ping) After talking with colleagues at work, they told me that perhaps the servers had a so-called "maintenance" mode, which actually made it impossible to do anything

former_member735276
Participant
0 Kudos

Believe it or not, now I ran into this problem again - in the old application it is impossible to "enter" the application (User error, or if a new user is added "404 Not Found") Ping checked - works successfully

former_member735276
Participant
0 Kudos

I managed to reassemble the project - but in the "Cloud Configuration" tab - it turned out to be created only when "Use Existing" was selected, and not "Sample" as in the tutorial