Skip to main content
All CollectionsKnowledge Articles (Internal base)TT2/Admin Panel (Internal)
[OBSOLETE] How to get DDD file when VALIDATION ERROR occurs
[OBSOLETE] How to get DDD file when VALIDATION ERROR occurs
Albert Basiul avatar
Written by Albert Basiul
Updated over 7 months ago

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:

2 - Enter your credentials (username without @ruptela.com and your AD password)

3 - In the "Select streams" type device-communication-service

mceclip1.png

4 - Copy this command, change the IMEI, paste in the search box, and hit ENTER

"868963049902547" AND "http"
mceclip5.png

5 - Select the timeframe of your search, then click in the search box and hit ENTER:

mceclip6.png

6 - Copy the URL of your choosing and past it in a Notepad

mceclip7.png

7 - Press Windows Key + R (run program should open in the bottom left part of your screen)

mceclip0.png

9 - Type powershell and hit Enter button

mceclip3.png

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
mceclip4.png

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.

mceclip2.png
Did this answer your question?