ReleaseUpdateDB.run Method [AX 2012]

Runs the upgrade script.

public void run(
    IdentifierName methodName, 
    sysReleasedVersion scriptVersion, 
    boolean force)

Run On

Server

Parameters

methodName
Type: IdentifierName Extended Data Type
The method to run.
scriptVersion
Type: sysReleasedVersion Enumeration
The version of the script.
force
Type: boolean
A Boolean value that indicates whether to run the script even if it has already run.

ExceptionCondition
Error

The ttsbegin and ttscommit pairs are not in balance.

This method is called by the batch.

Community Additions

ADD
Show: