Import your files
- Last UpdatedAug 06, 2025
- 1 minute read
Before importing, you must have created a file import task in the File Import Summary window. For more information, see Create a file import record.
To import your files
-
Open Windows PowerShell for DNA.
-
Run the following commands:
cd $env:DNAInstallRoot\MeasurementAdvisor\bin
MeasFileImport.exe -T <File Import Task Name> -S CLOUDDB
-
Optional: After the initial MeasFileImport.exe -T <File Import Task Name> with the -S information added, you may enter additional arguments as outlined in the Command line arguments associated with file import .
-
To test that this has been correctly configured, execute the following command: MeasFileImport.exe -T UNDEFINED
It should record an error that reads:
Could not retrieve details for the file import task(s) "Undefined".
Here, UNDEFINED is used as an example. Any non-existent file import task would be sufficient to test the functioning of the configuration.
-
Check the log file for any errors.