Demantra Analytical Engine Failing with error while running Batch Mode
I am running demantra analytical engine in batch mode and getting the following error.
Following is the error :
WARNING EngNewSystemProcessor::FillMissingDates() detected missing future dates rows. Either INSERT_UNITS was not run at all or failed to run correctly.
03:29:10:139 ERROR Engine on machine localhost failed to execute successfully. HRESULT=0x800706be - The remote procedure call failed.
I ran proport and am sure that all the parameters are set correctly.
Folllowing are few important ones.
SELECT ip.value_float
FROM init_params_0 ip
WHERE ip.pname = 'RunInsertUnits';
3
SELECT sp.pval
FROM sys_params sp
WHERE sp.pname = 'update_units_by_items';
Following is the error :
WARNING EngNewSystemProcessor::FillMissingDates() detected missing future dates rows. Either INSERT_UNITS was not run at all or failed to run correctly.
03:29:10:139 ERROR Engine on machine localhost failed to execute successfully. HRESULT=0x800706be - The remote procedure call failed.
I ran proport and am sure that all the parameters are set correctly.
Folllowing are few important ones.
SELECT ip.value_float
FROM init_params_0 ip
WHERE ip.pname = 'RunInsertUnits';
3
SELECT sp.pval
FROM sys_params sp
WHERE sp.pname = 'update_units_by_items';
0