Import Multiple MMI PO Files
Reference:19111
(V 01.00.86-00)
Details
Support is now provided to import multiple MMI PO files through Command prompt, in addition to the existing feature (Invoicing g MMI PO Import ).
To Import multiple MMI PO files Via Command Prompt
To import multiple MMI PO files via command prompt the following command has to be used in the command prompt :
Command
java Mantra.PMain.PIntegration.MMI.MMIPOImport [Path]*.* |
Where,
[Path] :Path stands for the location of the files.
*.* : *.* stands for all the files inside the current folder which has to be imported.
If file is specified in the Command, then that file will be imported and if in place of the file name *.* is entered then it will import all the files under the current folder.
If any path is mentioned in the Command, then it will import the files from the folder present in the path.
The above command should be executed from Project installation folder, for example if the project is installed in C:\Program Files\CR2, then in the command prompt, the command will executed as given below. For e.g.: C:\Program Files\CR2>java Mantra.PMain.PIntegration.MMI.MMIPOImport [Path]*.*
If the user executes the above command from other than the project home, then for execution all the details for importing MMI PO files will be considered from path C:\Program Files\Mantra.
Sub Folders under the folder which has to be imported will not be considered while importing the MMI PO Files.
System will consider all the files in the folder irrespective of the extension given for the file.
If any invalid data exits in the PO files or if any PO file has already been imported, system will log an error for the file.
System will create a single text file with a file name with Current Date and Time which will contain all the details for all the PO files whether imported successfully or unsuccessfully in the same folder from where the files are imported.