Data MigrationHow do I convert or salvage legacy data?
Moving from your legacy system can involve some time ensuring the data migration goes smoothly. Often the process is much more difficult that it may seem. A large pitfall that often gets overlooked is data validation and integrity checking.
With MFG/Pro things are simplified. The CIM Interface offers the ability to enter data through the user interface, giving us access to data integrity checking that already exists in the system. Some tables can be loaded through the CIM interface. Some can be loaded directly and quickly into the database. All tables should be loaded into a temporary database for just this purpose.
Using our data migration tools we can format and precheck your data. We can convert any ASCII delimited source file. Some clients use tools such as MS Excel to modify their data before conversion then simply hand over the Spreadsheet for load. After we receive the datafile we perform several steps..
| 1. Data Analysis: | Before we do anything we examine the load required and produce a report specifying the ASCII data fields required an any dependancies on those fields. |
| 2. Preformatting: | Convert and clean up ASCII delimited source files, ensuring special characters are properly encoded for the target system. |
| 3. Postformatting: | Perform data conversion on the source data and preliminary validation. Here we assign default values and make various custom formatting or data changes. (As required.) |
| 4. Target System Formatting: | Format the raw data into a format ready to be imported into the target system. (CIM format for MFG/Pro.) |
| 5. Load Data: | Using a combination of standard and custom routines. Custom error logs are created. |
| 6. Error Checking: | Using custom routines, examine the error logs and produce error and warning reports to specify what failed and why. |
Erroneous data is resubmitted for corrections and the process is repeated on this subset of data. All the code is specific to each load and is stored on your system. So, it can be run as many times as you require.
Included here for your reference is a sample Data Migration Flow Diagram, extracted from a recent ERP system implementation.
If you have data migration issues, please contact us and we'll be happy to give you a competetive quotation.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|