Previous Topic

Next Topic

iea Command—Start the Export Assistant

Permission required: Access to the directory where the utility is located.

The iea command invokes the Export Assistant, a graphical user interface that allows you to export data into a file format that is accepted by external products.

The iea command has the following formats:

iea [-loop] [filename.ii_exp]

iea {filename.ii_exp|-l listfile} –silent –logfilename=logfile.txt [-o]

Previous Topic

Next Topic

iea Example

This example exports data in multiple files.

In the example, the filelist.txt file contains the following two lines:

c:\temp\exportemployees.ii_exp
c:\temp\exportsales.ii_exp

The following command invokes the Export Assistant in silent mode. The Export Assistant then performs two exports that correspond to the parameters in the c:\temp\exportemployees.ii_export and c:\temp\exportsales.ii_export files. Any errors are reported in the c:\temp\erriea.txt file. The files to be created will be overwritten if they already exist.

iea -l filelist.txt -silent -logfilename=c:\temp\erriea.txt -o


© 2007 Ingres Corporation. All rights reserved.