Share via


ReleaseUpdateBulkCopyExecute.run Method [AX 2012]

Contains the code that does the actual job of the class.​

Syntax

public void run()

Run On

Server

Exceptions

Exception Condition
Error

The table is not ready in the source system. The ReadyToBeCopied value for the table has not been set in the source system by a preprocessing script.

Remarks

This method is called by the batch framework; a breakpoint can be set here to start debugging a bulk copy failure.

See Also

Reference

ReleaseUpdateBulkCopyExecute Class