Skip to content

AfterCheckOutS

Script applications that are called from this interface are used to execute further actions after the Check-Out of a version from the server.

Example: Automatic sending of emails to all users who are to be informed about a Check-Out.

Errors when starting or executing the script applications have no influence on the Check-Out process. The checked-in data is not changed. The error is logged in the Event Log module in the AdminClient.

Command lines for this script application

Without agents:

ScriptAfterCheckOutS.exe /ConfigFileW:[absolute path of the interface file] /rd:[path of the server archive] /at:s

When using agents:

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

Description of the interface file

The [Common], [User], [Component], [ExclusiveUse] and [UnderDevelopment] sections are described in General sections of the interface file.

Section Version

The [Version] section contains information on the version checked out in the working directory.

Info

When executing the Copy version to directory function, the information is only displayed here if the version was not yet available on the client before executing the function.

The section keys are described in General sections of the interface file.

Section Result

In the [Result] section, the following keys can be configurated:

The general keys of the section are described in General sections of the interface file.

Key I/O Description Values Default
Done O Indicates whether the script application should be considered completed in the event of an error. Y: The script application is considered completed in the event of an error. The system does not attempt to execute the script application again and again.
N: The script application is not considered completed in the event of an error and is executed again and again.
N