E8.03.409C: Command Line call for DMT

Hi William,

 

Dmt.exe /?

 

Will provide all command line arguments and as Greg mentioned there is documentation on this available on epicweb.

 

If you have a specific need let me know

 

Thanks,

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of William King
Sent: 17 October 2013 20:55
To: EPICOR UG (vantage@yahoogroups.com)
Subject: [Vantage] E8.03.409C: Command Line call for DMT

 

 

Is anyone aware on how to call the Epicor 8.03.409C DMT from command line?

 

 

William R. King
IT Analyst
Topura America Fastener, Inc.


 

 

Is anyone aware on how to call the Epicor 8.03.409C DMT from command line?

 

 

William R. King
IT Analyst
Topura America Fastener, Inc.

 

 

This is from the DMT labs and templates directory. I don’t know what version runs on 8.03.  I’m Stephen could likely shed more light on this if you needed it.

 

Greg Payne

 

REM       DMT Script Interface Example

REM      

REM       This Script provides an example of how to automate the use of the DMT.

REM       The DMT supports this functionality from versions 1.0.3.8 onwards

REM       The name of the import= argument is the name of the menu item within the GUI

REM       Instead of Start /w, the /w can be removed which will allow multiple items to start at the same time

REM       A Complete Log, Error Log and Error text log will be created as automatically and if it already exists will be replaced

REM      

 

 

@ECHO OFF

SET SERVER=192.168.232.129

SET PORT=9011

 

ECHO Remove Parts

start /w dmt.exe -user manager -pass manager -server %SERVER% -port %PORT% -import="Part" -source="C:\Users\Stephen Edginton\Documents\DMT\DMT Inventory Templates\Part.csv" -delete

IF %ERRORLEVEL% == 1 ECHO Some Errors While removing parts - review log

 

ECHO Imports Parts

start /w dmt.exe -user manager -pass manager -server  %SERVER% -port %PORT% -import="Part" -source="C:\Users\Stephen Edginton\Documents\DMT\DMT Inventory Templates\Part.csv" -add -update

IF %ERRORLEVEL% == 1 GOTO ERROR

ECHO ..OK

 

ECHO Import Part Plant

start /w dmt.exe -user manager -pass manager -server  %SERVER% -port %PORT% -import="Part Plant" -source="C:\Users\Stephen Edginton\Documents\DMT\DMT Inventory Templates\Part_Plant.csv" -add -update

IF %ERRORLEVEL% == 1 GOTO ERROR

ECHO ..OK

 

 

GOTO END

 

:ERROR

ECHO Error Occurred Aborted

GOTO END

 

:END

ECHO Finished

PAUSE

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of William King
Sent: Thursday, October 17, 2013 3:55 PM
To: EPICOR UG (vantage@yahoogroups.com)
Subject: [Vantage] E8.03.409C: Command Line call for DMT

 

 

Is anyone aware on how to call the Epicor 8.03.409C DMT from command line?

 

 

William R. King
IT Analyst
Topura America Fastener, Inc.


 

 



CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."