Search code examples
genexusgenexus-sd

"an error occurred in the application server (Not found)" message in Android app


I've been handed a Genexus KB to make an SD app for it. But each time i want to try it i get a "an error occurred in the application server (Not found)" each time i've ran it in a real device (connected in the internal network thorugh) or in an Android Emulator (Andy).

I've setted the KB to point to a local DB stored in my computer and i've tried different ways to try it and it keeps with no luck.

What else should I do?

PS: when i run the web version of it, there's no problem.


Solution

  • Altight people, first of all thanks for the help you gave me!

    Secondly @fpanizza that link you gave me was very useful, I could use CatLog with android emulator Andy (after installing Andy Rootkit) and I found out that my app wasn't reaching REST services in the server which leads me to @Franklin, who was right to let me know that it had to do with REST services and I've found out later that i didn't had installed HTTP Activation at one of the WCF Services at the .Net Framework 4.5 Advanced Services, which allowed to reach REST services, and now it worked.