AfterSchedulerJobRun

Script applications called by this interface are carried out after a job has ended and the comparison between the old and new upload is complete. This allows the following extensions:

Errors that occur at the start of or during the execution of a script application do not affect the job result. The job will continue to be displayed as successful.

 

Command lines for this script application

ScriptAfterSchedulerJobRun.exe /ConfigFileW:[absolute path to the interface file] /rd:[Path to the server archive] /at:s

When using agents:

ScriptAfterSchedulerJobRun.exe /ConfigFileW:[absolute path to the interface file] /rd:[path to the agent archive] /at:s

 

Description of the interface file

The sections [Common], [Component] and [Result] are described in Global interface file sections.

[Version]

This section displays information about the version with which the newly created backup was compared

They keys of this section are described in Global interface file sections.

 

[Specific]

INI key I/O Description
Action I

Displays what triggered the comparison. The following values are possible:

  • 0: The comparison was started manually, via the BackupClient or by an external event.
  • 1: The comparison is carried out as a part of a scheduled comparison
PathBackup I

Complete path to the backup that was created

Depending of the comparison result it is possible that this key will not be given.

PathArchive I Complete path to the version with which the newly created backup will be compared
This key may not be present if no version was created for the component.
VersionVsBackup I

Display the results of the Version < - > Backup comparison

The following values are possible:

0 -> No comparison carried out

1 -> Error occurred during comparison (backup or version)

2 -> Differences detected

3 -> No differences detected

BackupVsPreBackup I

Displays the results of the Backup < - > Previous backup comparison.

The following values are possible:

0 -> No comparison carried out

1 -> Error occurred during comparison (backup or version)

2 -> Differences detected

3 -> No differences detected

JobName I

Name of the job in the job configuration

Spaces in names are allowed.

JobID I ID of the job (as a string with 32 characters)

 

[UploadParameters]

The keys in this section are always stored in Base64. The data is coded in the following way: {ParamId}={Value}\0…{ParamId}={Value}\0\0.

If there are no parameters for a key the key will not be included

INI key I/O Description
Job I Upload job parameter

 

Related topics

Global interface file sections