ProDon:Automatic import utility

From Logilys
Jump to: navigation, search
Automatic import utility


The automatic import utility is a console program that you can call from a scheduled Windows task. To obtain the automatic import utility, please contact Logilys. When installing this program, you must perform the initial configuration of certain items before scheduling the Windows task. You can then schedule your task using the following switches.

The available switches are as follows:


You must first specify the path to the executable, which must be in the same folder as ProDon.exe.
Example: C:\Logilys\ProDon\ImportAuto.Exe [switch]


/n=15
This switch is required.

15" is a variable for a preconfigured import number in ProDon.


/o=2
"2" is a variable for the organization number as defined in ProDon.
If this switch is not specified, organization 1 will be used.


/u=SUPERVISOR
"SUPERVISOR" is a variable for the ProDon user code to be used for the import.
If this switch is not specified, the code SUPERVISOR will be used.


/c= "C:\Logilys\ProDon\Importation\Importation.csv"
This switch allows you to specify the path of the file that you want to load in the module.
If this switch is not specified, no file will be loaded and the import specified by "/n" will have to have already been manually loaded.
The file name must be enclosed in quotes for spaces in the path to be handled properly.


/i
If this switch is specified but the switch /c is not, the file specified in the ProDon import will be used.
If this switch is not specified, the import will not take place.


/d
If this switch is specified, the file used for loading or for the import will be deleted.

Reference : svn://srvdev/ProDon/Autres/Importation automatique


---- Document name: ProDon:Automatic import utility