I have android application, which runs local service in a background which needs to connect to datasnap server, get some data and inform user with notification if some data found. Everything written in Delphi 11.0, everything works (datasnap server works, application connects to it, service runs, notifications from service displays on regular basis) till point I try launch some datasnap server functions (they works on application and compiles without problems), or simply try to open TSQLConnection component (located on service TAndroidService form, generated by android service wizard) from a service. I can open it while in IDE, but can’t from service, and service stops responding after such call. Can someone point me why it’s not works or how to debug service ?