DMT -NoUI Blank Title 139538

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
I'm trying to run the DMT from a batch file and when I use the parameter -NoUI=True it does not run. No error messages are generated either. I can run the same batch without the -NoUI parameter and it works fine.

Has anyone else used this feature with any success?

Thanks,

Rich Wagner
[cid:image001.jpg@01D131D8.610B1BF0]
2148 Century Drive
Jefferson Hills, PA 15025
Phone: (412) 384-3100 x9833
Fax: (412) 384-2033
www.bawplastics.com<http://www.bawplastics.com/>



[Non-text portions of this message have been removed]
I have successfully used it in batch files. It doesn't exactly skip the UI, though--the window pops up while the data is imported, then closes itself upon completion. Here's one of the command lines that works for me:

S:\dmt.exe -Import="Quote Header" -Source="%cd%\%mydt%_%%~nxc" -Add=True -Update=True -Server="genco4" -Port="9401" -User=username -Pass=password -NoUI=True

Can that run on a scheduled task?

 

Joshua Giese
Technology Solutions : CTO

Direct Phone:    920.593.8299
Office Phone:    920.437.6400 x342

http://wcibags.com/email/emailFooter4.jpg

http://68c6d48672d1935cd6dd-141aaade86a30aeaf83cb6aee3728aaa.r82.cf1.rackcdn.com/images/global/Holiday-Schedule-2015.jpg

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Wednesday, December 9, 2015 9:36 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: DMT -NoUI

 

 

I have successfully used it in batch files. It doesn't exactly skip the UI, though--the window pops up while the data is imported, then closes itself upon completion. Here's one of the command lines that works for me:

 

S:\dmt.exe -Import="Quote Header" -Source="%cd%\%mydt%_%%~nxc" -Add=True -Update=True -Server="genco4" -Port="9401" -User=username -Pass=password -NoUI=True