Converting multiple AS2 relationships to Global Mailbox realm
You can bulk migrate AS2 relationships from the traditional mailbox realm to the Global Mailbox realm by using the MigrateAS2RelationshipToGlobalMbx business process.
About this task
- Number of trading partners that were found
- Number of AS2 relationships that were found
- Number of successful relationships
Procedure
To convert partners to the Global Mailbox realm, complete the following steps:
Example
<ConversionReport>
<FailedTradingPartners>
<Partner>
<Name>Partner1</Name>
<ErrorInfo>No Relationship exists with this Trading Partner as an AS2 Organization</ErrorInfo>
</Partner>
<Partner>
<Name>Partner2</Name>
<ErrorInfo>No Relationship exists with this Trading Partner as an AS2 Organization</ErrorInfo>
</Partner>
</FailedTradingPartners>
<SuccessfulTradingPartners>
<Relationship>
<OrganizationName>Org1</OrganizationName>
<PartnerName>Org2</PartnerName>
</Relationship>
<Relationship>
<OrganizationName>Org1</OrganizationName>
<PartnerName>Org2</PartnerName>
</Relationship>
</SuccessfulTradingPartners>
<Total_Partners>3</Total_Partners>
<Total_Relationships>2</Total_Relationships>
<Successful_Relationships>2</Successful_Relationships>
</ConversionReport>