Basic Tips for Reading the Migration Log for Retain 2.x to Retain 3.x Migrations

  • 7019275
  • 29-May-2015
  • 07-Aug-2017

Environment


Retain 2.x to Retain 3.x Migrations

Situation


I want to know when the migrator started working on a certain table, when it finished it, when it started building the indexes, and when that part was completed.  What are some of the key phrases I can search on in the migrate3-nnnnnnnnnnnnnnnnnnn.log?

Resolution


Here are some of the key phrases on which you can search:


Table Processing Begins
STEP [table name] begins

Table Processing Completes
Step [table name] took

 Phase / "Step" Retain 2.x TableRetain 3.x TableTable Name Referenced in Log FoldersNodet_foldert_folder MessagesEmailt_messaget_message DocumentsDocumentt_documentt_document DatastoreDocumentt_dsreft_dsref Message Attachmentsattachmentt_message_attachmentst_message_attachments Message Propertiest_msg_propertiest_message_propertiest_message_properties Message Recipientst_recipientst_message_recipientst_message_recipients Sender UUIDst_recipientst_message_propertiest_message_properties_sender_uuid


Creating Indexes Begins
STEP index begins

Listing of Indexes Created
DBCommand [command=CREATE INDEX

Migration Completion
Migration successful at:
Overall Migration took
Migration Program ending

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 2554.