-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARN: Column “DEVICE_ID” not found; SQL statement: #524
Comments
Could you please post the remaining log after ....SQL statement: |
yes of course : |
Make sure you have set the correct "device identifier" for your device in the traccar-web ui. In the devices panel you should the device identifier you have in your android client. |
Also can you paste some line from your tracker-server.log that look like:
|
yes : |
the UID is the same on the device and on the interface .. i have this after follow the nest procedure |
OK using this hex decoder: https://www.traccar.org/hex-decoder/ I can see that the device id is: 775905. Do you have the same ID in the devices tab in the web interface? |
yes ... totally |
right i have that |
i set no speed but ID and name |
No problem with speed. Ok then something is wrong with your SQL database. Do you have access in the sql server? |
yes .. phpmyadmin |
Ok go to table positions and it should have this structure: |
Does this table positions has any data inside? It should have all your positions. |
nothing ... it's empty .. |
OK that's not correct there should by nothing in device. OK you have to reinstall traccar-web and make sure you have followed the directions from here: http://traccar.litvak.su/installation.html Most possibly you have make a mistake in the traccar.xml file. |
i reinstall all .. yes .. same problem ... can you send me your traccar.xml ? to be sure ? |
Unfortunately no because I have made many personal modifications and it will not help you. Make sure you make the correct changes according to your traccar version. There are many differences between 3.1, 3.2 and 3.3 |
yes ... i'm little bit confused the modification that i need to do for my version .. |
What traccar version are you using? |
3.3 |
Also just to be sure have you restarted traccar service? What os do you use? |
rasberry "noob" yes i have restart all |
OK just follow carefully the instructions and if you have a doubt about something you can ask me. |
Here the database content of my file SELECT \* FROM server;
|
see you somethings rong ? |
No, can you try deleting all tables (warning this will remove your data as well) and restarting the service. This will re-create the database. |
Also have you put this inside xml file? |
yes that's in the xml file .. ok i will delete all the db en restart |
better keep a backup (just in case) |
there is no data on this server ;-) |
yeap I mean all your settings (users, devices etc.) |
same problem ... any other idea ? |
yeahh !! it work !! many thanks all and vitalidze ;-) |
Glad to hear, you can close this now. Thanks, Vitaly! |
After update and follow the installation procédure i receive the following error :
WARN: Column “DEVICE_ID” not found; SQL statement:
An reveice no information about the devices ... but i see that the connection is ok and device last sync date is ok .. but no information and i don't see the "user" location.
Can you help ?
The text was updated successfully, but these errors were encountered: