Add New Query Issue

Sumit 8 years ago

Hello Anton,

I have made my own query to fetch top three latest position rows of the devices in default.xml. And the function was implemented in DataManager.java. When I try this on local PC, it works fine and getting no warning and error and the results come what I wanted.

But when I uploaded the same code on the server, it is not getting top three latest position rows of the devices. And I have getting no error or warning in log file of traccar.

Can you tell me what can be possible reasons?

Anton Tananaev 8 years ago

If it works on one machine and the other, it probably means that there is some difference that you need to find out.

Veerendra 8 years ago

@sksagar could you share code changes for additional api.
Thanks