Scheduling Export Jobs

Learn how to schedule export jobs execution.

Exports which should be executed at regular intervals can be executed by the ExportJob in the settings.server.xml:

<Job schedule="0 2 * * * " type="update.Crm.Server.Jobs.ExportJob,update.Crm.Server">
The export format name
<FormatName>Export_format</FormatName>
The path to the export file (optional)
<ExportPath>export.txt</ExportPath>
</Job>

The export is executed based on an export format, see Import/Export in the Aurea CRM win Administrator Guide.

Available parameters:

FormatName

The name of the format.
Note: Since CRM.server can not handle Selections and Property Selections (BTB only), you can not use export formats exporting records restricted based on selections.

ExportPath

The path and name of the target file. This can be a relative or absolute path, environment variables are resolved. If undefined, the file specified in the format is used.

Use the name attribute to schedule multiple export jobs with different parameters to execute multiple exports at regular intervals.