ReleaseUpdateBulkCopyParam Class [AX 2012]

The ReleaseUpdateBulkCopyParam class sets up the connection to the source system and copies system tables that are used during upgrade.

Syntax

class ReleaseUpdateBulkCopyParam

Run On

Server

Methods

  Method Description
Gg785710.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif cleanup Cleans up framework tables before they are copied from the source system.
Gg785710.pubmethod(en-us,AX.60).gif cleanupEx Cleans up framework tables before they are copied from the source system.
Gg785710.pubmethod(en-us,AX.60).gif cleanupSystemMapping Cleans up table and field mappings for system tables.
Gg785710.privmethod(en-us,AX.60).gif cleanupSystemTablesCrossPartitions
Gg785710.pubmethod(en-us,AX.60).gif cleanupTableMappings Cleans up table mappings.
Gg785710.privmethod(en-us,AX.60).gif copyDataAreaTables Copies the data area tables from the source to the target system.
Gg785710.privmethod(en-us,AX.60).gif copyPartitionTables Copies the partition tables from the source to the target system.
Gg785710.privmethod(en-us,AX.60).gif copyRetailSetupLog Copies the RetailSetupLog table from the source system to the target system.
Gg785710.pubmethod(en-us,AX.60).gif copySqlDictionary Copies the SqlDictionary table from the source system to the DEL_SqlDictionary table in the target system.
Gg785710.privmethod(en-us,AX.60).gif copySysSetupLog Copies the SysSetupLog table from the source to the target system.
Gg785710.pubmethod(en-us,AX.60).gif copySystemTables Copies system tables during upgrade.
Gg785710.privmethod(en-us,AX.60).gif deleteDataInTableWithTableId Truncates a table.
Gg785710.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg785710.privmethod(en-us,AX.60).gif getSystemTablesToCopy Gets a list of system tables to copy over the target system.
Gg785710.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif initializeBulkCopy Initializes bulk copy by coping and synchronizing the system tables.
Gg785710.pubmethod(en-us,AX.60).gif initProgress Initializes the progress.
Gg785710.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif run Bulk copies the system and framework tables.
Gg785710.pubmethod(en-us,AX.60).gif runAtMappingStep Copies other system and framework tables at the generate table mappings step.
Gg785710.pubmethod(en-us,AX.60).gif setSourceConnection Sets the source database connection.
Gg785710.pubmethod(en-us,AX.60).gif setTargetConnection Sets the target database connection.
Gg785710.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif setupSystemMapping Sets up system mappings for upgrade framework and system tables.
Gg785710.pubmethod(en-us,AX.60).gif sourceEnvironmentReady Indicates whether a checklist item in the source system has been completed.
Gg785710.privmethod(en-us,AX.60).gif statementExeUpdate Executes a direct SQL update statement.
Gg785710.privmethod(en-us,AX.60).gif syncApplTables Synchronizes application tables.
Gg785710.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif updateBulkCopyList This method is deprecated.
Gg785710.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg785710.privmethod(en-us,AX.60).gif validatePartitionMappings
Gg785710.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg785710.pubmethod(en-us,AX.60).gif Gg785710.static(en-us,AX.60).gif ::isUnitTestRunning Verifies that the upgrade unit test is running.
Gg785710.pubmethod(en-us,AX.60).gif Gg785710.static(en-us,AX.60).gif ::main Provides an entry point for the ReleaseUpdateBulkCopyParam class when it is called from a command.
Gg785710.pubmethod(en-us,AX.60).gif Gg785710.static(en-us,AX.60).gif ::updateDataAreaTable Copy data from the DEL_DataArea table to the DataArea table.

Top

Inheritance Hierarchy

Object Class
  ReleaseUpdateBulkCopyParam Class