Joshua,
Yes, we were able to have a weekly reload of our Test Database and load working Excel files into Epicor on a schedule
echo STEP 11 - IMPORTING MASTER DATA INTO TRAINING
CALL C:\Epicor\Epicor905\Client\DMT.exe -NoUI=True -DisableUpdateService -sso=True -server=E9DB -port=9411 -Import="Work Force" -Source="C:\Ready to Import\DMT - Workforce.xls" -add -update
IF NOT %errorlevel% ==0 GOTO ERROR
John
Yes, we were able to have a weekly reload of our Test Database and load working Excel files into Epicor on a schedule
echo STEP 11 - IMPORTING MASTER DATA INTO TRAINING
CALL C:\Epicor\Epicor905\Client\DMT.exe -NoUI=True -DisableUpdateService -sso=True -server=E9DB -port=9411 -Import="Work Force" -Source="C:\Ready to Import\DMT - Workforce.xls" -add -update
IF NOT %errorlevel% ==0 GOTO ERROR
John

