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