DIA error

I’m trying to install the DIA on a ConnectPort X2 and it is erroring out. I’ve tried everything and I’m sure I’m missing something easy but I’m stuck right now. Here is the error I’m getting on the ConnectPort.

Determining platform type…Digi Python environment found.

iDigi Device Integration Application Version 1.1.15
Using settings file: dia.yml
Core: initial garbage collection of 0 objects.
Initial settings file not found, aborting start up…

Which is the command are you sending to launch Dia?

It seems you are giving as parameter the name of the Dia settings file, but you didn’t upload it to the CPx2.

You can try to upload the settings file (dia.yml) to the ConnectPort and use this command:

#> python dia.py dia.yml

Or don’t upload it and use this other command (same as before but without specifying the settings file name):

#> python dia.py

In this case Dia will access to the configuration file (dia.yml) located inside the dia.zip.

Hope it helps.

Regards