Migrating to Exchange

Primary Files

The primary files contain one or more sections; each section may be of type DIRECTORY, PAB, or MAILMESSAGE:

Although you can organize your files as you want, one method is to create a file called Directory.pri to hold directory information, and a .pri file for each user you migrate to hold the other section types.

How to Create Primary Files

Each line of data has one or more comma-separated values. If any of these values has a carriage return or line feed character, put it into a secondary file. (The same parsing rules apply to the secondary file—strings with special characters need to be in quotes.)

Replace the value with a pointer to the secondary file and an offset to where the header of the data begins. For example: #SalesPO2.sec(43232). The # sign indicates that the data is stored in another file, the SalesPO2.sec secondary file. The data is located 43232 bytes from the beginning of that file, and this offset counts end-of-line characters such as carriage returns and line feeds.

Note   It is important that transferring the secondary files from another platform or system does not introduce new characters. If this happens, the offsets in the primary file could be inaccurate.

Related Topics

Formatting the Migration Files Secondary Files