Was this helpful?
Running a Profile from CLI
To execute a profile from the command line use the dataprofiler.bat file, located here: C:\Program Files\Actian\actian-dc-studio-<version>\di-standalone-engine-<version>\runtime\di9.
where <version> is the DataConnect version in use.
To execute a profile from the DJEngine command line and specify a macrodef file, use the following format:
{pathToDJEngine}\dataprofiler.bat -l {pathToLogFile} -mf {pathToMacrodef.jsonFile} {pathToProfileFile}
where {pathToDJEngine} is the path to the DJEngine folder.
where {pathToLogFile} is the path to the .log file.
where {pathToMacrodef.jsonFile} is the path to the .json file.
where {pathToProfileFile} is the path to either the profile .dq.rtc file.
Examples:
D:\Djengine\dataprofiler.bat -l D:/test.log -mf D:\Automation\Jmeter\dc.test\test.data\Macros\MacroDef_JMeter.json D:\Automation\Jmeter\dc.tedt\test.data\JMeter\Production\Data_Profiler\Flat_File_Connector\Excel_365\Datatype\TEST.dq.rtc
Last modified date: 04/17/2026