Hi,

I am using QtService to upload some data into the database. Installation and starting the service works without giving any error. But the logic of uploading the data which is present in the start() method is not happening.

But, If I ran the same service by giving '-e' as argument, the uploading of data into database happens and the logic just works fine.

But the former, installation and start of a service ideally should do the work as expected. Is there any thing I forgot to set such the service is not working??