Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Begin
  4. Pre-Installation Tasks
  5. B2B Data Exchange Installation
  6. Post-Installation Tasks
  7. Installing the Partners Portal on Non-B2B Data Exchange Nodes
  8. Upgrading B2B Data Exchange
  9. Starting and Stopping B2B Data Exchange
  10. Optional B2B Data Exchange Configuration
  11. Migrating OEM Managed File Transfer Endpoint
  12. Installing and Configuring the B2B Data Exchange Accelerator for Data Archive
  13. Uninstallation

Installation and Configuration Guide

Installation and Configuration Guide

Migration Status

Migration Status

The migration tool writes the migration status for each object to a file named
MigrationStatus.xml
in the directory
<B2B Data Exchange Installation>\dx-tools\
. The
MigrationStatus.xml
file can be used for troubleshooting purposes. In addition to the status file, the migration tool also creates a log file named
mftmigration.log
in the directory
<B2B Data Exchange Installation>\dx-tools\logs
, with further details regarding the migration process and any errors that might have occured.
For a migrated resource, the
MigrationStatus.xml
file contains the following details:
Element
Description
<host>
Identifies the host alias.
<mailbox>
Identifies the mailbox alias.
<status>
Status of the migration.
<infaMFTResourceName>
Name of the Informatica Managed File Transfer resource that has been generated.
<message>
If the migration fails, this field contains a message with the cause of the failure.
For a migrated web user, the
MigrationStatus.xml
file contains the following details:
Element
Description
<mailbox>
Identifies the mailbox alias.
<status>
Status of the migration.
<infaMFTWebUserName>
Name of the Informatica Managed File Transfer web user that has been generated.
<message>
If the migration fails, this field contains a message with the cause of the failure.
For a migrated endpoint, the
MigrationStatus.xml
file has the following details:
Element
Description
<name>
Name of the OEM endpoint that was migrated.
<status>
Status of the migration.
<infaMFTReceiveEndpointName>
Name of the Informatica Managed File Transfer receive endpoint that has been generated.
<infaMFTSendEndpointName>
Name of the Informatica Managed File Transfer send endpoint that has been generated.
<oemMFTEndpointName>
Updated name of the OEM endpoint that was migrated.
<message>
If the migration fails, this field contains a message with the cause of the failure.
For a migrated certificate or key, the
MigrationStatus.xml
file contains the following details:
Element
Description
<Alias>
Alias or the migrated certificate or key.
<Status>
Status of the migration.
<KeyType>
Type of key: SSL, SSH, or OpenPGP.
<IsPublic>
Specifies whether the migrated certificate or key is public or private.
<message>
If the migration fails, this field contains a message with the cause of the failure.

Status File Example

The following JSON code shows an sample status:
<MigrationResult> <partner name="PartnerE"> <Object type="resource"> <host>PartnerE</host> <mailbox>e1</mailbox> <status>success</status> <infaMFTResourceName>PartnerE_e1</infaMFTResourceName> </Object> <Object type="endpoint"> <name>E_send1</name> <status>success</status> <infaMFTReceiveEndpointName>INFA_MFT_E_send1</infaMFTReceiveEndpointName> <infaMFTSendEndpointName>E_send1</infaMFTSendEndpointName> </Object> </partner> </MigrationResult>

0 COMMENTS

We’d like to hear from you!