Product Information > JADE Report Writer User’s Guide > Chapter 3 - Configuring the JADE Report Writer > Unloading All Report Data from the Batch JADE Load Utility

Unloading All Report Data from the Batch JADE Load Utility

The jadloadb batch JADE Load utility enables you to extract all report data to a 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), by using the execute<elements> parameter.

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 execute element parameters are case‑sensitive, you must specify the values exactly or an error is output.