Product Information > JADE Schema Load Utility User’s Guide > Chapter 1 - Using the Schema Load Utility > Unloading All Report Writer Data to a Single File

Unloading All Report Writer Data to a Single File

The optional execute<elements> parameter enables you to unload all JADE Report Writer data to a single flat file (for example, when upgrading from one JADE release to another from one JADE release to another JADE release in which the class number range has changed).

You must specify the executeSchema parameter with a value of JadeReportWriterSchema, the executeClass parameter with a value of JadeReportWriterGlobal, the executeMethod parameter with a value of unloadAllToFile, and the executeParam parameter with the name and output location of your report data file, which should have the default .rwa suffix, as shown in the following example.

jadloadb path=d:\jade\system ini=d:\jade\myjade.ini schema=JadeReportWriterSchema executeSchema=JadeReportWriterSchema executeClass=JadeReportWriterGlobal executeMethod=unloadAllToFile executeParam=d:\jade\rpts\alldata.rwa

The syntax of the execute<elements> parameter in the jadloadb command line is as follows.

jadloadb path=database-path
         ini=initialization-file-name
         executeSchema=JadeReportWriterSchema
         executeClass=JadeReportWriterGlobal
         executeMethod=unloadAllToFile
         executeParam=output-location\output-file-name-prefix.rwa

As these parameters are case-sensitive, you must specify the element values exactly, or an error is output.