ReleaseUpdateDB.run Method [AX 2012]

Runs the upgrade script.

Syntax

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

Run On

Server

Parameters

  • force
    Type: boolean
    A Boolean value that indicates whether to run the script even if it has already run.

Exceptions

Exception Condition
Error

The ttsbegin and ttscommit pairs are not in balance.

Remarks

This method is called by the batch.

See Also

Reference

ReleaseUpdateDB Class