Migration

SOLVED

We are implementing Sage 300 ERP on premises.  Due to current situation, implementation taking longer than planned.  The simple question is, how can we migrate current FY data back to January from our legacy Peachtree Quantum system to sage 300?

Comments from consultant are just that it is very hard and not recommended.  

Parents Reply
  • +2 in reply to Adroit
    verified answer

    Doubt it.

    It is a typical ETL process... extract, transform, load.
    First the relevant data needs to be exported/extracted from the source.
    Then the data needs to be transformed, this may or may not involve several steps, depending on what the source data looks like - I have no knowledge of Peachtree.
    Then finally the transactions can be loaded into Sage 300, either using the standard import functions (terrible to use) or by using the API (faster, but requires advanced knowledge).

Children