For the current up to date method see: How to extract Validation error files from the TrustTrack platform
Description
This article contains instructions on how to get DDD file from the server when the TrustTrack returns VALIDATION ERROR
Steps:
1 - Go to https://graylog-prod-1.ruptela.lt/
2 - Enter your credentials (username without @ruptela.com and your AD password)
3 - In the "Select streams" type device-communication-service
4 - Copy this command, change the IMEI, paste in the search box, and hit ENTER
"868963049902547" AND "http"
5 - Select the timeframe of your search, then click in the search box and hit ENTER:
6 - Copy the URL of your choosing and past it in a Notepad
7 - Press Windows Key + R (run program should open in the bottom left part of your screen)
9 - Type powershell and hit Enter button
10 - Copy the command below, change the <URL> by the URL that you acquired from Graylog, copy again the whole command, paste inside powerShell, and hit Enter
curl -o "$(Get-Date -format 'yyyy-MM-dd-hh-mm-ss').ddd" <URL>
The powershell will not output any message if the command was executed sucessfully. It will only output a message if there was an error with either the command or its executions.
Here is an example:
curl -o "$(Get-Date -format 'yyyy-MM-dd-hh-mm-ss').ddd" http://lb-raw-coord-vip.prod.bnk.ruptela.lt:11300/download/868963049902547/tachograph/fce0dd8b-8051-4a33-8457-72b08b0a9186.ddd
11 - Go to this path: C:\Users\<your username>, in my case, would be C:\Users\antonio.santos, your downloaded file would be there with today's date, like this.